Skip to content

Version 0.72.0

Compare
Choose a tag to compare
@tasn tasn released this 22 Dec 15:43
· 1255 commits to main since this release
ce4c517

Highlights

  • Server: add metadata field to Endpoint endpoints
  • Server: add missing msg id index causing some queries to be slow
  • Server: make sensitive header detection in the headers API case insensitive
  • Server: omit prevIterator from responses when null
  • Server: fix string collation for some fields in the db (improves performance)
  • Server: expose attempted URL on MessageAttemptOut
  • Server: fix graceful server shutdown even when connection to queue is lost
  • Server: fix listing and getting event-types permission regression (give app tokens access)
  • Server: various code cleanups
  • Server: update axum to 0.6
  • JavaScript: make signature comparison constant time (thanks @arjunyel)

What's Changed

New Contributors

Full Changelog: v0.71.0...v0.72.0