Skip to content

Commit

Permalink
provide Ditto 3.3.6 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
  • Loading branch information
thjaeckle committed Aug 23, 2023
1 parent 480e0c9 commit 65f137b
Show file tree
Hide file tree
Showing 2 changed files with 48 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.3.6
url: /release_notes_336.html
output: web
- title: 3.3.5
url: /release_notes_335.html
output: web
Expand Down
45 changes: 45 additions & 0 deletions documentation/src/main/resources/pages/ditto/release_notes_336.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: Release notes 3.3.6
tags: [release_notes]
published: true
keywords: release notes, announcements, changelog
summary: "Version 3.3.6 of Eclipse Ditto, released on 23.08.2023"
permalink: release_notes_335.html
---

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

## Changelog

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

### Changes


### Bugfixes

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

#### [Fixed providing Ditto Adaptable information in the "_context" of an SSE event](https://github.com/eclipse-ditto/ditto/pull/1716)

Previously, the optional `_context` of an SSE subscription only contained the headers.

The fix also adds (same as for the [`NormalizedMessageMapper`](connectivity-mapping.html#normalized-mapper)) the `topic`
and `path` of the underlying Ditto protocol message.

#### [Fixed using "/cloudevents" endpoint for other entities than things](https://github.com/eclipse-ditto/ditto/pull/1724)

When sending `Policy` commands via the `POST /cloudevents` endpoint, the HTTP response was never completed successfully,
as the cloudevents implementation made the assumption to always handle thing commands only.
This has been fixed, now also Policy commands may be sent via the Cloud Events endpoint.


### Helm Chart

The [Ditto Helm Chart](https://github.com/eclipse-ditto/ditto/tree/master/deployment/helm), which was enhanced and changed
a lot for version 3.3.0, contained some configuration bugs which are also addressed with this bugfix release.

#### [Support for basic nginx-ingress authentication](https://github.com/eclipse-ditto/ditto/pull/1702)

When using "Ingress" in the Ditto Helm chart, now also users via nginx "Basic auth" can be authenticated.

0 comments on commit 65f137b

Please sign in to comment.