Skip to content

Commit

Permalink
Merge pull request #2015 from beyonnex-io/ditto-3511
Browse files Browse the repository at this point in the history
prepare Ditto 3.5.11 release notes
  • Loading branch information
thjaeckle committed Sep 10, 2024
2 parents b1ecb6d + cc5460f commit 10b5a35
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
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.5.11
url: /release_notes_3511.html
output: web
- title: 3.5.10
url: /release_notes_3510.html
output: web
Expand Down
40 changes: 40 additions & 0 deletions documentation/src/main/resources/pages/ditto/release_notes_3511.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: Release notes 3.5.11
tags: [release_notes]
published: true
keywords: release notes, announcements, changelog
summary: "Version 3.5.11 of Eclipse Ditto, released on 10.09.2024"
permalink: release_notes_3511.html
---

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

## Changelog

Compared to the latest release [3.5.10](release_notes_3510.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.5.11).

#### Updating MongoDB Java driver to latest bugfix

The latest MongoDB Java driver (which Ditto updated to in 3.5.10) contained a bug,
[JAVA-5516](https://jira.mongodb.org/browse/JAVA-5516), which lead to termination cursors obtained via the reactive API.

This leads e.g. to the Ditto [Background cleanup](installation-operating.html#managing-background-cleanup) and
[Background sync](installation-operating.html#managing-background-synchronization) not working in Ditto 3.5.10.

Updating to the MongoDB driver version [5.1.4](https://github.com/mongodb/mongo-java-driver/releases/tag/r5.1.4)
(containing the fix done in [5.1.3](https://github.com/mongodb/mongo-java-driver/releases/tag/r5.1.3) as well), resolves
seen issues about no longer working background sync and cleanup.

#### Fixes around Docker base image

Additionally, some fixes were done in the Docker image of Ditto, as the baseimage added users for uid `1000` and gid `1000`,
which were before used by Ditto.

#### Various security related Helm improvements

Various configurations were adjusted in order to e.g. not run containers with "root" permissions.

0 comments on commit 10b5a35

Please sign in to comment.