Skip to content

Commit bea682e

Browse files
committed
Bump version to 0.1.11 and update changelog
Release 0.1.11 with WebSocket fixes, Hyper 1.0 compatibility, and example improvements. Updated version numbers in Cargo.toml and Cargo.lock, and documented changes in CHANGELOG.md.
1 parent eb944e5 commit bea682e

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.11] - 2026-01-14
11+
12+
### Fixed
13+
- **WebSocket**: Fixed `ManualUpgrade` error by properly draining request body before upgrade in `rustapi-ws`.
14+
- **WebSocket**: Enabled `http1::Builder::with_upgrades()` in `rustapi-core` server for Hyper 1.0 compatibility.
15+
- **Examples**: Fixed compilation issues in `phase11-demo` and `graphql-api`.
16+
- **Examples**: Updated `websocket` example with better debug logging.
17+
1018
## [0.1.10] - 2026-01-14
1119

1220
### Documentation

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ members = [
3636
]
3737

3838
[workspace.package]
39-
version = "0.1.10"
39+
version = "0.1.11"
4040
edition = "2021"
4141
authors = ["RustAPI Contributors"]
4242
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)