Skip to content

Releases: nimiq/jsonrpc

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