Skip to content

Commit

Permalink
Prepare 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed Aug 16, 2023
1 parent b9c4f0c commit dc06a08
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ The Command & Control API for Pub/Sub is an alternative to the
[Command & Control API for Kafka]({{< relref "/api/command-and-control-kafka" >}}) for applications that want to
use Pub/Sub instead of an Apache Kafka&trade; broker to send command messages to devices.

{{% notice warning %}}
Support for the Google Pub/Sub based Command & Control API is considered **experimental** and may change without
further notice.
{{% /notice %}}

## Send a One-Way Command

Business Applications use this operation to send a command to a device for which they do not expect to receive a
Expand Down
16 changes: 13 additions & 3 deletions site/homepage/content/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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)
## 2.4.0

### New features

Expand All @@ -13,11 +13,21 @@ description = "Information about changes in recent Hono releases. Includes new f
* 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.
* The CoAP adapter now allows clients to retrieve the CoAP adapter's current time by means of including a query parameter
and/or request option.
* The HTTP protocol adapter now supports authenticating devices using the JWT based authentication scheme employed by
Google IoT Core.
* The command router now has experimental support for routing commands received via Google Pub/Sub to connected devices.
* The authentication identifier being created for devices that are using client certificate based auto-provising can now
be specified as a pattern based on fields from the certificate's subject DN.

### Fixes & Enhancements

* The JDBC based device registry now supports searching for tenants and devices including paging. However, filtering and
sorting is not implemented yet.
* The JDBC based device registry now supports searching for tenants and devices including paging. However, sorting is not
implemented (yet) and the number of filter predicates is (currently) limited to one.
* The MQTT adapter failed to close a connection with a client after the JWT used by the client for authentication had expired.
This has been fixed.
* Hono could not be built using Maven 3.9.0 and newer. This has been fixed.

## 2.3.1

Expand Down

0 comments on commit dc06a08

Please sign in to comment.