Skip to content

Commit

Permalink
Add 1.7.3 service release to downloads page
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
  • Loading branch information
sophokles73 committed May 19, 2021
1 parent 130daa3 commit 9dc01ab
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/homepage/content/downloads.md
Expand Up @@ -21,7 +21,7 @@ for installation instructions.

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

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

The client requires a Java 11 runtime environment to run.

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

## Previous versions

* [Eclipse Hono 1.7.2 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.7.2-exec.jar)
* [Eclipse Hono 1.7.1 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.7.1-exec.jar)
* [Eclipse Hono 1.7.0 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.7.0-exec.jar)
* [Eclipse Hono 1.6.2 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.6.2-exec.jar)
* [Eclipse Hono 1.6.1 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.6.1-exec.jar)
Expand Down
21 changes: 21 additions & 0 deletions site/homepage/content/release-notes.md
Expand Up @@ -28,15 +28,36 @@ description = "Information about changes in recent Hono releases. Includes new f
cipher suite that is used in a device's attempt to establish a TLS based connection to an adapter.
* The Quarkus based Command Router native image failed to start an embedded cache that was configured to persist data
to the local file system. This has been fixed.
* The delivery of a command message sent to an AMQP device potentially didn't get settled if the connection to the
AMQP device got disconnected. This has been fixed.
* The Prometheus based resource limit checks' performance has been improved. This should result in considerably less
load on the Prometheus server when failing over all of a crashed/stopped adapter instance's device connections.
* The Hono component container images now contain the *Gson* library which is required by the Jaeger client for
processing sampling strategy configuration retrieved from the Jaeger Collector.


### Deprecations

* The `org.eclipse.hono.client.ApplicationClientFactory`, `org.eclipse.hono.client.AsyncCommandClient` and
`org.eclipse.hono.client.CommandClient` classes have been deprecated. Client code should use
`org.eclipse.hono.application.client.ApplicationClient` instead.

## 1.7.3

### Fixes & Enhancements

* The Hono component container images now contain the *Gson* library which is required by the Jaeger client for
processing sampling strategy configuration retrieved from the Jaeger Collector.

## 1.7.2

### Fixes & Enhancements

* The Quarkus based Command Router native image failed to start an embedded cache that was configured to persist data
to the local file system. This has been fixed.
* The delivery of a command message sent to an AMQP device potentially didn't get settled if the connection to the
AMQP device got disconnected. This has been fixed.

## 1.7.1

### Fixes & Enhancements
Expand Down

0 comments on commit 9dc01ab

Please sign in to comment.