github kotlin-orm/ktorm v4.1.0

latest release: v4.1.1
2 months ago

What's Changed

  • Upgrade Kotlin version to 1.9.23, support JDK 21.
  • Add EntityExtensionsApi.isAttached() function to check if an entity is attached to the database.
  • Track and provide access to entity changed properties by @HC-224 in #525
  • Make BaseTable.asExpression() function open by @qumn in #560
  • Reduce memory allocation on Column.label used for accessing in query by @AlexRiedler in #564
  • Bugfix: fix binary compatibility error when using a higher version of KotlinModule by @k163377 in #527
  • Bugfix: Entity.flushChanges() and Entity.delete() throw SQLException instead of UndeclaredThrowableException when SQL execution fails.
  • Update documentation for insertOrUpdate and bulkInsertOrUpdate by @ipalo in #501

New Contributors

Full Changelog: v4.0.0...v4.1.0

Don't miss a new ktorm release

NewReleases is sending notifications on new releases.