Skip to content

Commit

Permalink
4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofkomanec committed Feb 2, 2024
1 parent cc78047 commit caed0c6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down
6 changes: 6 additions & 0 deletions docs/more/development/metamodel-schemas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ds-wizard/dsw-schemas/blob/master/schemas/doc-context/doc_context_schema_v13.json>`__ | Removed states from templates | 4.3.0 |
+-------------------+------------------------------------------------------------------------------------------------------------------------+-----------------------------------------+-----------+
| 12 | `JSON Schema <https://github.com/ds-wizard/dsw-schemas/blob/master/schemas/doc-context/doc_context_schema_v12.json>`__ | Optional Integration fields | 4.1.0 |
+-------------------+------------------------------------------------------------------------------------------------------------------------+-----------------------------------------+-----------+
| 11 | `JSON Schema <https://github.com/ds-wizard/dsw-schemas/blob/master/schemas/doc-context/doc_context_schema_v11.json>`__ | Change template metadata | 3.20.0 |
Expand Down Expand Up @@ -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 <https://github.com/ds-wizard/dsw-schemas/blob/master/schemas/template-json/template_json_schema_v13.json>`__ | Removed states from templates | 4.3.0 |
+-------------------+----------------------------------------------------------------------------------------------------------------------------+-----------------------------------------+-----------+
| 12 | `JSON Schema <https://github.com/ds-wizard/dsw-schemas/blob/master/schemas/template-json/template_json_schema_v12.json>`__ | Optional Integration fields | 4.1.0 |
+-------------------+----------------------------------------------------------------------------------------------------------------------------+-----------------------------------------+-----------+
| 11 | `JSON Schema <https://github.com/ds-wizard/dsw-schemas/blob/master/schemas/template-json/template_json_schema_v11.json>`__ | Change template metadata | 3.20.0 |
+-------------------+----------------------------------------------------------------------------------------------------------------------------+-----------------------------------------+-----------+
| 10 | `JSON Schema <https://github.com/ds-wizard/dsw-schemas/blob/master/schemas/template-json/template_json_schema_v10.json>`__ | New question value types | 3.12.0 |
Expand Down
6 changes: 6 additions & 0 deletions docs/more/self-hosted-dsw/upgrade-guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------

Expand All @@ -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 <https://github.com/ds-wizard/dsw-integration-sdk>`__ should be used instead.
- The document template metamodel version is raised to 12.


3.28.X to 4.0.X
Expand Down

0 comments on commit caed0c6

Please sign in to comment.