Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare release notes for Ditto 3.7.1 #2141

Merged
merged 1 commit into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ entries:
- title: Release Notes
output: web
folderitems:
- title: 3.7.1
url: /release_notes_371.html
output: web
- title: 3.7.0
url: /release_notes_370.html
output: web
Expand Down
52 changes: 52 additions & 0 deletions documentation/src/main/resources/pages/ditto/release_notes_371.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: Release notes 3.7.1
tags: [release_notes]
published: true
keywords: release notes, announcements, changelog
summary: "Version 3.7.1 of Eclipse Ditto, released on 05.03.2025"
permalink: release_notes_371.html
---

This is a bugfix release, no new features since [3.7.0](release_notes_370.html) were added.

## Changelog

Compared to the latest release [3.7.0](release_notes_370.html), the following changes and bugfixes were added.

### Bugfixes

This is a complete list of the
[merged pull requests](https://github.com/eclipse-ditto/ditto/pulls?q=is%3Apr+milestone%3A3.7.1).

#### Update SSHD version fixing security vulnerabilities

PR [#2133](https://github.com/eclipse-ditto/ditto/pull/2133) updates the used dependency sshd-core to the latest version,
which fixes the known security vulnerabilities in dependencies of `sshd-core`.

#### Fix configuration of throttling of search index after policy update

The Helm chart configuration for the Ditto search index throttling contained a typo which was fixed in PR
[#2134](https://github.com/eclipse-ditto/ditto/pull/2134).

#### Fix migrate thing definition validation issue for dry-runs

PR [#2136](https://github.com/eclipse-ditto/ditto/pull/2136) fixes an issue where the error message of a "dry-run"
[migration of a thing's definition](httpapi-concepts.html#things-in-api-2---migrate-thing-definitions) (added in
Ditto 3.7.0) was not correctly returned in case of validation errors.

#### Fix pre-defined extraFields caused missing extra data for thing creation events

The in Ditto 3.7.0 added configuration option to configure
[pre-defined extraFields](installation-operating.html#pre-defined-extra-fields-configuration) caused for creation of
things that the `extra` fields were missing in the created event. This was fixed in PR [#2137](https://github.com/eclipse-ditto/ditto/pull/2137).

#### Fix that kamon configuration was not loaded

PR [#2140](https://github.com/eclipse-ditto/ditto/pull/2140) fixes that the Kamon configuration was not loaded correctly.

#### Fix that HTTP push connection issues with slow target endpoints

Issue [#2138](https://github.com/eclipse-ditto/ditto/issues/2138) brought up that Ditto managed [HTTP-push](connectivity-protocol-bindings-http.html)
connections could drop messages under load and/or slowly responding HTTP target endpoints.
The exiting configuration for scaling the thread pool were wrong, which was fixed in PR [#2139](https://github.com/eclipse-ditto/ditto/pull/2139).

Loading