Releases: micronaut-projects/micronaut-data
Releases Β· micronaut-projects/micronaut-data
Micronaut Data 4.9.5
What's Changed
Bug Fixes π
- Fix pageable deserialization to properly read page number by @radovanradic in #3173
Regressions π§
- Use ByteArrayCodec for byte array by @radovanradic in #3168
Full Changelog: v4.9.4...v4.9.5
Micronaut Data 4.9.4
What's Changed
Bug Fixes π
- Properly handle transaction commit errors by @dstepanov in #3111
- MongoDB: Ignore basic types codecs by @dstepanov in #3130
- Fix update by field when entity parameter is present by @radovanradic in #3140
- Fix serialization of Page.empty() by @radovanradic in #3142
- Fix converter on many-to-many table by @dstepanov in #3145
Full Changelog: v4.9.3...v4.9.4
Micronaut Data 4.9.3
What's Changed
Bug Fixes π
- Fix mongo custom query pagination by @dstepanov in #3106
- Regression issue with criteria inList failing to compile by @radovanradic in #3108
Full Changelog: v4.9.2...v4.9.3
Micronaut Data 4.9.2
What's Changed
Bug Fixes π
- fix: Defer R2DBC Transactional callbacks using flatMap by @dstepanov in #3097
Other Changes π‘
- Use io.asyncer:r2dbc-mysql as default r2dbc mysql library by @radovanradic in #2388
Full Changelog: v4.9.1...v4.9.2
Micronaut Data 4.9.1
What's Changed
Bug Fixes π
- Support like predicate in custom query builders by @radovanradic in #3094
- Fix nested upper expression in criteria by @radovanradic in #3095
- issues/3045: HQL where in with empty entity list throws NPE by @rawilder in #3046
Improvements β
- Change AbstractQueryInterceptor.getParameterInRole to be protected and reusable by @radovanradic in #3090
Dependency updates π
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.6.3 by @renovate in #3080
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.2.1 by @renovate in #3076
- fix(deps): update dependency io.micronaut.r2dbc:micronaut-r2dbc-bom to v5.6.1 by @renovate in #3077
- fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.8.1 by @renovate in #3079
- fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.3.3 by @renovate in #3081
Other Changes π‘
- Skip schema generation when datasource is disabled by @radovanradic in #3066
New Contributors
Full Changelog: v4.9.0...v4.9.1
Micronaut Data 4.9.0
What's Changed
Docs π
Other Changes π‘
- Query builders refactoring / rewrite by @dstepanov in #2973
- Upgrade to Oracle Database Free (#2990) by @dstepanov in #2993
- Support more criteria API expressions by @dstepanov in #2992
- Remove usage of deprecated Serde methods by @dstepanov in #2995
- Support all variations of LIKE criteria by @dstepanov in #3003
- Merge 4.8.x branch into 4.9.x by @radovanradic in #3009
- remove initialize-at-runtime definitions by @graemerocher in #3021
- Fix not joined association by @dstepanov in #3040
- Merge changes from 4.8.x by @radovanradic in #3061
Dependency updates π
- Update Micronaut Data To latest versions by @radovanradic in #3070
- fix(deps): update dependency org.apache.groovy:groovy-dateutil to v4.0.22 by @renovate in #3006
Spring Data
- fix(deps): update spring data by @renovate in #3002
- fix(deps): update spring data by @renovate in #3023
- fix(deps): update spring data by @renovate in #3071
Kotlin
KSP
- fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.9.25-1.0.20 by @renovate in #3037
- fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.9.24-1.0.20 by @renovate in #2935
Micronaut Modules
Micronaut Core
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.5.4 by @renovate in #3042
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.5.3 by @renovate in #3000
Micronaut Serialization
- fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.10.2 by @renovate in #2969
Micronaut RxJava2
- fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2.4.0 by @renovate in #3014
Micronaut Micrometer
Micronaut Azure
- fix(deps): update dependency io.micronaut.azure:micronaut-azure-cosmos to v5.5.1 by @renovate in #2979
Micronaut Flyway
- fix(deps): update dependency io.micronaut.flyway:micronaut-flyway-bom to v7.3.0 by @renovate in #2980
Micronaut Validation
- fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.6.1 by @renovate in #3019
- fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.6.0 by @renovate in #3017
Micronaut Reactor
- fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.4.0 by @renovate in #2994
- fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.4.1 by @renovate in #3038
Micronaut SQL
Micronaut Spring
- fix(deps): update dependency io.micronaut.spring:micronaut-spring-bom to v5.7.0 by @renovate in #3015
Micronaut Test Resources
- fix(deps): update micronaut.testresources to v2.5.3 by @renovate in #3026
- fix(deps): update micronaut.testresources to v2.5.4 by @renovate in #3034
Micronaut R2DBC
CI βοΈBuild π
GraalVM
Spring Boot Gradle Plugin
- fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.3.1 by @renovate in #3001
- fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.3.2 by @renovate in #3039
Spring Dependency Management Gradle Plugin
- fix(deps): update dependency io.spring.gradle:dependency-management-plugin to v1.1.6 by @renovate in #3020
- fix(deps): update dependency io.spring.gradle:dependency-management-plugin to v1.1.5 by @renovate in #3005
Micronaut Build Plugin
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.2.0 by @renovate in #3043
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.1.3 by @renovate in #2978
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.1.4 by @renovate in #3012
Micronaut Gradle Plugin
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.4.2 by @renovate in #3033
Full Changelog: v4.8.1...v4.9.0
Micronaut Data 4.8.5
What's Changed
Bug Fixes π
- Fix nested transaction savepoint handling in JDBC transaction manager by @radovanradic in #3047
- Fix query with predication specification and cursored pageable by @radovanradic in #3057
- Fix pageable query with join criteria by @radovanradic in #3053
Other Changes π‘
- Support DTO projection in CursoredPage results by @radovanradic in #3054
Full Changelog: v4.8.4...v4.8.5
Micronaut Data 4.8.4
What's Changed
Bug Fixes π
- Fix for cascade save operation with one-to-many relations by @radovanradic in #3025
Full Changelog: v4.8.3...v4.8.4
Micronaut Data 4.8.3
What's Changed
Bug Fixes π
- Fix Page.map for the empty page by @radovanradic in #2991
- Fix entity mapping for multiple ONE_TO_MANY relations of the same entity by @radovanradic in #2999
Improvements β
- CursoredPage not supported with findAll and PredicateSpecification by @radovanradic in #3007
Dependency updates π
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.5.3 by @renovate in #2974
- fix(deps): update dependency io.spring.gradle:dependency-management-plugin to v1.1.5 by @renovate in #2933
- fix(deps): update spring data by @renovate in #2983
- chore(deps): update graalvm/setup-graalvm action to v1.2.2 by @renovate in #2985
- fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.3.1 by @renovate in #2987
Other Changes π‘
New Contributors
Full Changelog: v4.8.1...v4.8.3
Micronaut Data 4.8.1
What's Changed
New Features π
Bug Fixes π
- Fix H2 tests after latest merge for H2 generate schema changes by @radovanradic in #2964
- Left join returns incorrect number of records by @dstepanov in #2965
Other Changes π‘
- Fix renovate json by @radovanradic in #2967
- fix doc reference in sqlMapping.adoc by @AndrewPanov in #2962
New Contributors
- @AndrewPanov made their first contribution in #2962
Full Changelog: v4.8.0...v4.8.1