Highlights
- Server: support "upsert" of entities on PUT methods.
- Server: support PATCH methods on entities for partial updates.
- Server: allow overriding redis_dsn for separate queue and cache DSNs.
- Libs: support "upsert" of entities on PUT methods.
- Libs/Ruby: fix region auto-detection.
What's Changed
- Allow overriding redis_dsn for separate queue and cache DSNs by @svix-daniel in #596
- Ruby library: fix region detection by @gadirlih in #600
- Implement PATCH endpoints for relevant models by @svix-daniel in #599
- Destructure self in ModelIn impls to avoid forgotten members by @svix-daniel in #602
- Typo in error.rs by @areski in #604
- Upsert behavior on PUT methods by @svix-dylan in #605
- Update libraries to support upsert PUT methods by @svix-dylan in #607
- Bump version and update changelog. by @tasn in #609
New Contributors
Full Changelog: v0.64.2...v0.65.0