Version 1.18.0
Highlights
- Server: upgrade dependencies
- Server: adopt omniqueue as a queue backend
- Libs/C#: [Breaking] Return iterator information in list endpoints. Changes the return type of list endpoints.
- Libs/Java: don't serialize nulls in PATCH endpoint methods
- Libs/Rust: upgrade and clean up dependencies
- Libs/Rust: switch from reqwest to hyper 1.0
What's Changed
- Upgrade svix library by @svix-jplatte in #1194
- CI improvements by @svix-jplatte in #1195
- Some cleanup of the rust client library by @svix-jplatte in #1193
- Upgrade opentelemetry dependencies by @svix-jplatte in #1184
- Further CI improvements by @svix-jplatte in #1199
- rust: Switch from reqwest to hyper 1.0 by @svix-jplatte in #1197
- server: Upgrade syn to 2.0 by @svix-jplatte in #1201
- ci: Limit when CI cache is written by @svix-jplatte in #1202
- Adopt omniqueue as a queue backend and remove our own in-memory queue implementation by @svix-jplatte in #1188
- [lib/c#] Return iterator information in list endpoints by @svix-lucho in #1203
- ci: Simplify cargo-deny-action usage by @svix-jplatte in #1205
- [libs/Java]: don't serialize nulls in PATCH endpoint methods by @svix-lucho in #1204
- Bump version to 1.18.0 by @svix-lucho in #1207
Full Changelog: v1.17.0...v1.18.0