Releases: ydb-platform/yoj-project
Releases · ydb-platform/yoj-project
YOJ 1.1.2 (more Kotlin fixes)
Important Kotlin data class
mapping fixes:
- #15 Invalid raw type for Kotlin
data class
properties (but correct generic type), manifesting in non-flattened ID fields
- #16 Tried to introspect leaf-level schema fields in Kotlin
data class
es, most importantly, the properties annotated @Column(flatten=false)
YOJ 1.1.1 (Kotlin fix)
- #14: Support
private val
properties in Kotlin data class
es
- #12: Low-level
Stream
API support for Scan Queries in QueryExecutor
YOJ 1.1.0 (basic Kotlin support)
- 🎉 Support mapping Kotlin data classes (#7)
- Add Jackson-based
JsonConverter
module, yoj-json-jackson-v2
(#10)
- FIX: Don't skip
GLOBAL_ASYNC
indexes when building table schema (#11)
YOJ 1.0.2 (dependency updates)
Thorough dependency update: gRPC and Protobuf, YDB SDK v2, Jackson etc.
YOJ 1.0.1 (fix release)
Fixes: #4 (Don't rollback or commit invalidated transactions)
1.0.0 - Initial Open Source Release
YOJ (YDB ORM for Java) is finally open source, and is now available from Maven Central. Yay! 🎉