File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,30 @@ title = "What is new & noteworthy in Hono?"
44description = " 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
You can’t perform that action at this time.
0 commit comments