From 2ef9bbe10eab15891356a00b617523662fc915f3 Mon Sep 17 00:00:00 2001 From: Thomas Bellebaum Date: Wed, 27 Oct 2021 15:09:32 +0200 Subject: [PATCH] Write release notes --- README.md | 2 ++ release_notes.md | 15 +++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 release_notes.md diff --git a/README.md b/README.md index 850c103..728d5ef 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ the [Industrial Data Space](https://industrial-data-space.github.io/trusted-conn under the hood to support research projects. It is **NOT** a production grade solution and should not be used as such. +Before updating, please take a look at `release_notes.md` to see if an update requires manual intervention. + ## Table of Contents - [Supported Standards](#spec) diff --git a/release_notes.md b/release_notes.md new file mode 100644 index 0000000..efffa21 --- /dev/null +++ b/release_notes.md @@ -0,0 +1,15 @@ +# Release Notes + +Please read these notes carefully before updating. +**Bold** notes require manual intervention. + +## V 1.1.1 + +- **The default user backend for new users can (and must) now be specified using the new `user_backend_default` key in `omejdn.yml`** +- Mainly Bugfixes + +## V 1.1.0 + +- **Client certificate files are now chosen automatically. You may import your current certs by specifying a file as `import_certfile` for each client. `certfile` is now depricated** +- **The user selfservice API must now be explicitly enabled in `omejdn.yml`** +- RFC 8707 resource indication capabilities \ No newline at end of file