Skip to content

Commit 6dfad0c

Browse files
author
Kai Hudalla
committed
Prepare 1.0-M4.
Signed-off-by: Kai Hudalla <[email protected]>
1 parent 43b17c8 commit 6dfad0c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

site/content/download.md

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Installation works in the same way as for the latest stable release.
5151
* [Eclipse Hono 1.0-M2 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.0-M2-exec.jar)
5252
* [Eclipse Hono 1.0-M3 Archive](https://www.eclipse.org/downloads/download.php?file=/hono/eclipse-hono-deploy-1.0-M3.tar.gz)
5353
* [Eclipse Hono 1.0-M3 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.0-M3-exec.jar)
54+
* [Eclipse Hono 1.0-M4 Archive](https://www.eclipse.org/downloads/download.php?file=/hono/eclipse-hono-1.0-M4-deploy.tar.gz)
55+
* [Eclipse Hono 1.0-M4 Command Line Client](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-1.0-M4-exec.jar)
5456

5557
### Older Versions
5658

site/content/release-notes.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "Release Notes"
33
+++
44

5-
## 1.0-M4 (not released yet)
5+
## 1.0-M4
66

77
### New Features
88

@@ -18,23 +18,22 @@ title = "Release Notes"
1818
type *hashed-password* and *x509-cert* for a configurable amount of time. Please refer to the
1919
[Device Registry Admin Guide]({{< ref "/admin-guide/device-registry-config.md" >}}) for details
2020
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
2423
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.
2525
* The Command & Control feature now supports gateway agnostic addressing of devices. This means that applications are
2626
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
2828
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.
3030
* A basic Sigfox protocol adapter, for use with the Sigfox backend. Please read
3131
the [Sigfox protocol adapter]({{< ref "/user-guide/sigfox-adapter" >}})
3232
documentation to learn more about pre-requisites and limitations.
3333

3434
### Fixes & Enhancements
3535

3636
* vert.x has been updated to version 3.7.0.
37-
* The already deprecated method `io.vertx.core.Future.completer` is not used anymore.
3837

3938
### API Changes
4039

0 commit comments

Comments
 (0)