What's Changed
Kotlin now supports JSON Schema
The Kotlin API now supports OOTB generating Json Schemas, using https://github.com/SMILEY4/schema-kenerator. The schemas will be automatically propagated to restate-server
, and they will be available in the generated OpenAPI and in the Restate Playground.
Changelog
- [Release] Bump to 2.1.0-SNAPSHOT by @github-actions in #493
- Fix ktdocs for select and awaitAll by @slinkydeveloper in #494
- Generate Json Schemas for Kotlin by @slinkydeveloper in #495
- Fix #497 by @slinkydeveloper in #498
- [Release] Bump to 2.1.0 by @github-actions in #499
Full Changelog: v2.0.0...v2.1.0