Skip to content

Commit

Permalink
4.5.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Sep 4, 2024
1 parent d706d01 commit 41fdbd4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions blog/2024-09-04-eclipse-vert-x-4-5-10.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Eclipse Vert.x 4.5.10 released!
category: releases
authors:
- name: Julien Viet
github_id: vietj
summary: >-
Eclipse Vert.x version 4.5.10 has just been released, among other bugs, it fixes CVE-2024-8391
---

We are extremely pleased to announce that Eclipse Vert.x version 4.5.10 has been released.

Since the release of Vert.x 4.5.9, 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-8391](https://github.com/eclipse-vertx/vertx-grpc/issues/113) in Vert.x gRPC server and client.
Note, this does not affect the gRPC stack based on grpc-java known as [gRPC Netty](https://vertx.io/docs/vertx-grpc-netty/java/).

The [4.5.10 release notes](https://github.com/vert-x3/wiki/wiki/4.5.10-Release-Notes) as well as
[deprecations and breaking changes](https://github.com/vert-x3/wiki/wiki/4.5.9-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.10) and
you can get the distribution on [Maven Central](https://repo1.maven.org/maven2/io/vertx/vertx-stack-manager/4.5.10/).

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).
1 change: 1 addition & 0 deletions docs/metadata/4.5.10.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from "./4.5.9"

0 comments on commit 41fdbd4

Please sign in to comment.