|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: 'Quarkus 3.4.3 released - Maintenance release' |
| 4 | +date: 2023-10-13 |
| 5 | +tags: release |
| 6 | +synopsis: 'We released Quarkus 3.4.3, our second maintenance release for our 3.4 release train.' |
| 7 | +author: gsmet |
| 8 | +--- |
| 9 | + |
| 10 | +Today, we released Quarkus 3.4.3, our second maintenance release for our 3.4 release train (we skipped 3.4.0). |
| 11 | + |
| 12 | +It upgrades Netty to 4.1.100.Final, fixing CVE-2023-44487. |
| 13 | +It also includes a bunch of bugfixes, together with documentation improvements. |
| 14 | + |
| 15 | +More releases are planned in the following days/weeks to address the issue in other maintained branches. |
| 16 | + |
| 17 | +== Update |
| 18 | + |
| 19 | +To update to Quarkus 3.4.3, we recommend updating to the latest version of the Quarkus CLI and run: |
| 20 | + |
| 21 | +[source,bash] |
| 22 | +---- |
| 23 | +quarkus update |
| 24 | +---- |
| 25 | + |
| 26 | +To migrate from 3.3, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.4[our migration guide]. |
| 27 | + |
| 28 | +If you are not already using 3.x, please refer to the https://quarkus.io/blog/quarkus-3-0-final-released/[3.0 announcement] for all the details. |
| 29 | +You can also refer to https://quarkus.io/blog/quarkus-3-upgrade/[this blog post] for additional details. |
| 30 | +Once you upgraded to 3.0, also have a look at the https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.1[3.1], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.2[3.2], and https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.3[3.3] migration guides. |
| 31 | + |
| 32 | +== Full changelog |
| 33 | + |
| 34 | +You can get https://github.com/quarkusio/quarkus/releases/tag/3.4.3[the full changelog of 3.4.3 on GitHub]. |
| 35 | + |
| 36 | +== Come Join Us |
| 37 | + |
| 38 | +We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together! |
| 39 | + |
| 40 | +If you are a Quarkus user or just curious, don't be shy and join our welcoming community: |
| 41 | + |
| 42 | + * provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub]; |
| 43 | + * craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR]; |
| 44 | + * discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list]; |
| 45 | + * ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow]. |
0 commit comments