We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9bfe8 commit 834f2d1Copy full SHA for 834f2d1
site/homepage/content/release-notes.md
@@ -4,6 +4,16 @@ title = "What is new & noteworthy in Hono?"
4
description = "Information about changes in recent Hono releases. Includes new features, fixes, enhancements and API changes."
5
+++
6
7
+## 1.12.1 (not yet released)
8
+
9
+### Fixes & Enhancements
10
11
+* The Quarkus variant of the MongoDB based device registry failed to start up if the *hono.mongodb.dbName* property
12
+ was not set. However, the DB name should not be required if a connection string is set using the
13
+ *hono.mongodb.connectionString* property. This has been fixed.
14
+* Using OpenSSL with the Quarkus based variant of Hono components did not work as described in the Secure Communication
15
+ guide. This has been fixed.
16
17
## 1.12.0
18
19
### New Features
0 commit comments