You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.1.0 (#110)
* Refactor coroutine dispatchers to use IO for better performance
* Refactor coroutine exception handling for improved safety
* Update Kotlin to 2.1.20 and update jars; refactor atomic operations for improved clarity
1.23.0 (#101)
* Update to Kotlin 2.1.0, Ktor 3.0.1, and gRPC 1.68.2
* Change minimum JDK from 17 to 11
* Remove krotodc library
* Convert build.gradle to build.gradle.kts
* Add support for gRPC reflection
* Add support for service discovery labels in pathConfigs
1.20.0 (#98)
* Update dependencies, Gradle wrapper, and minor formatting changes.
The changes include updating various dependencies such as Kotlinter, ben-manes.versions, gmazzo.buildconfig, kotlinx.kover, ktor-client, ktor-server, and others to their newer versions.
* Update Kotlin and gRPC versions in build.gradle and gradle.properties
* Refactor configuration handling in 'Agent' and 'Proxy' classes