Releases: Flaxoos/extra-ktor-plugins
Releases · Flaxoos/extra-ktor-plugins
v2.1.2 - Fix for missing rate limiter headers in default configuration
Fix for #77
What's Changed
- Add rate limit headers before returning response by default by @king-phyte in #78
New Contributors
- @king-phyte made their first contribution in #78
Full Changelog: v2.1.1...v2.1.2
v2.1.1 - Fix for Kafka SSL/SASL DSL
v2.1.0 - Kafka SSL/SASL and custom properties
- Kafka plugin now supports additional properties with a dedicated DSL for SSL and SASL. Custom or not yet defined properties are also supported using a DSL
v2.0.0 - Kotlin V2 and Ktor V3
- Upgraded to Kotlin v2 and Ktor v3
- Library is no longer a fat jar, an issue which caused failure in adoption due to conflicting dependencies
- Fixed mongo task issue