2
2
title = " Release Notes"
3
3
+++
4
4
5
- ## 1.0-M4 (not released yet)
5
+ ## 1.0-M4
6
6
7
7
### New Features
8
8
@@ -18,23 +18,22 @@ title = "Release Notes"
18
18
type * hashed-password* and * x509-cert* for a configurable amount of time. Please refer to the
19
19
[ Device Registry Admin Guide] ({{< ref "/admin-guide/device-registry-config.md" >}}) for details
20
20
regarding the configuration properties to use.
21
- * There is now an official HTTP API for managing devices served by the
22
- device registry. The API is defined using an OpenAPI v3 specification and is
23
- part of the Git repository, and served at
21
+ * There is now an official specification of an HTTP API for managing the content of a device registry.
22
+ The API is defined using by means of OpenAPI v3 and is available at
24
23
https://eclipse.org/hono/api/device-registry-v1.yaml .
24
+ Note, that the API is not yet implemented by the example device registry that comes with Hono.
25
25
* The Command & Control feature now supports gateway agnostic addressing of devices. This means that applications are
26
26
able to send commands to devices without knowing the particular gateway they may be connected to.
27
- * The concept and implementation of * message limit* have been added. The protocol adapters can be now
27
+ * The concept and implementation of * message limit* have been added. The protocol adapters can be now
28
28
enabled to verify this * message limit* for each tenant before accepting any telemetry/event messages.
29
- Please refer to the [ resource limits] ({{< ref "/concepts/resource-limits.md" >}}) for details.
29
+ Please refer to the [ resource limits] ({{< ref "/concepts/resource-limits.md" >}}) for details.
30
30
* A basic Sigfox protocol adapter, for use with the Sigfox backend. Please read
31
31
the [ Sigfox protocol adapter] ({{< ref "/user-guide/sigfox-adapter" >}})
32
32
documentation to learn more about pre-requisites and limitations.
33
33
34
34
### Fixes & Enhancements
35
35
36
36
* vert.x has been updated to version 3.7.0.
37
- * The already deprecated method ` io.vertx.core.Future.completer ` is not used anymore.
38
37
39
38
### API Changes
40
39
0 commit comments