ebean v12.4.1 Release Notes

Release Date: 2020-09-17 // over 3 years ago
  • Issues:

    #2058 - .findVersionsBetween() for PG and MySql... should use inclusive/exclusive and it is instead is exclusive/exclusive
    #2059 - ENH: Add convenience expressions leOrNull() and geOrNull() ... [property >= value or property is null]
    👍 #2060 - Bump ANTLR to 4.8-1 (from 4.7.2) and add support for "leOrNull" and "geOrNull" expressions from #2059
    ⚡️ #2010 - Update CsvCallback API to use Database instead of EbeanServer breaking-api
    🔨 #2049 - Migrate to DatabaseConfig from ServerConfig refactor