Highlights
- Server: update Docker image to use latest Rust version
- Server: support additional JWT signing algorithms (including asymmetric!).
- Server: Avoid panics when using the wait-for option (better errors printing).
- Libs/Rust: fix handling of integer enums (was causing failures for some endpoints).
What's Changed
- Update Rust to latest stable version by @svix-gabriel in #998
- Bridge: load config from string (env var or cli flag) by @svix-onelson in #999
- Update sea_orm to latest stable version by @svix-gabriel in #1000
- Server: Appease clippy by @jaymell in #1002
- Server: JWT Signing Algorithm Expansion by @svix-nick in #994
- Server: Avoid panics when using the wait-for option, make timeouts slightly less arcane by @svix-nick in #995
- Extend Rust enum generation template to handle integer-based enums by @svix-nick in #1010
- Bump version and update changelog. by @tasn in #1011
New Contributors
- @svix-nick made their first contribution in #994
Full Changelog: v1.6.0...v1.7.0