Skip to content

MyBatis Dynamic SQL Release 1.3.0

Compare
Choose a tag to compare
@jeffgbutler jeffgbutler released this 06 May 22:10
· 1349 commits to master since this release

This release includes the following major enhancements:

  1. Add support for subqueries in select statements
  2. Add support for the "exists" and "not exists" operators in where clauses
  3. Rafactoring and improvement of the built-in conditions including support for chained "filter" and "map" methods
  4. Major improvements to the Kotlin DSL

There are many other minor updates, and deprecated code from prior releases has been removed.

The full list of changes is available here: https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.3.0+

Important Note: This release contains two breaking changes that might impact some users in rare cases. Please read the full release notes for details: https://mybatis.org/mybatis-dynamic-sql/docs/CHANGELOG.html

All artifacts are available in Maven central under these coordinates:

<dependency>
  <groupId>org.mybatis.dynamic-sql</groupId>
  <artifactId>mybatis-dynamic-sql</artifactId>
  <version>1.3.0</version>
</dependency>