Skip to content

Version 0.62.0

Compare
Choose a tag to compare
@tasn tasn released this 05 Jul 18:58
· 1463 commits to main since this release
6685749

Highlights

  • Server: add support for asymmetric signatures.
  • Server: ensure msg content exists before attempting resend.
  • Server: Improve HTTP error response logging.
  • Server: fix docker builds due to changes to Redis SSL.
  • Libs: fix nullable fields to be marked as such (fixes parsing errors in some clients).

What's Changed

  • Server: add support for asymmetric signatures by @tasn in #525
  • Server: run cargo update to update deps by @tasn in #541
  • BE: ensure msg content exists before attempting resend by @tasn in #543
  • OpenAPI Schema: fix nullable fields to be marked as nullable. by @tasn in #545
  • Patch builds to work with new OpenSSL dependency by @svix-dylan in #538
  • Server: Improve HTTP response logging by @jaymell in #540
  • JS: add a definition for "AnyType" so lib compiles. by @tasn in #547
  • Bump version and update changelog. by @tasn in #546

Full Changelog: v0.61.0...v0.62.0