Skip to content

Releases: ydb-platform/yoj-project

YOJ 1.1.2 (more Kotlin fixes)

01 Feb 15:38
Compare
Choose a tag to compare

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 classes, most importantly, the properties annotated @Column(flatten=false)

YOJ 1.1.1 (Kotlin fix)

31 Jan 13:27
Compare
Choose a tag to compare
  • #14: Support private val properties in Kotlin data classes
  • #12: Low-level Stream API support for Scan Queries in QueryExecutor

YOJ 1.1.0 (basic Kotlin support)

30 Jan 12:39
Compare
Choose a tag to compare
  • 🎉 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)

26 Jan 15:26
Compare
Choose a tag to compare

Thorough dependency update: gRPC and Protobuf, YDB SDK v2, Jackson etc.

YOJ 1.0.1 (fix release)

10 Jan 17:03
Compare
Choose a tag to compare

Fixes: #4 (Don't rollback or commit invalidated transactions)

1.0.0 - Initial Open Source Release

28 Dec 14:33
Compare
Choose a tag to compare

YOJ (YDB ORM for Java) is finally open source, and is now available from Maven Central. Yay! 🎉