Skip to content

Commit b9db614

Browse files
committed
[bitreq] Add a changelog entry for 0.3
... in Australian time
1 parent 51ffafd commit b9db614

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

bitreq/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.3.0 - 2026-01-16
2+
3+
* Fix a denial-of-service issue due to lack of bounding in response size [#452](https://github.com/rust-bitcoin/corepc/pull/452)
4+
* Add support for `native-tls` in addition to `rustls` [#451](https://github.com/rust-bitcoin/corepc/pull/451)
5+
* Support connection reuse via a `Client` object [#450](https://github.com/rust-bitcoin/corepc/pull/450)
6+
* Make `async` native async rather than spawning a blocking task [#448](https://github.com/rust-bitcoin/corepc/pull/448)
7+
* Remove `urlencoding` dependence [#424](https://github.com/rust-bitcoin/corepc/pull/424)
8+
* Remove `punycode` dependency [#423](https://github.com/rust-bitcoin/corepc/pull/423)
9+
* Remove unused `tokio` features [#421](https://github.com/rust-bitcoin/corepc/pull/421)
10+
111
# 0.2.0 - 2025-10-31
212

313
* Re-implement `json-using-serde` feature [#398](https://github.com/rust-bitcoin/corepc/pull/398)

0 commit comments

Comments
 (0)