ebean v12.6.1 Release Notes

Release Date: 2020-11-25 // over 3 years ago
  • Issues:

    ⚡️ #2115, #2112, #2110 - Fix and test for executeBatch() on SqlUpdate - addBatch() does not auto flush
    #2114 - Fix PreparedStatement leak when findEach() with invalid SQL
    ⚡️ #2113, #2089, #2090 - Add support for Postgres lock types (no key, share, key share) with FOR UPDATE enhancement
    #2108 - ebean-k8scache and ebean-cluster not invalidated when only remoteTableMod or remoteCacheEvent
    🔨 #2107 - Refactor io.ebeaninternal.json.ModifyAwareOwner to io.ebean.ModifyAwareType
    🔨 #2105 - Refactor extract interface DataBinder from DataBind, move ScalarType
    🔨 #2106 - Refactor extract ebean-core-type module moving ScalarType and related interfaces to io.ebean.core.type