Skip to content

Releases: nimiq/jsonrpc

v0.2.2

29 Jan 14:01
5962309
Compare
Choose a tag to compare

What's Changed

  • Fix missing allowed Authorization header for CORS config by @Eligioo in #41

Full Changelog: v0.2.1...v0.2.2

v0.2.1

28 Jan 20:40
v0.2.1
c00c3d6
Compare
Choose a tag to compare

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

28 Jan 20:02
v0.2.0
5bc3f5b
Compare
Choose a tag to compare

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 using axum 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

08 Jan 23:44
v0.1.2
29983e5
Compare
Choose a tag to compare

What's Changed

  • Return error message to client upon providing incorrect method parameters by @Eligioo in #29
  • Fix some clippy warnings by @jsdanielh in #33

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Nov 00:16
v0.1.1
18e779f
Compare
Choose a tag to compare

What's Changed

  • Send standard response Content-Type application/json by @sisou in dd0c2a9.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Nov 19:30
v0.1.0
a089737
Compare
Choose a tag to compare

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 and darling 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

Full Changelog: https://github.com/nimiq/jsonrpc/commits/v0.1.0