Skip to content

Commit 97747a0

Browse files
author
Kai Hudalla
committed
Adapt release notes to 0.6-M2.
Signed-off-by: Kai Hudalla <[email protected]>
1 parent faefe13 commit 97747a0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

site/content/release-notes.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
22
title = "Release Notes"
33
+++
44

5-
## 0.6-M2 (not yet released)
5+
## 0.6-M2
66

77
### API Changes
88

99
* The `HonoClient.isConnected()` method has been changed to return a `Future<Void>` instead of `Future<Boolean>`. The future will succeed if the client is connected and will fail otherwise. This change makes it easier to compose the check with other futures.
10+
* The signatures of the (base) methods for processing requests of `org.eclipse.hono.service.credentials.BaseCredentialsService`, `org.eclipse.hono.service.registration.BaseRegistrationService` and `org.eclipse.hono.service.tenant.BaseTenantService` have changed to both accept and return an `org.eclipse.hono.util.EventBusMessage`. Subclasses overriding the corresponding methods will need to be adapted accordingly.
11+
12+
### Fixes & Enhancements
13+
14+
* The *hono-client* and *hono-core* artifacts no longer depend on classes from the *Spring* framework which can help reducing the footprint of applications that want to use the Hono client but otherwise do not employ any Spring libraries.
15+
* The Qpid Dispatch Router used in the example configuration has been updated to version 1.0.1.
16+
* vert.x has been updated to version 3.5.1.
17+
* The MQTT adapter now also supports shortened versions of the telemetry and event topic names. Devices may use just `t` instead of `telemetry` and `e` instead of `event`.
1018

1119
## 0.6-M1
1220

0 commit comments

Comments
 (0)