Skip to content

Releases: micronaut-projects/micronaut-core

Micronaut Core 4.4.2

17 Apr 06:09
Compare
Choose a tag to compare

What's Changed

  • Implement HTTP/2 access logging (#10706)
  • Correct extracting embedded annotations expression (#10720)
  • Implement HTTP/2 server push (#10705)
  • fix: duplicate CompletedFileUpload in publisher if route is delayed (#10713)
  • Fix NPE when part conversion fails (#10712)
  • Remove gorm from docs and version catalog (#10696)
  • fix(deps): update groovy monorepo to v4.0.21 (#10697)
  • fix(deps): update dependency io.micronaut.aws:micronaut-aws-bom to v4.5.0 (#10691)

Full Changelog: v4.4.1...v4.4.2

Micronaut Core 4.3.15

16 Apr 19:29
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • KSP: Fix computation of Kotlin Defaults Mask in Data Classes with 32+ parameters. by @temofey1989 in #10704

New Contributors

Full Changelog: v4.4.1...v4.3.15

Micronaut Core 4.4.1

07 Apr 09:17
Compare
Choose a tag to compare

What's Changed

  • Set Accept header correctly in declarative client (#10685)

Dependency Upgrades 🚀

  • fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.25.10 (#10683)

KSP

  • chore(deps): update managed.ksp to v1.9.23-1.0.20 (#10690)

Micronaut Modules

  • fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.3.0 (#10672)
  • fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2.3.0 (#10682)

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

Micronaut Core 4.3.14

07 Apr 07:47
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • Fix connection state on decompression failure by @yawkat in #10676

Docs 📖

CI ⚙️Build 🐘

GraalVM

chore(deps): update graalvm/setup-graalvm action to v1.2.1 (#10648)

SLSA

chore(deps): update slsa-framework/slsa-github-generator action to v1.10.0 (#10652)

Full Changelog: v4.4.0...v4.3.14

Micronaut Core 4.4.0

30 Mar 07:37
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • Do not override with 404 when returning response inside CompletableFuture by @yawkat in #10501
  • Include space in cookie separator by @yawkat in #10582
  • Fix out of order writes with async reactive calls by @yawkat in #10579
  • Update listener.adoc by @yawkat in #10607
  • Build HTTP request in declarative client Publisher by @jeremyg484 in #10626
  • Mark fd-based EpollServerDomainSocketChannel as active by @yawkat in #10655

Improvements ⭐

Dependency updates 🚀

  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.0 by @renovate in #10504
  • fix(deps): update dependency org.neo4j.driver:neo4j-java-driver to v5.17.0 by @renovate in #10509
  • fix(deps): update junit5 monorepo by @renovate in #10510
  • fix(deps): update dependency com.aayushatharva.brotli4j:brotli4j to v1.16.0 by @renovate in #10439
  • Merge up 4.3.x into 4.4.x by @sdelamo in #10617
  • fix(deps): update vertx to v4.5.5 by @renovate in #10632
  • fix(deps): update asm to v9.7 by @renovate in #10654
  • chore(deps): update slsa-framework/slsa-github-generator action to v1.10.0 by @renovate in #10652
  • chore(deps): update graalvm/setup-graalvm action to v1.2.1 by @renovate in #10648
  • chore(deps): update dependency gradle to v8.7 by @renovate in #10644
  • fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.0 by @renovate in #10658
  • fix(deps): update vertx to v4.5.7 by @renovate in #10639
  • fix(deps): update dependency io.netty.incubator:netty-incubator-codec-http3 to v0.0.28.final by @renovate in #10667

GraalVM 🏆

Other Changes 💡

Full Changelog: v4.3.13...v4.4.0

Micronaut Core 4.3.13

28 Mar 14:44
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v4.3.12...v4.3.13

Micronaut Core 3.10.4

23 Mar 08:00
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • Fix connection leak with read timeout during acquisition by @yawkat in #9449
  • Fix CORS when used with API versioning. by @wetted in #9512
  • Fix out-of-order write in HttpStreamsHandler by @yawkat in #9416

Other Changes 💡

  • build: remove webdriver-binaries-gradle-plugin by @sdelamo in #9490
  • Use supermethod instead of ByteBuffer#clear for binary compatibility by @yawkat in #9666
  • Issue 9905 websphere deploy war by @mattmoss in #9906
  • Fix @QueryValue of LocalDateTime type for 3.10.x by @rlconst in #9970
  • Make DefaultClassPathResourceLoader handle URLs with format jar:file:/{JAR_PATH}!/{PREFIX}!/{RESOURCE} gracefully by @guillermocalvo in #10092
  • Broken allowed-origins-regex configuration. by @wetted in #9427
  • Remove chatbots from 3.10.x micronaut-bom by @timyates in #10341
  • Remove chatbots from 3.9.x micronaut-bom by @timyates in #10340
  • Optimize cache usage in DefaultConversionService and fix race condition by @PakhomovAlexander in #10143
  • ci: delete static analysis step by @sdelamo in #10631

Docs 📖

Netty Upgrade

TCK ✅

  • tck: LocalDateTime query value & form url encoded by @sdelamo in #10027
  • test: Writable in Controller and Filter by @sdelamo in #9286
  • TCK Test for JSON additional types codec by @sdelamo in #9272
  • Remove test limitation for TCK by @timyates in #9317
  • Add test for @Body not being required in 3.9.x by @timyates in #9318
  • TCK tests for boolean textplain and default media type for String return type by @sdelamo in #9314

New Contributors

Full Changelog: v4.3.12...v3.10.4

Micronaut Core 4.3.12

21 Mar 19:45
Compare
Choose a tag to compare

What's Changed

Docs 📖

Dependency updates 🚀

  • fix(deps): update dependency io.micronaut.rxjava3:micronaut-rxjava3-bom to v3.2.1 by @renovate in #10612
  • fix(deps): update dependency org.awaitility:awaitility to v4.2.1 by @renovate in #10614
  • fix(deps): update groovy monorepo to v4.0.20 by @renovate in #10615
  • chore(deps): update dependency io.micronaut.build.internal:micronaut-gradle-plugins to v6.7.0 by @renovate in #10619
  • Update netty to 4.1.108.Final by @yawkat in #10638

TCK Tests ✅

Full Changelog: v4.3.11...v4.3.12

Micronaut Core 4.3.11

15 Mar 07:33
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Other Changes 💡

Dependency updates 🚀

  • Update KSP to match Kotlin 1.9.23 by @timyates in #10604
  • fix(deps): update kotlin monorepo to v1.9.23 by @renovate in #10598
  • fix(deps): update dependency io.netty:netty-tcnative-boringssl-static to v2.0.65.final by @renovate in #10595
  • fix(deps): update dependency io.netty.incubator:netty-incubator-codec-http3 to v0.0.27.final by @renovate in #10603
  • fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.2 by @renovate in #10594
  • fix(deps): update dependency io.micronaut.aws:micronaut-aws-bom to v4.4.3 by @renovate in #10591
  • fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.4.4 by @renovate in #10605
    • chore(deps): update graalvm/setup-graalvm action to v1.1.9 by @renovate in #10602

Full Changelog: v4.3.10...v4.3.11

Micronaut Core 4.3.10

07 Mar 16:33
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • KSP: Allow to detect repeatable annotations using reflection by @dstepanov in #10576

Improvements ⭐

Other Changes 💡

Dependency updates 🚀

  • fix(deps): update groovy monorepo to v4.0.19 by @renovate in #10567
  • fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.25.9 by @renovate in #10571
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.3 by @renovate in #10583
  • fix(deps): update managed.ksp to v1.9.22-1.0.18 by @renovate in #10577
  • fix(deps): update dependency org.testcontainers:spock to v1.19.7 by @renovate in #10540
  • fix(deps): update dependency com.squareup.okio:okio to v3.8.0 by @renovate in #10481

Micronaut Modules

Micronaut Validation
  • fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.4.3 by @renovate in #10560
Micronaut AWS
  • fix(deps): update dependency io.micronaut.aws:micronaut-aws-bom to v4.4.2 by @renovate in #10548

CI ⚙️Build 🐘

GraalVM

Micronaut Build Plugin

  • chore(deps): update plugin io.micronaut.build.shared.settings to v6.6.4 by @renovate in #10566
  • chore(deps): update dependency io.micronaut.build.internal:micronaut-gradle-plugins to v6.6.4 by @renovate in #10565

Full Changelog: v4.3.9...v4.3.10