|
2 | 2 | title = "Release Notes"
|
3 | 3 | +++
|
4 | 4 |
|
5 |
| -## 1.6.0 (not yet released) |
| 5 | +## 1.6.0 |
6 | 6 |
|
7 | 7 | ### New Features
|
8 | 8 |
|
9 |
| -* Kafka is now supported as a messaging system for events and telemetry messages. |
| 9 | +* Apache Kafka is now supported as a messaging system for events and telemetry messages. |
10 | 10 | This can be enabled by configuring protocol adapters to use Hono's new Kafka-based
|
11 | 11 | client. Please refer to [Hono Kafka Client Configuration]({{% doclink "/admin-guide/hono-kafka-client-configuration/" %}})
|
12 | 12 | for details.
|
@@ -34,13 +34,12 @@ title = "Release Notes"
|
34 | 34 | *cert* property. This can be used instead of specifying the client certificate's subject DN and public key's
|
35 | 35 | validity period explicitly in the *auth-id* and *secrets* properties. This should make setting the correct *auth-id*
|
36 | 36 | value much less error prone.
|
37 |
| -* Hono now supports *auto-provisioning* of devices that connect via gateway. |
38 |
| - For more information please refer to the |
39 |
| - [Device Provisioning]({{% doclink "/concepts/provisioning/#gateway-based-auto-provisioning" %}}) concept and to the |
40 |
| - [Device registry management API]({{% doclink "/api/management#/devices/createDeviceRegistration" %}}) on how to |
| 37 | +* Hono now supports *auto-provisioning* of devices that connect via gateway. For more information please refer to the |
| 38 | + [Device Provisioning]({{% doclink "/concepts/provisioning/#gateway-based-auto-provisioning" %}}) concept and to the |
| 39 | + [Device registry management API]({{% doclink "/api/management#/devices/createDeviceRegistration" %}}) on how to |
41 | 40 | create a device registration for a gateway which is enabled for auto-provisioning.
|
42 | 41 | * The Device Registry Management API has been extended now to support searching tenants with optional filters,
|
43 |
| - paging and sorting options. Please refer to the |
| 42 | + paging and sorting options. Please refer to the |
44 | 43 | [Device registry management API]({{% doclink "/api/management#/tenants/searchTenants" %}}) for details.
|
45 | 44 | * The MongoDB based device registry now supports searching tenants with optional filters, paging and sorting options.
|
46 | 45 |
|
@@ -76,6 +75,17 @@ title = "Release Notes"
|
76 | 75 | have no impact because the Hono chart comes with a default permissions file which the Authentication
|
77 | 76 | server is pre-configured to load from the file system.
|
78 | 77 |
|
| 78 | +## 1.5.2 |
| 79 | + |
| 80 | +### Fixes & Enhancements |
| 81 | + |
| 82 | +* The protocol adapters erroneously indicated a client related error to devices if the downstream AMQP container |
| 83 | + rejected a message with an `amqp:resource-limit-exceeded` error condition. This has been fixed so that the adapters |
| 84 | + now correctly indicate a server related problem instead. |
| 85 | +* The containers for the Device Registry implementations, the Authentication server, the Device Connection and |
| 86 | + Command Router services did not shut down gracefully upon receiving a SIGTERM signal. This has been fixed. |
| 87 | +* The LoRA protocol adapter failed to start due to a missing bean declaration. This has been fixed. |
| 88 | + |
79 | 89 | ## 1.5.1
|
80 | 90 |
|
81 | 91 | ### Fixes & Enhancements
|
|
0 commit comments