diff --git a/blog/2024-11-13-eclipse-vert-x-4-5-11.mdx b/blog/2024-11-13-eclipse-vert-x-4-5-11.mdx new file mode 100644 index 000000000..af48973ed --- /dev/null +++ b/blog/2024-11-13-eclipse-vert-x-4-5-11.mdx @@ -0,0 +1,32 @@ +--- +title: Eclipse Vert.x 4.5.11 released! +category: releases +authors: + - name: Julien Viet + github_id: vietj +summary: >- + Eclipse Vert.x version 4.5.11 has just been released, among other bugs, it fixes CVE-2024-47535 +--- + +We are extremely pleased to announce that Eclipse Vert.x version 4.5.11 has been released. + +Since the release of Vert.x 4.5.10, quite a few bugs have been reported. We would like to thank you all for reporting these issues. + +In addition, this release fixes [ CVE-2024-47535](https://github.com/advisories/GHSA-xq3w-v528-46rv) in Netty. + +The [4.5.11 release notes](https://github.com/vert-x3/wiki/wiki/4.5.11-Release-Notes) as well as +[deprecations and breaking changes](https://github.com/vert-x3/wiki/wiki/4.5.11-Deprecations-and-breaking-changes) +can be found on the wiki. + +You can bootstrap a Vert.x 4 project using [start.vertx.io](https://start.vertx.io). + +The release artifacts have been deployed to [Maven Central](https://search.maven.org/search?q=g:io.vertx%20AND%20v:4.5.11) and +you can get the distribution on [Maven Central](https://repo1.maven.org/maven2/io/vertx/vertx-stack-manager/4.5.11/). + +The [Vert.x 4 eventbus JavaScript client library](https://www.npmjs.com/package/@vertx/eventbus-bridge-client.js) is now available +in a single location and it now usable standalone or it can easily be integrated with any frontend build tool. + +The Vert.x distribution is available from [SDKMan](https://sdkman.io) and our +[HomeBrew TAP](https://github.com/vertx-distrib/homebrew-tap). + +That's it! Happy coding and see you soon on our user or dev [channels](https://vertx.io/channels). diff --git a/docs/metadata/4.5.11.tsx b/docs/metadata/4.5.11.tsx new file mode 100644 index 000000000..17aa8b3a6 --- /dev/null +++ b/docs/metadata/4.5.11.tsx @@ -0,0 +1 @@ +export { default } from "./4.5.10"