Version 1.1.2 of Eclipse Ditto, released on 01.07.2020
Edit this page

This is a bugfix release, no new features since 1.1.1 were added.

Changelog

Compared to the latest release 1.1.1, the following changes and bugfixes were added.

Changes

Publish minor and micro version tags to Docker Hub

Starting with Ditto 1.1.2, the Docker images built and pushed to Docker Hub are:

  • full version (e.g. 1.1.2)
  • minor version (e.g. 1.1)
  • major version (e.g. 1)
  • latest

Bugfixes

This is a complete list of the merged pull requests, including the fixed bugs.

Fix NullPointerException when disabling validation of certificates in connections

Fixed Mqtt 3 connection without using certificate validation.

Connection creation timeout

There was an issue where sometimes the creation of a connection entity failed with a timeout just because the establishing of the actual connection took too much time.

Minor improvements to throughput/performance

Some minor overall simplifications and performance improvements.