Skip to content

Commit 4538380

Browse files
committed
docs(changelog): document async-std-rt deprecation as breaking change and reqwless blocker
1 parent a732f75 commit 4538380

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

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

1313
## [[Unreleased]]
1414

15+
### Breaking Changes
16+
17+
- **`async-std-rt` feature deprecated**: The `async-std` crate has been officially discontinued (RUSTSEC-2025-0052). The `async-std-rt` feature now emits a `compile_error!` directing users to migrate to `smol-rt` as a drop-in replacement. Code using `async-std-rt` will no longer compile until the feature is updated.
18+
19+
### Known Blockers
20+
21+
- **`atomic-polyfill` advisory (RUSTSEC-2023-0089)**: Cannot be resolved yet. `reqwless` 0.13.0 pins `embedded-tls` 0.17.0 which transitively depends on `atomic-polyfill`. This is blocked upstream and will be resolved when `reqwless` upgrades its `embedded-tls` dependency.
22+
1523
## [[v1.0.0]]
1624

1725
- Initial production release

0 commit comments

Comments
 (0)