Changelog History
Page 6
-
v11.38.1 Changes
April 30, 2019Issues:
๐จ #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() withidsIn()
expression bugโจ Enhancements:
#1689 ENH: Add query usingTransaction() and usingConnection()
๐จ #1685 Add support forMetaCounterMetric
s 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