* Server: Upgrade hyper to 0.14.28 * Libs/Rust: **[Important]** Fix a bug in the webhook signature verification method where certain signatures could bypass the verification. * Libs/Java: **[Breaking]** Use Java time instead of threetenbp. This removes the need to import threetenbp to use the library. Depending on how the lib is used, it might require migrating uses of threetenbp to Java 8 Date-Time APIs.
1.16.0
* Server: Add `tag` parameter to list-message for Go, JavaScript, and Python. * Server: improvements to the expired message cleaner. * Libs: update OpenAPI spec and libs. * Libs/Javascript: Fix thrown error message when API status code is unknown.
1.15.0
* Libs: update OpenAPI spec and libs.
1.14.0
* Server: separate out the message content to its own model. * Libs: expose two new Statistics endpoints. * Libs/Csharp: implement "hard delete" event types. * Libs/Ruby: accept additional options on message get. * Libs/Go: fix transformation partial update function. * Libs/Kotlin: fix errors with APIs that return no content (like endpoint delete).
1.13.0
* Server: Fix tracking of backtrace in some error cases. * Libs/Go: expose `EventType.DeleteWithOptions`