Version 3.4.4 of Eclipse Ditto, released on 02.01.2024
Edit this page
This is a bugfix release, no new features since 3.4.3 were added.
Changelog
Compared to the latest release 3.4.3, the following changes and bugfixes were added.
Changes
Bugfixes
This is a complete list of the merged pull requests.
Fetching a thing at a non-existing historical revision (e.g. in future) results in status 503
Bug #1844 caused that a request for a non-existing
at-historical-revision
resulted in an HTTP status 503
and caused the actor to be blocked for 15 seconds.
This was fixed in PR #1845.
Fixed that “condition” query param could not be provided as form field
PR #1848 fixes that - when using the POST /search/things
endpoint
the condition
query parameter could not be passed as form field - which again leads to potentially too large HTTP urls
when providing a very long query/condition RQL.