File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,30 @@ title = "What is new & noteworthy in Hono?"
4
4
description = " Information about changes in recent Hono releases. Includes new features, fixes, enhancements and API changes."
5
5
+++
6
6
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.
8
13
9
14
### Fixes & Enhancements
10
15
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).
11
19
* Updated to jjwt 0.12.5 which allowed us to replace a lot of manually crafted code for creating a JWK Set based
12
20
on vert.x JWK with generic jjwt code.
13
21
* 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.
14
31
15
32
## 2.5.1
16
33
You can’t perform that action at this time.
0 commit comments