Skip to content

Conversation

@JohnTitor
Copy link
Member

PR Type

INSERT_PR_TYPE

PR Checklist

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the nightly rustfmt (cargo +nightly fmt).

Overview

Fixes #634

Copilot AI review requested due to automatic review settings January 14, 2026 10:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prepares the actix-ws crate for a v0.3.1 release by updating version numbers and changelog. The release addresses issue #634 by explicitly enabling actix-web's ws feature and ensuring proper TCP connection shutdown when sessions are dropped.

Changes:

  • Updated version number from 0.3.0 to 0.3.1 in Cargo.toml
  • Updated documentation badge links in README.md to reference version 0.3.1
  • Added changelog entry for 0.3.1 release with two bug fixes

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
actix-ws/Cargo.toml Bumped package version to 0.3.1
actix-ws/README.md Updated documentation and dependency badge URLs to reference 0.3.1
actix-ws/CHANGELOG.md Added 0.3.1 release section with bug fix descriptions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JohnTitor JohnTitor merged commit 2d8ada3 into actix:main Jan 14, 2026
9 checks passed
@JohnTitor JohnTitor deleted the ws-0.3.1 branch January 14, 2026 10:23
@JohnTitor
Copy link
Member Author

@robjtede Hey Rob, seems I don't have a right to publish a new version of actix-ws. Could you invite me?

@robjtede
Copy link
Member

@JohnTitor sure! added the core team to it now

@JohnTitor
Copy link
Member Author

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

compilation error when using actix-ws v0.3.0 with actix-web v4.12

2 participants