Skip to content

Commit 78d177f

Browse files
committed
Announce 3.2.9.Final release
1 parent e0af677 commit 78d177f

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: post
3+
title: 'Quarkus 3.2.9.Final released - Maintenance LTS release'
4+
date: 2023-11-08
5+
tags: release
6+
synopsis: 'Quarkus 3.2.9.Final is the ninth maintenance release of the 3.2 LTS release train. It fixes a few critical bug fixes and documentation updates.'
7+
author: alexeyloubyansky
8+
---
9+
10+
Quarkus 3.2.9.Final, the ninth maintenance release of the 3.2 LTS release train has been released.
11+
12+
This release fixes the following regressions reported by the community:
13+
14+
- https://github.com/quarkusio/quarkus/issues/36992[Gradle plugin: quarkus.container-image.push=true not working in 3.2.8]
15+
- https://github.com/quarkusio/quarkus/issues/37045[Regression with ForwardedParser setting an empty host header]
16+
17+
And the following critical bug fixes:
18+
19+
- https://github.com/quarkusio/quarkus/pull/37077[Handle duplicated context in the CacheResultInterceptor]
20+
- https://github.com/quarkusio/quarkus/issues/20092[GraphQL authenticated subscription]
21+
22+
It should be a safe upgrade for anyone already using a 3.2 release.
23+
24+
If you are not already using a 3.2 release, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.2[our migration guide].
25+
26+
== Full changelog
27+
28+
You can get https://github.com/quarkusio/quarkus/releases/tag/3.2.9.Final[the full changelog of 3.2.9.Final on GitHub].
29+
30+
== Come Join Us
31+
32+
We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together!
33+
34+
If you are a Quarkus user or just curious, don't be shy and join our welcoming community:
35+
36+
* provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub];
37+
* craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR];
38+
* discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list];
39+
* ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow].

0 commit comments

Comments
 (0)