Skip to content

Releases: micronaut-projects/micronaut-core

Micronaut 2.1.4

18 Nov 04:12
Compare
Choose a tag to compare

Changes

Contributors

@albendz, @alvarosanchez, @dependabot, @dependabot[bot], @dstepanov, @graemerocher, @ilopmar, @jameskleeh, @leaqui, @micronaut-build, @ttzn, @willbuck and @xiscosc

Micronaut 2.1.3

05 Nov 20:13
Compare
Choose a tag to compare

Changes

Contributors

@Mark1626, @alvarosanchez, @dependabot, @dependabot[bot], @graemerocher, @ilopmar, @jameskleeh, @leaqui, @micronaut-build, @puneetbehl, @sascha-frinken and @wetted

Micronaut 2.1.2

21 Oct 19:38
Compare
Choose a tag to compare

Micronaut 2.1.1

13 Oct 17:55
Compare
Choose a tag to compare

Micronaut 2.1.0

01 Oct 17:54
Compare
Choose a tag to compare

Micronaut 2.0.3

21 Sep 17:55
Compare
Choose a tag to compare

Changes

Contributors

@fabmars and @jameskleeh

Micronaut 2.0.2

11 Sep 16:35
Compare
Choose a tag to compare

IMPORTANT: This release contains a regression in regards to GraalVM and introduction advice with multiple/overridden methods. Please use a newer release.

Changes

🚀 Features

  • Added support for maps with multiple values for property injection @anshlykov (#3966)

Contributors

@Deepak25101997, @HoffiMuc, @JasonTypesCodes, @ParhiShubhendu, @aalmiray, @adamkobor, @alvarosanchez, @anshlykov, @dave08, @dependabot, @dependabot[bot], @dstepanov, @graemerocher, @ilopmar, @jameskleeh, @kensipe, @l0co, @micronaut-build, @recursivecodes, @stigmelling and @tomas-langer

Micronaut 2.0.1

28 Jul 20:39
Compare
Choose a tag to compare

v2.0.1 (2020-07-03)

Full Changelog

Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/50?closed=1

Implemented enhancements:

Fixed bugs:

  • Micronaut not able to process consecutive http/2 POST requests #3618
  • Fix handling of HTTP content chunks. Fixes #3618 #3623 (@graemerocher)

Closed issues:

  • Micronaut's Netty server: OOM error : Leak suspect in io.netty.buffer.PoolThreadCache and io.netty.channel.nio.NioEventLoop #3422
  • Missing bookmark in documentation #3267
  • @MapFormat keyFormat default parameter not actual applied parameter #3005

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut 1.3.7

10 Jul 14:20
Compare
Choose a tag to compare

NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}

Micronaut 2.0.0

26 Jun 14:31
Compare
Choose a tag to compare

NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}