What's Changed
Improve Kotlinx Serialization JSON Schema support with better JsonClassDiscriminator support and opaque JSON type handling; simpler schema generation API, and updated project dependencies and build tooling.
Notable changes
- feat: Support
JsonClassDiscriminatorannotation for kotlinx-serialization by @VirtualParticle in #53 - feat: add configurable opaque type support for kotlinx.serialization json types (#54) by @kpavlov in #55
- feat: add
jsonSchemaOfconvenience function by @kpavlov in #60 - chore: fix module name by @kpavlov in #59
- fix(deps): update ksp monorepo to v2.3.9 by @renovatebot in #29
Dependency changes
- fix(deps): update dependency io.github.oshai:kotlin-logging to v8.0.4 by @renovatebot in #25
- chore(deps): update gradle to v9.6.1 by @renovatebot in #32
- fix(deps): update dependency dev.langchain4j:langchain4j-core to v1.17.1 by @renovatebot in #56
New Contributors
- @VirtualParticle made their first contribution in #53
Full Changelog: v0.6.0...v0.7.0