Version 0.84.0
Highlights
- Server: add (beta) RabbitMQ implementation
- Server: upgrade redis-rs and a few other dependencies
- Server: improve OpenAPI generation
- Server: fix issue with Redis being required in the docker image
- Libs/Rust: support choosing the wanted TLS implementation
What's Changed
- Create message: change to RawValue instead of Value by @tasn in #885
- Upgrade redis/bb8 by @jaymell in #886
- Bump version of crossbeam-channels by @svix-andor in #891
- Bump h2 from 0.3.16 to 0.3.17 in /server by @dependabot in #890
- Refactor
queue
Producers/Consumers by @svix-gabriel in #888 - Bump yanked h2 dependency by @svix-andor in #894
- [rust]: allow specifying TLS flavour to use by @marcoslopes in #892
- Improve OpenAPI generation by @svix-andor in #893
- Add RabbitMQ as message queue solution by @svix-gabriel in #895
- Add additional validation to some inputs by @svix-daniel in #899
- Make redis-dsn optional by @jaymell in #900
- Resolve two library-generation related issues by @svix-andor in #903
- Use new rust-generated OpenAPI by @svix-andor in #902
- Bump version and update changelog. by @tasn in #905
New Contributors
- @marcoslopes made their first contribution in #892
Full Changelog: v0.83.1...v0.84.0