Highlights
- Server: Don't require trailing slash at the end of request paths
- Server: Improve testing performance and reduce redundant test runs
- Server: Improve performance of /api/v1/openapi.json route
- Server: Upgrade dependencies and improve code formatting
- Server: Upgrade to Docker Compose v2
- Libs/Ruby: Add PATCH endpoints
What's Changed
- Remove Bundler as a dependency by @Muhammad-awaisMurtaza in #1255
- Upgrade omniqueue by @svix-jplatte in #1256
- Fix two typos by @svix-jplatte in #1266
- Upgrade trust-dns-resolver -> hickory-resolver by @svix-jplatte in #1263
- server: Reduce redundant test runs by @svix-jplatte in #1267
- rust: Use nightly rustfmt to control comment wrapping and import formatting by @svix-jplatte in #1268
- server: Don't require trailing slash at the end of request paths by @svix-jplatte in #1270
- Don't make a serialization roundtrip in openapi.json route by @svix-jplatte in #1269
- Fix route of development/echo by @svix-jplatte in #1273
- Libs(ruby): expose patch endpoints by @maful in #1264
- server: Use tracing_subscriber's TestWriter in tests by @svix-jplatte in #1271
- Some testing improvements by @svix-jplatte in #1275
- server: Reformat some imports by @svix-jplatte in #1276
- build(deps): bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #1277
- Use cargo-nextest instead of regular cargo test by @svix-jplatte in #1279
- bridge: Reformat imports using nightly by @svix-jplatte in #1280
- More clippy and rustfmt things by @svix-jplatte in #1278
- server: Reformat remaining imports using nightly by @svix-jplatte in #1282
- Upgrade dependencies and adjust cargo-deny config by @svix-jplatte in #1283
- Upgrade a few more dependencies by @svix-jplatte in #1284
- A little bit of cleanup by @svix-jplatte in #1286
- Switch to Docker Compose v2 by @svix-jplatte in #1287
- build(deps): bump h2 from 0.3.24 to 0.3.26 in /server by @dependabot in #1289
- build(deps): bump h2 from 0.3.24 to 0.3.26 in /bridge by @dependabot in #1288
- build(deps): bump google.golang.org/protobuf from 1.25.0 to 1.33.0 by @dependabot in #1274
- build(deps): bump rustls from 0.21.10 to 0.21.11 in /server by @dependabot in #1295
- build(deps): bump rustls from 0.21.10 to 0.21.11 in /bridge by @dependabot in #1296
- Update README with redis eviction notes by @jaymell in #1298
- Update OpenAPI spec and regenerate libs by @svix-lucho in #1301
- More ktlint formatting by @svix-jplatte in #1302
- server: Silence dead_code warnings for a few test struct fields by @svix-jplatte in #1303
- server: Abort server tokio task when TestReceiver drops by @svix-jplatte in #1305
- Bump version to 1.22.0 and update changelog by @svix-lucho in #1306
New Contributors
- @Muhammad-awaisMurtaza made their first contribution in #1255
- @maful made their first contribution in #1264
Full Changelog: v1.21.0...v1.22.0-2