Releases: nimiq/jsonrpc
Releases · nimiq/jsonrpc
v0.2.2
v0.2.1
This release was made to fix an error publishing v0.2.0 in crates.io. Version v0.2.0 is now yanked.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add support for configuring cross-origin resource sharing to the
server
by @Eligioo in #35 - Migrate server away from
warp
and start usingaxum
by @Eligioo in #36 - Upgrade all dependencies by @Eligioo in #38
- Update thiserror requirement from 1.0 to 2.0 by @dependabot in #40
- Unsubscribe streams by @Eligioo in #37
- Option to change how websocket data frames are returned to the client by @Eligioo in #39
Full Changelog: v0.1.2...v0.2.0
v0.1.2
v0.1.1
v0.1.0
What's Changed
- Fix websocket connection on mac_os m1 with native_tls by @paberr in #5
- Added to RPCError display formatter by @paberr in #7
- Update
syn
anddarling
requirements by @jsdanielh in #9 - Update tokio-tungstenite requirement from 0.18 to 0.19 by @dependabot in #10
- Update pretty_env_logger requirement from 0.4.0 to 0.5.0 by @dependabot in #11
- Handle WS close message by @viquezclaudio in #12
- Better handling of control frames, accept text messages again by @sisou in #13
- Update tokio-tungstenite requirement from 0.19 to 0.20 by @dependabot in #14
- Bump actions/checkout from 3 to 4 by @dependabot in #15
- Bump actions/cache from 3 to 4 by @dependabot in #19
- server: Respond WS text request as text as well by @jsdanielh in #20
- server: Do not echo the close message by @jsdanielh in #21
- Update reqwest requirement from 0.11 to 0.12 by @dependabot in #25
- Update base64 requirement from 0.21 to 0.22 by @dependabot in #22
- Update heck requirement from 0.4 to 0.5 by @dependabot in #24
- Mark passwords as sensitive and do constant-time comparisons for authentication by @hrxi in #26
- Limit HTTP request bodies to 1 MiB by @hrxi in #28
New Contributors
- @paberr made their first contribution in #5
- @jsdanielh made their first contribution in #9
- @dependabot made their first contribution in #10
- @viquezclaudio made their first contribution in #12
- @sisou made their first contribution in #13
- @hrxi made their first contribution in #26
Full Changelog: https://github.com/nimiq/jsonrpc/commits/v0.1.0