Skip to content

v1.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@komu komu released this 13 May 21:54
· 212 commits to main since this release

New features

  • Simplified API for registering enum conversions through TypeConversionRegistry. (#14)

Breaking changes

  • Database native enums are no longer the default because they depended on ugly hack to
    guess the database type name. By default enums are bound using name, but you can use
    methods in TypeConversionRegistry to customize this.
  • Removed support for setting configuring default isolation level. If you need to set
    the default isolation, set it for the connections at your connection-provider.
  • Removed Database.getDialect. There should not be a need to access the Dialect directly.