* Server: refactor expired message cleaner to be incremental (prevent locks) * Server: improve OpenAPI generation * Server: Fix handling of very large numbers in json (larger than i64) * Server: do not throw error on missing payload in worker * Server: update dependencies
0.81.0
* Libs: add support for creating application when creating a message * Libs/Go: bump Go version
0.80.0
* Libs: add `prev_iterator` and `order` support to application list * Libs: add `prev_iterator` support to event type list * Libs/C: **[Breaking]** change default value for `SvixOptions.Throw` to `true`
0.79.0
* Server: support prev_iterator for application and event type listing * Server: fix returning of 409 (CONFLICT) when inserting/patching an application with a conflicting `uid` * Libs/Ruby: require (reexport) app portal models in ruby (fixing errors) * Libs/C: fix MessageAttempt querying when not filtering by status and code
0.78.0
* Server: add `order` query parameter for sorting endpoints * Server: fix default sort order of endpoints to `desc` to match prod * Libs: add support for `prev_iterator` for application and endpoints * Libs/JS: fix sign function to support non-round dates * Libs/Go: **[Breaking]** accept a context parameter in all Go lib methods
0.77.0
* Server: fix event_type array query parsing * Server: fix bad `?channel=` queries * Server: fire operational webhook on endpoint secret rotation * Server: implement bidirectional pagination for endpoints * Libs/Rust: glob-reexport all generated models in Rust