Skip to content

Commit

Permalink
updated outlook for Ditto 2.5.0 and 3.0.0
Browse files Browse the repository at this point in the history
* updated SECURITY.md and added 2.4.0 version to _config.yml

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Apr 14, 2022
1 parent 0504f42 commit 1f165c8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ These versions of Eclipse Ditto are currently being supported with security upda

| Version | Supported |
|---------| ------------------ |
| 2.4.x | :white_check_mark: |
| 2.3.x | :white_check_mark: |
| 2.2.x | :white_check_mark: |
| < 2.2.0 | :x: |
| < 2.3.0 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 2 additions & 0 deletions documentation/src/main/resources/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ plugins:
docVersions:
- label: "development"
basePath: ""
- label: "2.4"
basePath: "2.4"
- label: "2.3"
basePath: "2.3"
- label: "2.2"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Announcing Eclipse Ditto Release 2.4.0"
published: true
permalink: 2022-04-06-release-announcement-240.html
permalink: 2022-04-14-release-announcement-240.html
layout: post
author: thomas_jaeckle
tags: [blog]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Release notes 2.4.0
tags: [release_notes]
published: true
keywords: release notes, announcements, changelog
summary: "Version 2.4.0 of Eclipse Ditto, released on xx.xx.2022"
summary: "Version 2.4.0 of Eclipse Ditto, released on 14.04.2022"
permalink: release_notes_240.html
---

Expand Down Expand Up @@ -177,19 +177,19 @@ See separate [Changelog](https://github.com/eclipse/ditto-clients/blob/master/ja

## Roadmap

Looking forward, the current plans for Ditto 2.5.0 are:
* Enhance MQTT (3.1.1 and 5) connections to use reactive MQTT driver (with backpressure support)
* Improvements of MongoDB search index of [things-search](architecture-services-things-search.html), using a new index
structure:
Looking forward, the plan for Ditto 2.5.0 is to work on:
* Enhancing MQTT (3.1.1 and 5) connections to use reactive MQTT driver (with backpressure support)
* Improving of MongoDB based search index used in [things-search](architecture-services-things-search.html),
using a new index structure:
* smaller index size for large thing / policy combinations
* fewer used CPU resources on MongoDB
* faster search queries
* better vertical scalability of search index
* Finalize the experimental WoT (Web of Things) integration when the "Thing Description 1.1" is published as W3C Recommendation

Looking even more ahead, early rough plans for Ditto 3.0.0 are:
* Simplify Ditto's architecture by:
Looking even more ahead, the plan for Ditto 3.0.0 is to work on:
* Simplifying Ditto's architecture by:
* removing the [concierge service](architecture-services-concierge.html)
* potentially even removing the [gateway service](architecture-services-gateway.html) and merging its
* potentially (to be evaluated) even removing the [gateway service](architecture-services-gateway.html) and merging its
functionality (providing HTTP + WS endpoints) into the
[connectivity service](architecture-services-connectivity.html)
* Finalizing the experimental WoT (Web of Things) integration when the "Thing Description 1.1" is published as W3C Recommendation

0 comments on commit 1f165c8

Please sign in to comment.