Skip to content

Commit

Permalink
Add 2.3.1 release notes and download links
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed Jul 21, 2023
1 parent 96218ec commit 4a8911a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
6 changes: 4 additions & 2 deletions site/homepage/content/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ for installation instructions.

A command line client for interacting with Hono's north bound APIs and its AMQP adapter is available for download from

* [Eclipse Hono 2.3.0 Command Line Client (Java Archive)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.3.0-exec.jar)
* [Eclipse Hono 2.3.0 Command Line Client (Linux x86_64)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.3.0)
* [Eclipse Hono 2.3.1 Command Line Client (Java Archive)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.3.1-exec.jar)
* [Eclipse Hono 2.3.1 Command Line Client (Linux x86_64)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.3.1)

The Java client requires a Java 17 runtime environment to run. The Linux binary should run on most (modern) Linux distributions.

Expand All @@ -40,5 +40,7 @@ For a list of the changes in this release, take a look at the [release notes]({{

## Previous versions

* [Eclipse Hono 2.3.0 Command Line Client (Java Archive)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.3.0-exec.jar)
* [Eclipse Hono 2.3.0 Command Line Client (Linux x86_64)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.3.0)
* [Eclipse Hono 2.2.0 Command Line Client (Java Archive)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.2.0-exec.jar)
* [Eclipse Hono 2.2.0 Command Line Client (Linux x86_64)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.2.0)
24 changes: 24 additions & 0 deletions site/homepage/content/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ title = "What is new & noteworthy in Hono?"
description = "Information about changes in recent Hono releases. Includes new features, fixes, enhancements and API changes."
+++

## 2.4.0 (not released yet)

### New features

* Hono now supports using Google Pub/Sub as the messaging infrastructure. The Admin Guide and the API documentation have
been amended with corresponding information on how to configure Hono and applications for using Pub/Sub.
* Hono's MQTT and HTTP adapters now support using JSON Web Tokens (JWT) for authentication. In particular, the adapters
allow devices that have been connected to Google's IoT Core endpoints to connect to Hono instead. The User Guides have
been amended with corresponding information regarding configuration and usage.

### Fixes & Enhancements

* The JDBC based device registry now supports searching for tenants and devices including paging. However, filtering and
sorting is not implemented yet.

## 2.3.1

### Fixes & Enhancements

* Using Maven 3.9.x for building Hono was not possible and resulted in an error. This has been fixed.
* The Device Registry User Guide has been amended with information on how to configure the trust anchor of a tenant
using a PEM file.
* The demo keys and certificates that come with Hono for testing purposes had expired and have been recreated.

## 2.3.0

### New features
Expand Down

0 comments on commit 4a8911a

Please sign in to comment.