Skip to content

Releases: mirage-sql/mirage

2.1.1

10 Oct 08:32
Compare
Choose a tag to compare

2.1.0

04 Nov 12:23
Compare
Choose a tag to compare

Features:

  • Map entity support (experimental)

Changes:

  • Separate com.miragesql.miragesql.tool package as mirage-tools
  • Update library dependencies
  • Update documentation
  • Bugfix: return object as map value, instead of String
  • Code refactoring

2.0.0

27 Oct 07:35
Compare
Choose a tag to compare

Features:

  • Use of https://www.slf4j.org/ instead of java.util.logging (JUL)
  • Mirage-SQL now supports HikariCP Connection pool

Changes:

  • Library dependency updates
  • Package imports were changed from import jp.sf.amateras.mirage.* to import com.miragesql.miragesql.*
  • Removed old deprecated API
  • Removed unused (internal) utilities (use Apache Commons original implementations instead)

For more details see the Migration Guide

1.3.0

25 Apr 21:40
Compare
Choose a tag to compare

Changes:

  • project was moved to a new GitHub Organisation: https://github.com/mirage-sql
  • dependencies were updated to the latest version
  • moved to Java 8
  • build script was migrated to Gradle

1.2.4

08 Feb 13:49
Compare
Choose a tag to compare

New features:

  • Iterable is available as bind object
  • Add JndiSession
  • Add minimal Dialect support for SQLite, Derby, SQLServer and DB2