Releases: micronaut-projects/micronaut-core
Releases · micronaut-projects/micronaut-core
Micronaut 2.5.9
Micronaut 2.5.8
Changes
- Bump micronaut-data to 2.4.7 @micronaut-build (#5725)
- Bump micronaut-coherence to 1.0.0 @micronaut-build (#5712)
- Fix memory leak with input stream body @jameskleeh (#5683)
- oracle cloud documentation for vault @pgressa (#5687)
- Bump micronaut-oracle-cloud to 1.4.0 @micronaut-build (#5686)
- Don't swallow errors constructing the request uri @jameskleeh (#5685)
Contributors
Micronaut 2.5.7
Changes
- Fix dead link in graal.adoc @FelixSchuSi (#5651)
- Fix NPE with retrieving subprotocol in @onopen websocket method. @jameskleeh (#5650)
- Introduction around groovy @jameskleeh (#5649)
- Only error if enum actually declared bean. Fixes #5611 @graemerocher (#5644)
- fix: logger name for HttpClientIntroductionAdvice @sdelamo (#5641)
- Bump micronaut-oracle-cloud to 1.3.6 @micronaut-build (#5638)
- Bump micronaut-security to 2.4.3 @micronaut-build (#5633)
- Fix for custom reason phrase is inaccessible in filters when using Netty runtime @lgathy (#5627)
- fix: reactive sequence bracket prepending @jameskleeh (#5630)
- extract websocket upgrade method @sdelamo (#5624)
- test: websocket upgrade case insensitive @sdelamo (#5623)
Contributors
@FelixSchuSi, @graemerocher, @jameskleeh, @lgathy, @micronaut-build and @sdelamo
Micronaut 3.0.0 M2
Micronaut 2.5.6
Changes
- Fix multiple factory replacements @PhilHardwick (#5597)
- Bring back stereotype and annotation mapper changes from 3.x. Add stereotype processing for repeatable @jameskleeh (#5590)
- Bump micronaut-test to 2.3.7 @micronaut-build (#5598)
- Support serialisation/deserialisation with @JsonAnyGetter and @JsonAnySetter @safarmer (#5599)
- Bump micronaut-kubernetes to 2.3.4 @micronaut-build (#5589)
- Generate error when private methods are annotated with @around advice @mattmoss (#5569)
- test: groovy.test.NotYetImplemented @sdelamo (#5587)
- remove unused imports @sdelamo (#5586)
- Fixes null body inconsistency inside HttpRequest @utsav0209 (#5481)
- Bump micronaut-redis to 4.0.2 @micronaut-build (#5582)
- test: Use MicronautTest correct import @sdelamo (#5584)
- fix: declarative client with suspended function fails on 404 @wlezzar (#5575)
- Provide better error message with Adapter on Kotlin suspend method. @mattmoss (#5576)
- Test for checking if a ClassElement is an enum @ilopmar (#5570)
- Delay emission of response headers until at least 1 item is emitted in a streaming response @jameskleeh (#5558)
- Pr 5493 @jameskleeh (#5561)
- Bump micronaut-grpc to 2.5.0 @micronaut-build (#5563)
- Bump micronaut-data to 2.4.4 @micronaut-build (#5562)
- setting JAEGER_SERVICE_NAME system prop if not present in system prop and env var @SubhadeepSen (#5529)
- Adds GCP Secret Manager to BOM @JasonTypesCodes (#5531)
Contributors
@JasonTypesCodes, @PhilHardwick, @SubhadeepSen, @ilopmar, @jameskleeh, @mattmoss, @micronaut-build, @safarmer, @sdelamo, @utsav0209 and @wlezzar
Micronaut 2.5.5
Changes
- Skip once per request on error @jameskleeh (#5523)
- Fix regression caused by #5306 with running tests in parallel @jameskleeh (#5467)
- fix: catch FileSystemAlreadyExistsException @sdelamo (#5480)
- Bump micronaut-kubernetes to 2.3.3 @micronaut-build (#5502)
- Bump micronaut-test to 2.3.6 @micronaut-build (#5515)
- Customize multipart decoder to prevent releasing of in memory data @jameskleeh (#5521)
- Bump micronaut-aws to 2.6.1 @micronaut-build (#5519)
- Bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 @dependabot (#5511)
- Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#5512)
- Bump micronaut-jms to 1.0.0.M3 @micronaut-build (#5482)
- Bump micronaut-kafka to 3.3.3 @micronaut-build (#5505)
- Support JDK16 in annotation processors @jameskleeh (#5507)
- Fix default
read-idle-timeout
in doc @rdesgroppes (#5474)
🐛 Bug Fixes
Contributors
@dependabot, @dependabot[bot], @jameskleeh, @micronaut-build, @rdesgroppes and @sdelamo
Micronaut 3.0.0 M1
This is the first milestone release of Micronaut 3.
This release contains relatively minor breaking changes, however future milestones will contain a switch to Jakarta annotations for dependency injection and a switch to Project Reactor from RxJava2.
Please see the breaking changes section of the documentation for more information.
Micronaut 2.5.4
Changes
- Fixed a memory leak by updating the Netty version
- Fixed regression regarding websocket connections
- Fixed compilation error with suspend methods that return
Any
- Fixed NPE around invalid cookies
Dependency Upgrades
- Updated Lombok to 1.18.20
- Updated Micronaut Oracle Cloud to 1.3.5
- Updated Micronaut Test to 2.3.4
- Updated Micronaut Data to 2.4.3
- Upgrade to Netty 4.1.64
Micronaut 2.5.3
Changes
- Fix regression with beans that implement iterable and filter order @jameskleeh (#5414)
Contributors
Micronaut 2.5.2
Changes
- Add tests and fixes for issue #5187 @mattmoss (#5399)
- Pr 5407 amendment @jameskleeh (#5413)
- Improve HttpStreamsHandler @dstepanov (#5394)
- fix building with eclipse ecj for micronaut 2.5.1 @charkins (#5412)
- add test for issue #5379 @graemerocher (#5382)
- Refactor route thread execution @jameskleeh (#5393)
- Bump micronaut-cassandra to 3.1.1 @micronaut-build (#5402)
- Bump micronaut-kafka to 3.3.2 @micronaut-build (#5397)
Contributors
@charkins, @dstepanov, @graemerocher, @jameskleeh, @mattmoss and @micronaut-build