Skip to content

Releases: micronaut-projects/micronaut-data

Micronaut Data v4.8.0

30 May 13:24
Compare
Choose a tag to compare

What's Changed

New Features πŸŽ‰

Bug Fixes 🐞

Improvements ⭐

Docs πŸ“–

Dependency updates πŸš€

  • fix(deps): update spring data by @renovate in #2877
  • fix(deps): update dependency io.micronaut.spring:micronaut-spring-bom to v5.6.0 by @renovate in #2878
  • chore(deps): update gradle/gradle-build-action action to v3.3.0 by @renovate in #2869
  • fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.2.5 by @renovate in #2897
  • chore(deps): update gradle/gradle-build-action action to v3.3.1 by @renovate in #2895
  • chore(deps): update gradle/wrapper-validation-action action to v3 by @renovate in #2880
  • fix(deps): update dependency org.apache.groovy:groovy-dateutil to v4.0.21 by @renovate in #2874
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.4.6 by @renovate in #2894
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.4.7 by @renovate in #2928
  • chore(deps): update plugin io.micronaut.build.shared.settings to v7 by @renovate in #2924
  • chore(deps): update gradle/gradle-build-action action to v3.3.2 by @renovate in #2920
  • fix(deps): update micronaut.testresources to v2.5.2 by @renovate in #2825
  • fix(deps): update dependency org.springframework.data:spring-data-bom to v2024 by @renovate in #2948
  • fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.3.0 by @renovate in #2956
  • fix(deps): update kotlin.coroutines to v1.8.1 by @renovate in #2941
  • fix(deps): update spring data to v3.3.0 by @renovate in #2947

Other Changes πŸ’‘

New Contributors

Full Changelog: v4.7.0...v4.8.0

Micronaut Data 4.7.1

25 May 05:55
Compare
Choose a tag to compare

What's Changed

Other Changes πŸ’‘

  • fix: issue with building the CriteriaSort properly (#2912)
  • Fix mongo aggregate projection (#2950)
  • Test cases for broken mapped entities (#2936)
  • Transaction manager should catch Throwable (#2954)
  • Additional example docs for programmatic transactions and repositories (#2946)
  • Support @IdClass and multiple @Id by @dstepanov in #2871
  • Support system/pseudo column as version field (ORA_ROWSCN) by @radovanradic in #2873

Docs πŸ“–

  • docs: clarify how to add annotation processor dependencies for Kotlin and Groovy projects. by @wetted in #2910
  • docs: note that TransactionalEventListener annotation is not supported for reactive transactions by @wetted in #2909
  • Restore missing image by cherry picking from gh-pages/latest. by @wetted in #2925

Full Changelog: v4.7.0...v4.7.1

Micronaut Data 4.7.0

08 Apr 08:25
Compare
Choose a tag to compare

What's Changed

Other Changes πŸ’‘

Bug Fixes 🐞

Improvements ⭐

Docs πŸ“–

Dependency updates πŸš€

Spring Data

Kotlin

KSP

  • fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.9.23-1.0.19 by @renovate in #2821
  • fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.9.23-1.0.20 by @renovate in #2863

Micronaut Modules

Micronaut Core
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.3 by @renovate in #2771
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.4 by @renovate in #2782
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.9 by @renovate in #2788
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.4.0 by @renovate in #2830
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.4.1 by @renovate in #2865
Micronaut Serialization
  • fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.8.1 by @renovate in #2772
  • fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.8.2 by @renovate in #2837
Micronaut Spring
  • fix(deps): update dependency io.micronaut.spring:micronaut-spring-bom to v5.4.1 by @renovate in #2795
  • fix(deps): update dependency io.micronaut.spring:micronaut-spring-bom to v5.5.0 by @renovate in #2833
Micronaut SQL
  • fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.5.0 by @renovate in #2773
  • fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.5.1 by @renovate in #2792
  • fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.5.2 by @renovate in #2850
Micronaut Validation
  • fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.4.0 by @renovate in #2769
  • fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.4.4 by @renovate in #2824
Micronaut MongoDB
  • fix(deps): update dependency io.micronaut.mongodb:micronaut-mongo-bom to v5.3.0 by @renovate in #2859
Micronaut Logging
  • fix(deps): update dependency io.micronaut.logging:micronaut-logging-bom to v1.2.3 by @renovate in #2785
Micronaut Azure
  • fix(deps): update dependency io.micronaut.azure:micronaut-azure-cosmos to v5.3.1 by @renovate in #2838
Micronaut Test Resources
  • fix(deps): update micronaut.testresources to v2.3.2 by @renovate in #2767
  • fix(deps): update micronaut.testresources to v2.3.3 by @renovate in #2776

CI βš™οΈBuild 🐘

  • chore(deps): update gradle/gradle-build-action action to v3.2.0 by @renovate in #2866
  • Testcontainers via test-resources version catalog by @wetted in #2777

Gradle

GraalVM

  • chore(deps): update graalvm/setup-graalvm action to v1.1.8 by @renovate in #2768

Spring Gradle Plugin

  • fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.2.3 by @renovate in #2805
  • fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.2.4 by @renovate in #2845

Micronaut Build Plugin

  • chore(deps): update plugin io.micronaut.build.shared.settings to v6.6.4 by @renovate in #2822
  • chore(deps): update plugin io.micronaut.build.shared.settings to v6.7.0 by @renovate in #2841

Micronaut Gradle Plugin

  • fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.3.1 by @renovate in #2779
  • fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.3.2 by @renovate in #2784
  • fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.3.3 by @renovate in #2801
  • fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.3.5 by @renovate in #2823
  • fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.3.6 by @renovate in #2864

Full Changelog: v4.6.2...v4.7.0

Micronaut Data 4.6.2

16 Feb 11:46
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v4.6.1...v4.6.2

Micronaut Data 4.6.1

09 Feb 12:50
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • Fix using coroutine criteria executor with Hibernate by @dstepanov in #2775

Other Changes πŸ’‘

  • Apply count distinct to the criteria query when specified in the paging count query by @radovanradic in #2766
  • Another fix using coroutine criteria executor with Hibernate by @dstepanov in #2786

Full Changelog: v4.6.0...v4.6.1

Micronaut Data 4.6.0

30 Jan 10:46
Compare
Choose a tag to compare

What's Changed

Dependency updates πŸš€

  • fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.19.4 by @renovate in #2759

Micronaut Modules

Micronaut Core
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.0 by @renovate in #2754
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.1 by @renovate in #2757
Micronaut Serialization
  • fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.7.1 by @renovate in #2753
Micronaut Azure
  • fix(deps): update dependency io.micronaut.azure:micronaut-azure-cosmos to v5.2.0 by @renovate in #2748
  • fix(deps): update dependency io.micronaut.azure:micronaut-azure-cosmos to v5.3.0 by @renovate in #2758
Micronaut Flyway
  • fix(deps): update dependency io.micronaut.flyway:micronaut-flyway-bom to v7.1.0 by @renovate in #2756
Micronaut r2dbc
  • fix(deps): update dependency io.micronaut.r2dbc:micronaut-r2dbc-bom to v5.3.0 by @renovate in #2750
Micronaut Logging
  • fix(deps): update dependency io.micronaut.logging:micronaut-logging-bom to v1.2.2 by @renovate in #2749
Micronaut validation
  • fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.3.0 by @renovate in #2751

CI βš™οΈBuild 🐘

  • chore(deps): update gradle/gradle-build-action action to v2.12.0 by @renovate in #2760
  • chore(deps): update gradle/wrapper-validation-action action to v2 by @renovate in #2762

Full Changelog: v4.5.0...v4.6.0

Micronaut Data 4.5.0

22 Jan 09:56
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Other Changes πŸ’‘

Docs πŸ“–

  • Fix warnings and errors with asciidoc generation. by @wetted in #2641
  • doc - to use Criteria API you need the dependency jakarta.persistence-api by @wetted in #2649
  • Add links to guides for Micronaut Data by @wetted in #2684
  • Fix NamingStrategies javadoc and add note for hibernate join collection tests by @radovanradic in #2728

Dependency updates πŸš€

  • fix(deps): update dependency org.apache.groovy:groovy-dateutil to v4.0.17 by @renovate in #2701
  • fix(deps): update micronaut.testresources to v2.3.1 by @renovate in #2700
  • fix(deps): update dependency org.apache.groovy:groovy-dateutil to v4.0.18 by @renovate in #2743

Spring Data

Kotlin

  • fix(deps): update kotlin monorepo to v1.9.22 by @renovate in #2699
  • fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.9.22-1.0.17 by @renovate in #2742
  • fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.9.21-1.0.16 by @renovate in #2690
  • fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.9.22-1.0.16 by @renovate in #2703

Micronaut Modules

Micronaut Core
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.2.1 by @renovate in #2677
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.2.2 by @renovate in #2691
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.2.3 by @renovate in #2709
Micronaut MongoDB
  • fix(deps): update dependency io.micronaut.mongodb:micronaut-mongo-bom to v5.2.0 by @renovate in #2719
Micronaut Multi-Tenancy
  • fix(deps): update dependency io.micronaut.multitenancy:micronaut-multitenancy-bom to v5.2.1 by @renovate in #2732
Micronaut SQL
  • fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.4.1 by @renovate in #2746
  • fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.4.0 by @renovate in #2683
Micronaut Serialization
  • fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.5.0 by @renovate in #2686
  • fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.5.1 by @renovate in #2687
  • fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.7.0 by @renovate in #2720
Micronaut RxJava2
  • fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2.2.0 by @renovate in #2679
  • fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2.2.1 by @renovate in #2716
Micronaut Kotin
  • fix(deps): update dependency io.micronaut.kotlin:micronaut-kotlin-bom to v4.2.0 by @renovate in #2745
Micronaut Logging
  • fix(deps): update dependency io.micronaut.logging:micronaut-logging-bom to v1.2.0 by @renovate in #2676
  • fix(deps): update dependency io.micronaut.logging:micronaut-logging-bom to v1.2.1 by @renovate in #2712
Micronaut Spring
  • fix(deps): update dependency io.micronaut.spring:micronaut-spring-bom to v5.4.0 by @renovate in #2731
Micronaut Flyway
  • fix(deps): update dependency io.micronaut.flyway:micronaut-flyway-bom to v6.3.0 by @renovate in #2717
  • fix(deps): update dependency io.micronaut.flyway:micronaut-flyway-bom to v7 by @renovate in #2733
Micronaut Reactor
  • fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.2.0 by @renovate in #2678
  • fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.2.1 by @renovate in #2714

CI βš™οΈBuild 🐘

  • chore(deps): update actions/cache action to v4 by @renovate in #2738

Spring Boot Gradle Plugin

  • fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.2.2 by @renovate in #2744
  • fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.2.1 by @renovate in #2698

Micronaut Build Plugin

  • chore(deps): update plugin io.micronaut.build.shared.settings to v6.6.2 by @renovate in #2725

Micronaut Gradle Plugin

  • fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.2.1 by @renovate in #2681

New Contributors

Full Changelog: v4.4.0...v4.5.0

Micronaut Data 4.4.1

13 Dec 11:15
Compare
Choose a tag to compare

What's Changed

Other Changes πŸ’‘

Full Changelog: v4.4.0...v4.4.1

Micronaut Data 4.4.0

01 Dec 08:52
Compare
Choose a tag to compare

What's Changed

Docs πŸ“–

Dependency updates πŸš€

  • fix(deps): update micronaut.testresources to v2.2.0 by @renovate in #2645
  • fix(deps): update dependency io.spring.gradle:dependency-management-plugin to v1.1.4 by @renovate in #2640
  • fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.2.0 by @renovate in #2643
  • fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.4.0 by @renovate in #2646
  • fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.2.0 by @renovate in #2647
  • fix(deps): update dependency io.micronaut.spring:micronaut-spring-bom to v5.2.0 by @renovate in #2648
  • fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.19.2 by @renovate in #2651
  • fix(deps): update dependency io.micronaut.r2dbc:micronaut-r2dbc-bom to v5.2.0 by @renovate in #2653
  • fix(deps): update dependency io.micronaut.spring:micronaut-spring-bom to v5.3.0 by @renovate in #2655
  • fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.19.3 by @renovate in #2657
  • fix(deps): update spring data by @renovate in #2654
  • fix(deps): update dependency io.micronaut.multitenancy:micronaut-multitenancy-bom to v5.2.0 by @renovate in #2658
  • fix(deps): update kotlin monorepo to v1.9.21 by @renovate in #2661
  • fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.9.21-1.0.15 by @renovate in #2666
  • fix(deps): update dependency org.apache.groovy:groovy-dateutil to v4.0.16 by @renovate in #2671
  • fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.3.0 by @renovate in #2670
  • fix(deps): update micronaut.testresources to v2.3.0 by @renovate in #2674

Other Changes πŸ’‘

New Contributors

Full Changelog: v4.3.1...v4.4.0

Micronaut Data 4.3.1

14 Nov 14:20
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v4.3.0...v4.3.1