Skip to content

Commit 2432ed7

Browse files
committed
Prepare 2.6.0 release
1 parent dd4b9ee commit 2432ed7

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

site/homepage/content/release-notes.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,30 @@ title = "What is new & noteworthy in Hono?"
44
description = "Information about changes in recent Hono releases. Includes new features, fixes, enhancements and API changes."
55
+++
66

7-
## 2.6.0 (not yet released)
7+
## 2.6.0
8+
9+
### New Features
10+
11+
* The protocol adapters now have experimental support for doing OCSP based client certificate revocation
12+
checks.
813

914
### Fixes & Enhancements
1015

16+
* The Command Router code has been split up into a base module and an Infinispan based implementation. This
17+
is in preparation of a Redis based implementation which is to be added in one of the upcoming minor versions.
18+
* Updated to latest Quarkus LTS version (3.8).
1119
* Updated to jjwt 0.12.5 which allowed us to replace a lot of manually crafted code for creating a JWK Set based
1220
on vert.x JWK with generic jjwt code.
1321
* Updated CoAP adapter to use Eclipse Californium 3.11.0.
22+
* Also push JDBC Registry native executable image to Docker Hub.
23+
24+
### Deprecations
25+
26+
* According to the [MongoDB Software Lifecycle Schedule](https://www.mongodb.com/support-policy/lifecycles) support
27+
for MongoDB 5.0 will end Oct 2024.
28+
Until that date the MongoDB based Device Registry will be tested with MongoDB 5.0, 6.0 and 7.0 in the CI workflows.
29+
However, support for MongoDB 5.0 in Hono has been deprecated and will be removed in a future version altogether.
30+
Users are encouraged to migrate to MongoDB 6.0 or later.
1431

1532
## 2.5.1
1633

0 commit comments

Comments
 (0)