Ktorm v3.0.0 Release Notes

Release Date: 2020-06-16 // almost 4 years ago
  • Some break changes in Ktorm 3.0:

    • ๐Ÿšš Completely remove the deprecated global database APIs and provide equivalent things in a new module ktorm-global.
    • ๐Ÿ‘‰ Use = instead of property delegation to define columns.
    • Query doesn't implement Iterable anymore.
    • ๐Ÿ‘Œ Support compound primary keys.

    โšก๏ธ In addition to the break changes above, there are also many updates from enthusiasts in the open source community, thanks for their contributions:

    • โšก๏ธ MySQL bulkInsert function supports on duplcate key update. Thank @hangingman
    • PostgreSQL hstore data type and a series of operators for it. Thank @arustleund
    • ๐Ÿ‘ ktorm-jackson supports simple Jackson annotations, like @JsonProperty, @JsonAlias, @JsonIgnore. Thank @onXoot

    ๐Ÿ‘€ For more details about the new version, see https://ktorm.liuwj.me/en/break-changes-in-ktorm-3.0.html