Skip to content

Releases: Flaxoos/extra-ktor-plugins

v2.2.1 Dependency version updates, task scheduling fix

19 May 13:13

Choose a tag to compare

Task scheduling fix (#92)

  • removed task releasing. now only lock acquisition is required
  • removed acquire lock mutex, it's enough to rely on redis
  • added retry in TaskSchedulingPluginTest.kt as sometimes
  • Bump to 2.2.1

Dependency version updates:

  • Update to support latest versions of ktor, exposed, kotlin, etc
  • remove dup dep
  • update build pull request to use JDK 17 instead of 11

v2.1.2 - Fix for missing rate limiter headers in default configuration

06 Jan 08:06
11d6cda

Choose a tag to compare

Fix for #77

What's Changed

  • Add rate limit headers before returning response by default by @king-phyte in #78

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1 - Fix for Kafka SSL/SASL DSL

12 Nov 11:11
4b3ba32

Choose a tag to compare

Fixed issue with admin SSL/SASL config DSL

v2.1.0 - Kafka SSL/SASL and custom properties

11 Nov 11:25
3448512

Choose a tag to compare

  • 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

11 Nov 11:07
3448512

Choose a tag to compare

  • 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