Skip to content

Releases: micronaut-projects/micronaut-servlet

Micronaut Servlet 3.2.1

13 Mar 23:03
Compare
Choose a tag to compare

v3.2.1 (2022-03-13)

Full Changelog

  • Better BOM publication

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Servlet 3.2.0

02 Feb 13:57
Compare
Choose a tag to compare

v3.2.0 (2022-02-02)

Full Changelog

  • Adds a bom module
  • Bump up tomcat from 9.0.38 to 9.0.58
  • bump up undertow from 2.2.9.Final to 2.2.14.Final
  • bump up micronaut from 3.1.0 to 3.3.0

Micronaut Servlet 3.1.1

02 Feb 13:31
Compare
Choose a tag to compare

v3.1.1 (2021-11-04)

Full Changelog

-Fix class cast exception with sessions. Add tests (#272)


Closed issues:

  • CORS headers missing in reply for validation errors #220

Micronaut Servlet 3.1.0

27 Oct 20:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

Micronaut Servlet 3.0.0

17 Aug 18:40
Compare
Choose a tag to compare

v3.0.0 (2021-08-17)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Servlet 3.0.0 RC2

06 Aug 14:59
Compare
Choose a tag to compare
v3.0.0-RC2

Release v3.0.0-RC2

Micronaut Servlet 3.0.0 RC1

22 Jul 14:56
Compare
Choose a tag to compare
Pre-release

v3.0.0-RC1 (2021-06-02)

Full Changelog

  • Compatibility with Micronaut 3
  • Dependency Upgrades

Micronaut Servlet 2.1.4

22 Apr 04:15
Compare
Choose a tag to compare

v2.1.4 (2021-04-22)

Full Changelog

Fixed bugs:

  • Unexpected response from a Controller using tomcat #177
  • ServerShutdownEvent triggered twice on Jetty / Tomcat / Undertow #164
  • Don't set response to 404 when returning an http response #184 (@sdelamo)

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Servlet 2.1.3

08 Apr 16:38
Compare
Choose a tag to compare

v2.1.3 (2021-04-06)

Full Changelog

Closed issues:

  • Coroutines not working with Micronaut and Tomcat. #169
  • Startup fails with Undertow when binding to 0.0.0.0 on a dual-stack host #142
  • micronaut-servlet responds 500 instead of 404 when micronaut-security is included #122

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Servlet 2.1.2

23 Dec 13:26
Compare
Choose a tag to compare

Renamed servlet-core/src/main/resources/META-INF/native-image/io.micronaut.servlet/micronaut-servlet-core/resource-config.json to servlet-engine/src/main/resources/META-INF/native-image/io.micronaut-servlet/micronaut-servlet-engine/resource-config.json

Dependencies

bump undertow-servlet from 2.2.2.Final to 2.2.3.Final

jetty-servlet from 9.4.34.v20201102 to 9.4.35.v20201120'

Bugs

Added Request Received and Terminated event firing. Fixes #111