You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
::: info **DSF Spring School 2026 - Registrations are now open!**
44
44
Get ready for the third edition of the **DSF Community Spring School 2026**, happening **February 24–26 at Heilbronn University**! Dive into a immersive, hand-on experience and connect with the DSF Community. Sign up now, save the date, and be part of it!
Copy file name to clipboardExpand all lines: docs/src/operations/v2.0.0/release-notes.md
+28-23Lines changed: 28 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,21 @@
1
-
---
2
-
title: Release Notes (v2.0.0)
3
-
icon: note
4
-
---
5
-
6
-
## [Release Notes for v2.0.0](https://github.com/datasharingframework/dsf/releases/tag/v2.0.0)
7
-
8
-
::: tip Release Notes
9
-
You can access all release notes on our [GitHub](https://github.com/datasharingframework/dsf/releases).
10
-
:::
11
-
12
-
### Second Release Candidate for 2.0.0
1
+
---
2
+
title: Release Notes (v2.0.0)
3
+
icon: note
4
+
---
5
+
6
+
## [Release Notes for v2.0.0](https://github.com/datasharingframework/dsf/releases/tag/v2.0.0)
7
+
8
+
::: tip Release Notes
9
+
You can access all release notes on our [GitHub](https://github.com/datasharingframework/dsf/releases).
10
+
:::
11
+
12
+
### 2.0.0 - Major Release
13
13
General remarks:
14
-
- This is the second release candidate for the upcoming major version 2.0.0. Do not use this release in production.
15
-
- Two new default trusted server root CAs were added and a number of bugs fixed since the 2.0.0-RC1 release, for details see PRs: [#394](https://github.com/datasharingframework/dsf/issues/394) and [#396](https://github.com/datasharingframework/dsf/issues/396).
14
+
15
+
- This is the 2.0.0 major release of the DSF. DSF installations in version 1.9.0 can be upgraded to this release.
16
+
- To Update an existing 1.x installation, please see the [1.9.0 -> 2.0.0 upgrade guide](https://dsf.dev/operations/v2.0.0/upgrade-from-1.html).
17
+
- For a fresh deployment, follow the [installation instructions](https://dsf.dev/operations/v2.0.0/install.html).
18
+
- A list of compatible process plugins can be found in the [plugin install guide](https://dsf.dev/operations/latest/install-plugins.html).
16
19
17
20
Feature Summary:
18
21
- With the 2.0.0 release the workflow engine for the **DSF BPE Server** was migrated from *Camunda 7* to the community-driven, open-source BPMN engine [Operaton](https://operaton.org). The migration includes a byte-code rewriting layer that allows existing v1 process plugins compiled against Camunda classes to continue running without recompilation.
@@ -22,37 +25,39 @@ Feature Summary:
22
25
- The DSF 2.0.0 code-base was upgraded to Java 25 and uses latest versions of Jetty and HAPI. A new [dsf-maven-plugin](https://repo1.maven.org/maven2/dev/dsf/dsf-maven-plugin/2.0.0-RC2) was created to automate build steps and help process plugins developers in generating configuration documentation and docker-compose based DSF development setups.
23
26
24
27
Docker images for this release can be accessed via the GitHub Docker registry - ghcr.io:
This release contains contributions from [@alexanderkiel](https://github.com/alexanderkiel), [@EmteZogaf](https://github.com/EmteZogaf), [@hhund](https://github.com/hhund), [@jaboehri](https://github.com/jaboehri), [@MadMax93](https://github.com/MadMax93), [@schwzr](https://github.com/schwzr) and [@wetret](https://github.com/wetret).
111
-
115
+
This release contains contributions from [@alexanderkiel](https://github.com/alexanderkiel), [@EmteZogaf](https://github.com/EmteZogaf), [@hhund](https://github.com/hhund), [@jaboehri](https://github.com/jaboehri), [@MadMax93](https://github.com/MadMax93), [@schwzr](https://github.com/schwzr) and [@wetret](https://github.com/wetret).
0 commit comments