v5.1.6
Micronaut Core 5.1.6
Added 1
- Add shared trailing slash trimming utility
Changed 3
- Use configuration properties for logger levels
- Enable SSL by default for per-service client SSL configuration
- Handle invalid zone id conversion
Fixed 5
- Resolve generic type arguments for suspend functions returning non-generic typealiases in KSP
- Handle null instances in QueryValueArgumentBinder
- Fix repeatable containers discovery
- Restore private nested client lookup
- Fix factory beans with scoped proxy
What's Changed
Bug Fixes 🐞
- fix(ksp): resolve generic type arguments for suspend functions returning non-generic typealiases (#12686) by @idsoke in https://github.com/micronaut-projects/micronaut-core/pull/12690
- Handle null instances in QueryValueArgumentBinder by @MaheshAravindV in https://github.com/micronaut-projects/micronaut-core/pull/12759
- Fix repeatable containers discovery by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/12797
Improvements ⭐
- Use configuration properties for logger levels by @graemerocher in https://github.com/micronaut-projects/micronaut-core/pull/12752
- Enable SSL by default for per-service client SSL configuration by @MariusVolkhart in https://github.com/micronaut-projects/micronaut-core/pull/12773
- Handle invalid zone id conversion by @kali834x in https://github.com/micronaut-projects/micronaut-core/pull/12747
- Add shared trailing slash trimming utility by @sdelamo in https://github.com/micronaut-projects/micronaut-core/pull/12799
Other Changes 💡
- Restore private nested client lookup by @yawkat in https://github.com/micronaut-projects/micronaut-core/pull/12792
- Fix factory beans with scoped proxy by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/12798
New Contributors
- @idsoke made their first contribution in https://github.com/micronaut-projects/micronaut-core/pull/12690
- @MariusVolkhart made their first contribution in https://github.com/micronaut-projects/micronaut-core/pull/12773
- @MaheshAravindV made their first contribution in https://github.com/micronaut-projects/micronaut-core/pull/12759
- @kali834x made their first contribution in https://github.com/micronaut-projects/micronaut-core/pull/12747
Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v5.1.5...v5.1.6