Skip to content

Releases: micronaut-projects/micronaut-servlet

Micronaut Servlet 3.3.5

20 Jan 06:32
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • Content Type from Error handler should be respected by @timyates in #382

Full Changelog: v3.3.4...v3.3.5

Micronaut Servlet 3.3.4

19 Jan 14:27
Compare
Choose a tag to compare

v3.3.4 (2023-01-19)

Full Changelog

Breaking changes:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Servlet 3.3.3

10 Jan 06:13
Compare
Choose a tag to compare

v3.3.3 (2023-01-10)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

  • Fix Servlet binding for Publisher types (#374)

Micronaut Servlet 3.3.2

27 Oct 19:47
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • Don't publish events after context is shutdown by @dstepanov in #352
  • fix: UniqueBeanException ServerContextPathProvider by @sdelamo in #354

Dependency updates 🚀

  • chore(deps): update mikepenz/action-junit-report action to v3.5.2 by @renovate in #342
  • chore(deps): update dependency gradle to v7.5.1 by @renovate in #334
  • fix(deps): update dependency org.eclipse.jetty:jetty-servlet to v9.4.49.v20220914 by @renovate in #344

New Contributors

Full Changelog: v3.3.1...v3.3.2

Micronaut Servlet 3.3.1

18 Aug 10:54
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: A Controller returning a Publisher outputs an empty body by @sdelamo in #341

Full Changelog: v3.3.0...v3.3.1

Micronaut Servlet 3.3.0

03 Aug 18:42
Compare
Choose a tag to compare

What's Changed

Dependency updates 🚀

  • fix(deps): update dependency org.eclipse.jetty:jetty-servlet to v9.4.48.v20220622 by @renovate in #311
  • fix(deps): update dependency org.apache.tomcat.embed:tomcat-embed-core to v9.0.65 by @renovate in #332
  • fix(deps): update dependency io.undertow:undertow-servlet to v2.2.18.final by @renovate in #309
  • ci: project version to 3.3.0-SNAPSHOT by @sdelamo in #337

CI ⚙️

  • chore(deps): update mikepenz/action-junit-report action to v3.2.0 by @renovate in #333
  • chore(deps): update plugin io.micronaut.build.shared.settings to v5.3.14 by @renovate in #330
  • chore(deps): update dependency io.kotest:kotest-runner-junit5 to v5.4.1 by @renovate in #317
  • fix(deps): update kotlin-coroutines to v1.6.4 by @renovate in #312

Full Changelog: v3.2.3...v3.3.0

  • Update bom to exclude the test (#293)

Micronaut Servlet 3.2.3

31 May 13:24
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Improvements ⭐

Dependency updates 🚀

  • chore(deps): update plugin io.micronaut.build.shared.settings to v5.3.9 by @renovate in #314
  • chore(deps): update dependency org.apache.tomcat.embed:tomcat-embed-core to v9.0.63 by @renovate in #310

New Contributors

Full Changelog: v3.2.2...v3.2.3

Micronaut Servlet 3.2.2

24 Mar 10:24
Compare
Choose a tag to compare

v3.2.2 (2022-03-24)

Full Changelog

Closed issues:

  • BOM contains unresolvable dependency #292

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

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