Skip to content

Releases: micronaut-projects/micronaut-data

Micronaut Data 3.4.1

17 May 11:38
Compare
Choose a tag to compare

What's Changed

Regressions 🧐

  • Fix regression with Enums not being persisted using toString by @dstepanov in #1531

Other Changes 💡

Full Changelog: v3.4.0...v3.4.1

  • Regression: Enums should be stored as String using toString method (JDB) (#1530)

Micronaut Data 3.4.0

16 May 11:57
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Improvements ⭐

  • Bump Spring versions to avoid CVE warnings by @graemerocher in #1418
  • Transaction management improvements and Kotlin synchronous TX propagation in coroutines by @dstepanov in #1439
  • Limit results for Hibernate's findOne method by @dstepanov in #1500

Docs 📖

Dependency updates 🚀

  • Bump mikepenz/action-junit-report from 3.0.1 to 3.0.2 by @dependabot in #1435
  • chore(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v3.3.2 by @renovate in #1453
  • chore(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v2.6.7 by @renovate in #1460
  • chore(deps): update dependency com.oracle.database.jdbc:ojdbc8 to v21.5.0.0 by @renovate in #1465
  • chore(deps): update spring core to v5.3.19 by @renovate in #1464
  • chore(deps): update org.jetbrains.kotlin to v1.6.21 by @renovate in #1463
  • chore(deps): update io.micronaut.serde to v1.0.1 by @renovate in #1461
  • chore(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v3.4.0 by @renovate in #1466
  • chore(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.5 by @renovate in #1459
  • chore(deps): update dependency org.codehaus.groovy:groovy-dateutil to v3.0.10 by @renovate in #1458
  • chore(deps): update dependency org.postgresql:postgresql to v42.3.4 by @renovate in #1469
  • chore(deps): update dependency org.testcontainers:testcontainers-bom to v1.17.1 by @renovate in #1470
  • chore(deps): update dependency mysql:mysql-connector-java to v8.0.29 by @renovate in #1457
  • chore(deps): update hibernate core to v5.6.8.final by @renovate in #1471
  • chore(deps): update io.micronaut.sql to v4.3.0 by @renovate in #1472
  • chore(deps): update org.openjdk.jmh to v1.35 by @renovate in #1474
  • chore(deps): update dependency org.postgresql:postgresql to v42.3.5 by @renovate in #1488
  • chore(deps): update spring core to v5.3.20 by @renovate in #1507
  • chore(deps): update spring data to v2.6.4 by @renovate in #1475
  • chore(deps): update mongodb to v4.6.0 by @renovate in #1490
  • chore(deps): update hibernate core to v5.6.9.final by @renovate in #1520
  • chore(deps): update micronaut-sql to v4.4.0 by @renovate in #1518

Other Changes 💡

New Contributors

Full Changelog: v3.3.1...v3.4.0

Micronaut Data 3.3.1

24 Mar 15:38
1478caf
Compare
Choose a tag to compare

v3.3.1 (2022-03-23)

Full Changelog

Merged pull requests:

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.3.1

Micronaut Data 3.3.0

21 Mar 11:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.2...v3.3.0

Micronaut Data 3.3.0-RC1

01 Mar 05:38
Compare
Choose a tag to compare
Pre-release

[v3.3.0-RC1(https://github.com/micronaut-projects/micronaut-data/tree/v3.3.0-RC1) (2022-03-01)

Full Changelog

Implemented enhancements:

  • Add support for specifying the database and collection on the repository #1308
  • Add a MongoQueryExecutor interface that you can extend from #1306
  • Add support for Reactive repositories with MongoDB #1305
  • Allow specifying the database name to the @MongoRepository annotation #1292

Fixed bugs:

Closed issues:

  • the document of finderpattern svg not found #1358
  • Colons in SQL strings in native queries doesn't work and can't be escaped (Postgres) #1354
  • save\(anEntity\) doesn't result in a record in the database when run in unit test #1347
  • repository findBy* broken for entities with IdClass #1344
  • Empty Postgres array e.g. {} in VARCHAR\(255\) \[\] interpreted as Java's new String\[\] { "{}" }. #1334
  • Select for Update default implementation in AbstractSqlLikeQueryBuilder #1330
  • [Bug] Wrong covertion enums to characters if use micronaut-jdbc #1313
  • Jdbc CoroutineCrudRepository does not handle nullable return types #1297
  • Respositories with Criteria API converts ORed predicates into ANDs at query generation time #1296
  • Mongo Integration: java.lang.IllegalStateException: Read only 0 bytes #1295
  • @ColumnTransformer acts strange when a non-placeholder variant of @ is in the string #1294
  • Add R2DBC Postgres Health Indicator #1239
  • Hibernate native image start fails due to entities with enums #1046

Merged pull requests:

Micronaut Data 3.3.0-M1

25 Jan 15:15
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v3.2.2...v3.3.0-M1

Micronaut Data 3.2.2

20 Dec 13:52
Compare
Choose a tag to compare

v3.2.2 (2021-12-20)

Full Changelog

Fixed bugs:

Closed issues:

  • Micronaut-jdbc doesn't cascade one-to-many for Embeddable entities #1173

Merged pull requests:

Micronaut Data 3.2.1

07 Dec 07:44
Compare
Choose a tag to compare

v3.2.1 (2021-12-07)

Full Changelog

Fixed bugs:

  • Problems with the Micronaut Data @where since the last update #1233
  • javax.persistence.OptimisticLockException: Batch update returned unexpected row count from update after upgrading to Micronaut 3.1+ #1230
  • NPE when returning NULL from Specification implementing PageableRepository, JpaSpecificationExecutor #1224

Closed issues:

  • InvalidPathException when using join in Specification implementing PageableRepository, JpaSpecificationExecutor #1225

Merged pull requests:

Micronaut Data 3.2.0

19 Nov 15:13
Compare
Choose a tag to compare

v3.2.0 (2021-11-19)

Full Changelog

Fixed bugs:

  • Fix "Cannot decode value of type java.lang.String with OID 2950" #1218 (@zsiegel)

Closed issues:

  • Generate Nullable relation to manage Zero-To-One relation #1213

Merged pull requests:

Micronaut Data 3.1.2

03 Nov 07:32
Compare
Choose a tag to compare

v3.1.2 (2021-11-02)

Full Changelog

Closed issues:

  • ORDER-BY with joined properties #1209
  • Micronaut-jpa cascade won't set parent id for child entity #1208
  • micronaut-data jdbc throws an exception when @Version is used in a Record #1207

Merged pull requests: