File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments