From caed0c631738c65040939f688637e86129b1fa3f Mon Sep 17 00:00:00 2001 From: Krystof Komanec Date: Fri, 2 Feb 2024 15:28:07 +0100 Subject: [PATCH] 4.3.0 --- docs/conf.py | 4 ++-- docs/more/development/metamodel-schemas.rst | 6 ++++++ docs/more/self-hosted-dsw/upgrade-guidelines.rst | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0264a11..2b9f746 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,14 +18,14 @@ # -- Project information ----------------------------------------------------- project = 'Data Stewardship Wizard' -copyright = '2023, DSW Team' +copyright = '2024, DSW Team' author = 'DSW Team' project_name = 'DSW' project_name_full = 'Data Stewardship Wizard' # The full version, including alpha/beta/rc tags -version = release = '4.2' +version = release = '4.3' rst_prolog = f""" diff --git a/docs/more/development/metamodel-schemas.rst b/docs/more/development/metamodel-schemas.rst index fbb40b5..3364a20 100644 --- a/docs/more/development/metamodel-schemas.rst +++ b/docs/more/development/metamodel-schemas.rst @@ -51,6 +51,8 @@ Document Context is provided to the document templates by document worker. It co +-------------------+------------------------------------------------------------------------------------------------------------------------+-----------------------------------------+-----------+ | Metamodel Version | Schema file | Changes (brief) | Since | +===================+========================================================================================================================+=========================================+===========+ +| 13 | `JSON Schema `__ | Removed states from templates | 4.3.0 | ++-------------------+------------------------------------------------------------------------------------------------------------------------+-----------------------------------------+-----------+ | 12 | `JSON Schema `__ | Optional Integration fields | 4.1.0 | +-------------------+------------------------------------------------------------------------------------------------------------------------+-----------------------------------------+-----------+ | 11 | `JSON Schema `__ | Change template metadata | 3.20.0 | @@ -88,6 +90,10 @@ Each template has its descriptor file ``template.json`` which contains all the i +-------------------+----------------------------------------------------------------------------------------------------------------------------+-----------------------------------------+-----------+ | Metamodel Version | Schema file | Changes (brief) | Since | +===================+============================================================================================================================+=========================================+===========+ +| 13 | `JSON Schema `__ | Removed states from templates | 4.3.0 | ++-------------------+----------------------------------------------------------------------------------------------------------------------------+-----------------------------------------+-----------+ +| 12 | `JSON Schema `__ | Optional Integration fields | 4.1.0 | ++-------------------+----------------------------------------------------------------------------------------------------------------------------+-----------------------------------------+-----------+ | 11 | `JSON Schema `__ | Change template metadata | 3.20.0 | +-------------------+----------------------------------------------------------------------------------------------------------------------------+-----------------------------------------+-----------+ | 10 | `JSON Schema `__ | New question value types | 3.12.0 | diff --git a/docs/more/self-hosted-dsw/upgrade-guidelines.rst b/docs/more/self-hosted-dsw/upgrade-guidelines.rst index 0f3cba1..83c44d5 100644 --- a/docs/more/self-hosted-dsw/upgrade-guidelines.rst +++ b/docs/more/self-hosted-dsw/upgrade-guidelines.rst @@ -43,6 +43,11 @@ Usually, nothing special is required for the upgrade. Internal structure changes Make sure to stop ``document-worker`` and ``mailer`` before upgrading to the next version. Run ``wizard-server`` first, then run the workers. Otherwise the database migrations might not work correctly. +4.2.X to 4.3.X +---------------- + +- The document template metamodel version is raised to 13. + 4.1.X to 4.2.X ---------------- @@ -52,6 +57,7 @@ Usually, nothing special is required for the upgrade. Internal structure changes -------------- - **(breaking)** DSW Integration Widget SDK for :ref:`development-integration-widget` and DSW Importer SDK for :ref:`development-importers` are now deprecated. `DSW Integration SDK `__ should be used instead. +- The document template metamodel version is raised to 12. 3.28.X to 4.0.X