Skip to content

Commit 5e2bef1

Browse files
committedFeb 1, 2021
Prepare 1.6.0 release
Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
1 parent eeb1a71 commit 5e2bef1

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed
 

‎site/homepage/content/downloads.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for installation instructions.
2020

2121
A Java based command line client for consuming telemetry data and events from Hono is available for download from
2222

23-
* [Eclipse Hono 1.5.1 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.5.1-exec.jar)
23+
* [Eclipse Hono 1.6.0 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.6.0-exec.jar)
2424

2525
The client requires a Java 11 runtime environment to run.
2626

@@ -38,8 +38,6 @@ For a list of the changes in this release, take a look at the [release notes]({{
3838

3939
## Previous versions
4040

41+
* [Eclipse Hono 1.5.2 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.5.2-exec.jar)
42+
* [Eclipse Hono 1.5.1 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.5.1-exec.jar)
4143
* [Eclipse Hono 1.5.0 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.5.0-exec.jar)
42-
* [Eclipse Hono 1.4.5 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.4.5-exec.jar)
43-
* [Eclipse Hono 1.4.4 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.4.4-exec.jar)
44-
* [Eclipse Hono 1.4.3 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.4.3-exec.jar)
45-
* [Eclipse Hono 1.4.0 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.4.0-exec.jar)

‎site/homepage/content/release-notes.md

+17-7
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title = "Release Notes"
33
+++
44

5-
## 1.6.0 (not yet released)
5+
## 1.6.0
66

77
### New Features
88

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.
1010
This can be enabled by configuring protocol adapters to use Hono's new Kafka-based
1111
client. Please refer to [Hono Kafka Client Configuration]({{% doclink "/admin-guide/hono-kafka-client-configuration/" %}})
1212
for details.
@@ -34,13 +34,12 @@ title = "Release Notes"
3434
*cert* property. This can be used instead of specifying the client certificate's subject DN and public key's
3535
validity period explicitly in the *auth-id* and *secrets* properties. This should make setting the correct *auth-id*
3636
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
4140
create a device registration for a gateway which is enabled for auto-provisioning.
4241
* 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
4443
[Device registry management API]({{% doclink "/api/management#/tenants/searchTenants" %}}) for details.
4544
* The MongoDB based device registry now supports searching tenants with optional filters, paging and sorting options.
4645

@@ -76,6 +75,17 @@ title = "Release Notes"
7675
have no impact because the Hono chart comes with a default permissions file which the Authentication
7776
server is pre-configured to load from the file system.
7877

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+
7989
## 1.5.1
8090

8191
### Fixes & Enhancements

0 commit comments

Comments
 (0)
Please sign in to comment.