Releases: micronaut-projects/micronaut-data
Releases Β· micronaut-projects/micronaut-data
Micronaut Data 4.12.0
What's Changed
Bug Fixes π
- Fix @ColumTransformer on joined entity by @radovanradic in #3341
- Fix JPA sort with multiple field selection by @radovanradic in #3343
- Fix sync transaction/connection propagation by @dstepanov in #3336
Improvements β
- Allow customizing mongo collection name in environment configuration by @radovanradic in #3328
- Fix converting Flow with suspend by @dstepanov in #3340
Dependency updates π
- fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.8.1 by @renovate in #3308
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.13 by @renovate in #3309
- fix(deps): update micronaut.testresources to v2.7.3 by @renovate in #3311
- fix(deps): update dependency org.apache.groovy:groovy-dateutil to v4.0.26 by @renovate in #3335
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.4.0 by @renovate in #3339
- fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.4.3 by @renovate in #3322
- chore(deps): update graalvm/setup-graalvm action to v1.3.3 by @renovate in #3323
- fix(deps): update dependency me.champeau.jmh:jmh-gradle-plugin to v0.7.3 by @renovate in #3310
- chore(deps): update actions/upload-artifact action to v4.6.1 by @renovate in #3296
- chore(deps): update dependency gradle to v8.13 by @renovate in #3326
- fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.9.0 by @renovate in #3325
- fix(deps): update dependency io.micronaut.spring:micronaut-spring-bom to v5.10.0 by @renovate in #3324
- fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.14.0 by @renovate in #3317
- fix(deps): update dependency io.micronaut.logging:micronaut-logging-bom to v1.6.1 by @renovate in #3316
- fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2.7.0 by @renovate in #3315
- fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.7.0 by @renovate in #3314
- fix(deps): update spring data by @renovate in #3318
- chore(deps): update slsa-framework/slsa-github-generator action to v2.1.0 by @renovate in #3352
- fix(deps): update dependency io.micronaut.azure:micronaut-azure-cosmos to v5.9.0 by @renovate in #3353
Other Changes π‘
- Failing to compile repository for entity with @lombok annotations by @radovanradic in #3345
Full Changelog: v4.11.1...v4.12.0
v4.11.2
What's Changed
Bug Fixes π
- Fix @ColumTransformer on joined entity by @radovanradic in #3341
- Fix JPA sort with multiple field selection by @radovanradic in #3343
- Fix sync transaction/connection propagation by @dstepanov in #3336
- Require sync mongo for
MongoConnectionOperationsImpl
by @dstepanov in #3349
Improvements β
- Allow customizing mongo collection name in environment configuration by @radovanradic in #3328
- Fix converting Flow with suspend by @dstepanov in #3340
Dependency updates π
- fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.8.1 by @renovate in #3308
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.13 by @renovate in #3309
- fix(deps): update micronaut.testresources to v2.7.3 by @renovate in #3311
- fix(deps): update dependency org.apache.groovy:groovy-dateutil to v4.0.26 by @renovate in #3335
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.4.0 by @renovate in #3339
- fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.4.3 by @renovate in #3322
- chore(deps): update graalvm/setup-graalvm action to v1.3.3 by @renovate in #3323
- fix(deps): update dependency me.champeau.jmh:jmh-gradle-plugin to v0.7.3 by @renovate in #3310
- chore(deps): update actions/upload-artifact action to v4.6.1 by @renovate in #3296
Other Changes π‘
- Repositories referencing classes that are not yet generated fail compilation by @graemerocher in #3350
Full Changelog: v4.11.1...v4.11.2
Micronaut Data 4.11.1
What's Changed
Bug Fixes π
- Fix issue with custom repository void methods by @radovanradic in #3287
- Fix for runtime criteria containing multi level joins by @radovanradic in #3305
- Correct multi property order path by @dstepanov in #3307
Improvements β
- Added doc for Json View _metadata and optimistic locking by @radovanradic in #3303
Dependency updates π
- fix(deps): update micronaut.testresources to v2.7.2 by @renovate in #3292
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.4.5 by @renovate in #3288
- chore(deps): update graalvm/setup-graalvm action to v1.2.7 by @renovate in #3293
- fix(deps): update spring data by @renovate in #3295
- chore(deps): update graalvm/setup-graalvm action to v1.2.8 by @renovate in #3297
- chore(deps): update dependency gradle to v8.12.1 by @renovate in #3300
- fix(deps): update dependency org.apache.groovy:groovy-dateutil to v4.0.25 by @renovate in #3301
- fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.4.2 by @renovate in #3302
- fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.13.1 by @renovate in #3306
Other Changes π‘
- Added test for issue "Null value read for non-null constructor argument" fixed in core by @radovanradic in #3289
Full Changelog: v4.11.0...v4.11.1
Micronaut Data 4.11.0
What's Changed
Bug Fixes π
- Fix QuerySpecification doesn't support selecting non-lowercase columns by @radovanradic in #3263
- Fix parameter substitution for raw queries containing colon(s) by @radovanradic in #3282
Dependency updates π
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.7 by @renovate in #3259
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.8 by @renovate in #3265
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.9 by @renovate in #3268
- fix(deps): update dependency io.spring.gradle:dependency-management-plugin to v1.1.7 by @renovate in #3270
- fix(deps): update dependency io.micronaut.flyway:micronaut-flyway-bom to v7.6.1 by @renovate in #3271
- fix(deps): update dependency io.micronaut.logging:micronaut-logging-bom to v1.5.1 by @renovate in #3274
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.10 by @renovate in #3275
- chore(deps): update actions/upload-artifact action to v4.5.0 by @renovate in #3272
- chore(deps): update dependency gradle to v8.12 by @renovate in #3234
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.3.2 by @renovate in #3240
- chore(deps): update softprops/action-gh-release action to v2.2.1 by @renovate in #3239
- fix(deps): update micronaut.testresources to v2.7.0 by @renovate in #3255
- fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.13.0 by @renovate in #3253
- fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.4.1 by @renovate in #3251
- fix(deps): update spring data by @renovate in #3256
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.11 by @renovate in #3281
- fix(deps): update dependency io.micronaut.multitenancy:micronaut-multitenancy-bom to v5.5.0 by @renovate in #3250
Other Changes π‘
- Support including Module and Action in each JDBC session with Oracle JDBC by @radovanradic in #3183
- Log debug instead of warn when introspected entity cannot be mapped and falls back to mongo deserialize by @radovanradic in #3261
- Merge 4.10.x into 4.11.x by @radovanradic in #3285
Full Changelog: v4.10.5...v4.11.0
Micronaut Data 4.10.5
What's Changed
Bug Fixes π
- Fix schema generator when mapped entity contains property placeholder by @radovanradic in #3237
- Fix hibernate count native query by @radovanradic in #3244
- Fix SELECT FOR UPDATE method matching in raw queries by @radovanradic in #3249
- Fix LocalDate persisting dates as the day before by @radovanradic in #3248
- Fix pageable queries with dynamic entity name by @radovanradic in #3245
Dependency updates π
Full Changelog: v4.10.4...v4.10.5
Micronaut Data 4.10.4
What's Changed
Bug Fixes π
- Enhance "RETURNING" clause method matching by @lkavan in #3227
- Support CTE in raw query method matching by @lkavan in #3236
Dependency updates π
- chore(deps): update graalvm/setup-graalvm action to v1.2.6 by @renovate in #3229
- fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v6.0.2 by @renovate in #3231
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.5 by @renovate in #3232
New Contributors
Full Changelog: v4.10.3...v4.10.4
Micronaut Data 4.10.3
What's Changed
Bug Fixes π
- Fix mapping with embedded field with generic type by @radovanradic in #3224
Improvements β
- Oracle duality Json View optimization in property comparison and sort by @radovanradic in #3222
Dependency updates π
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.3 by @renovate in #3218
- fix(deps): update dependency org.apache.groovy:groovy-dateutil to v4.0.24 by @renovate in #3219
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.4 by @renovate in #3221
- fix(deps): update dependency io.micronaut.flyway:micronaut-flyway-bom to v7.6.0 by @renovate in #3220
Full Changelog: v4.10.2...v4.10.3
Micronaut Data 4.9.7
What's Changed
Bug Fixes π
- Fix mapping with embedded field with generic type by @radovanradic in #3223
Full Changelog: v4.9.6...v4.9.7
Micronaut Data 4.10.2
What's Changed
Dependency updates π
- fix(deps): update dependency io.micronaut.azure:micronaut-azure-cosmos to v5.8.0 by @renovate in #3216
- fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2.6.0 by @renovate in #3214
- fix(deps): update dependency io.micronaut.kotlin:micronaut-kotlin-bom to v4.5.0 by @renovate in #3213
GraalVM π
Full Changelog: v4.10.1...v4.10.2
Micronaut Data 4.10.1
Full Changelog: v4.10.0...v4.10.1
What's Changed
Bug Fixes π
- Fix operation type of count by @dstepanov in #3217
Full Changelog: v4.10.0...v4.10.1