ebean v11.38.1 Release Notes

Release Date: 2019-04-30 // about 5 years ago
  • Issues:

    ๐Ÿ”จ #1691 Refactor io.ebean.Model to use a named database - support for use with non-default named database breaking-api refactor
    ๐Ÿ“š #1686 Change the default JSON format to ISO8601 for date and datetime types (from epoch millis) behaviour change documentation refactor
    ๐Ÿ”จ #1688 Remove useless comparison test refactor - by thibaultmeyer
    ๐Ÿ”จ #1687 Fix implicit conversion from array to string refactor - by thibaultmeyer

    ๐Ÿ”จ #1683 Refactor MetaQueryPlan and MetaOrmQueryMetric - rename getQueryPlanHash() to getSqlHash() breaking-api refactor
    ๐Ÿ‘ #1681 Support hitting L2 bean cache via ... findList() with idsIn() expression bug

    โœจ Enhancements:

    #1689 ENH: Add query usingTransaction() and usingConnection()
    ๐Ÿ”จ #1685 Add support for MetaCounterMetrics and refactor DefaultServerCache to use them refactor
    ๐Ÿ‘ #1684 ENH: Support ISO date format for JSON marshalling on LocalDate, sql.Date etc enhancement
    ๐Ÿ‘ #1679 ENH: Support enabling/disabling L2 cache by "region" at runtime enhancement