Skip to content

Releases: erwinelder/dRPC

v0.3.0

18 Dec 20:36

Choose a tag to compare

  • Add DrpcContext, RoutingContext, and EmptyContext.
  • Merge CallProcessor into RoutingContext.
  • Other library enhancements.
  • Update dependencies versions (Kotlin 2.3.0, Ktor 3.3.3.).

v0.2.5

14 Dec 00:11

Choose a tag to compare

  • Library improvements.

v0.2.4

13 Dec 23:52

Choose a tag to compare

  • Library improvements.

v0.2.3

13 Dec 23:32

Choose a tag to compare

  • Library improvements.

v0.2.2

13 Dec 22:52

Choose a tag to compare

  • Refactor Result, ResultData, and SimpleResult classes to remove generic type from for successes and errors (DrpcSuccess and DrpcError).

v0.2.1

13 Dec 19:43

Choose a tag to compare

  • Fix issue with Ktor server dependencies being placed in the common main target.
  • Add MacOS targets.

v0.2.0

13 Dec 18:27

Choose a tag to compare

  • Migrate library to KMP.

v0.1.0

12 Dec 21:04

Choose a tag to compare

Refactor project structure and update Gradle configuration for Maven …