diff --git a/packages/dsw-command-queue/CHANGELOG.md b/packages/dsw-command-queue/CHANGELOG.md index 5793f0e2..7408113e 100644 --- a/packages/dsw-command-queue/CHANGELOG.md +++ b/packages/dsw-command-queue/CHANGELOG.md @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.15.0] + +Released for version consistency with other DSW tools. + ## [4.14.0] ### Changed @@ -291,3 +295,4 @@ Released for version consistency with other DSW tools. [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 [4.14.0]: /../../tree/v4.14.0 +[4.15.0]: /../../tree/v4.15.0 diff --git a/packages/dsw-command-queue/pyproject.toml b/packages/dsw-command-queue/pyproject.toml index 8ae32103..71434a60 100644 --- a/packages/dsw-command-queue/pyproject.toml +++ b/packages/dsw-command-queue/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-command-queue' -version = "4.14.0" +version = "4.15.0" description = 'Library for working with command queue and persistent commands' readme = 'README.md' keywords = ['dsw', 'subscriber', 'publisher', 'database', 'queue', 'processing'] @@ -26,7 +26,7 @@ requires-python = '>=3.11, <4' dependencies = [ 'func-timeout', # DSW - "dsw-database==4.14.0", + "dsw-database==4.15.0", ] [project.urls] diff --git a/packages/dsw-config/CHANGELOG.md b/packages/dsw-config/CHANGELOG.md index bd6cf0b5..e5c6b1ba 100644 --- a/packages/dsw-config/CHANGELOG.md +++ b/packages/dsw-config/CHANGELOG.md @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.15.0] + +Released for version consistency with other DSW tools. + ## [4.14.0] Released for version consistency with other DSW tools. @@ -298,3 +302,4 @@ Released for version consistency with other DSW tools. [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 [4.14.0]: /../../tree/v4.14.0 +[4.15.0]: /../../tree/v4.15.0 diff --git a/packages/dsw-config/pyproject.toml b/packages/dsw-config/pyproject.toml index 3323b5af..613149be 100644 --- a/packages/dsw-config/pyproject.toml +++ b/packages/dsw-config/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-config' -version = "4.14.0" +version = "4.15.0" description = 'Library for DSW config manipulation' readme = 'README.md' keywords = ['dsw', 'config', 'yaml', 'parser'] diff --git a/packages/dsw-data-seeder/CHANGELOG.md b/packages/dsw-data-seeder/CHANGELOG.md index 0360f509..242d9977 100644 --- a/packages/dsw-data-seeder/CHANGELOG.md +++ b/packages/dsw-data-seeder/CHANGELOG.md @@ -7,11 +7,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [4.15.0] + ### Fixed - Fixed error reporting on worker startup - ## [4.14.0] ### Changed @@ -355,3 +357,4 @@ Released for version consistency with other DSW tools. [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 [4.14.0]: /../../tree/v4.14.0 +[4.15.0]: /../../tree/v4.15.0 diff --git a/packages/dsw-data-seeder/dsw/data_seeder/consts.py b/packages/dsw-data-seeder/dsw/data_seeder/consts.py index b47273cf..10aa842e 100644 --- a/packages/dsw-data-seeder/dsw/data_seeder/consts.py +++ b/packages/dsw-data-seeder/dsw/data_seeder/consts.py @@ -6,7 +6,7 @@ DEFAULT_PLACEHOLDER = '<<|TENANT-ID|>>' NULL_UUID = '00000000-0000-0000-0000-000000000000' PROG_NAME = 'dsw-data-seeder' -VERSION = '4.14.0' +VERSION = '4.15.0' VAR_APP_CONFIG_PATH = 'APPLICATION_CONFIG_PATH' VAR_WORKDIR_PATH = 'WORKDIR_PATH' diff --git a/packages/dsw-data-seeder/pyproject.toml b/packages/dsw-data-seeder/pyproject.toml index a2bd84d2..18a40d68 100644 --- a/packages/dsw-data-seeder/pyproject.toml +++ b/packages/dsw-data-seeder/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-data-seeder' -version = "4.14.0" +version = "4.15.0" description = 'Worker for seeding DSW data' readme = 'README.md' keywords = ['data', 'database', 'seed', 'storage'] @@ -29,10 +29,10 @@ dependencies = [ 'sentry-sdk', 'tenacity', # DSW - "dsw-command-queue==4.14.0", - "dsw-config==4.14.0", - "dsw-database==4.14.0", - "dsw-storage==4.14.0", + "dsw-command-queue==4.15.0", + "dsw-config==4.15.0", + "dsw-database==4.15.0", + "dsw-storage==4.15.0", ] [project.urls] diff --git a/packages/dsw-database/CHANGELOG.md b/packages/dsw-database/CHANGELOG.md index c6324dba..82f73e10 100644 --- a/packages/dsw-database/CHANGELOG.md +++ b/packages/dsw-database/CHANGELOG.md @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.15.0] + +Released for version consistency with other DSW tools. + ## [4.14.0] Released for version consistency with other DSW tools. @@ -309,3 +313,4 @@ Released for version consistency with other DSW tools. [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 [4.14.0]: /../../tree/v4.14.0 +[4.15.0]: /../../tree/v4.15.0 diff --git a/packages/dsw-database/pyproject.toml b/packages/dsw-database/pyproject.toml index 341f6748..e51bf0bd 100644 --- a/packages/dsw-database/pyproject.toml +++ b/packages/dsw-database/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-database' -version = "4.14.0" +version = "4.15.0" description = 'Library for managing DSW database' readme = 'README.md' keywords = ['dsw', 'database'] @@ -26,7 +26,7 @@ dependencies = [ 'psycopg[binary]', 'tenacity', # DSW - "dsw-config==4.14.0", + "dsw-config==4.15.0", ] [project.urls] diff --git a/packages/dsw-document-worker/CHANGELOG.md b/packages/dsw-document-worker/CHANGELOG.md index 82d1d790..64635c62 100644 --- a/packages/dsw-document-worker/CHANGELOG.md +++ b/packages/dsw-document-worker/CHANGELOG.md @@ -7,11 +7,17 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [4.15.0] + +### Added + +- Initial support for plugins (Steps, Jinja environment, document context enrichment) + ### Fixed - Fixed error reporting on worker startup - ## [4.14.0] ### Changed @@ -385,3 +391,4 @@ Released for version consistency with other DSW tools. [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 [4.14.0]: /../../tree/v4.14.0 +[4.15.0]: /../../tree/v4.15.0 diff --git a/packages/dsw-document-worker/dsw/document_worker/consts.py b/packages/dsw-document-worker/dsw/document_worker/consts.py index 0ab6bf9e..ec5ae6b0 100644 --- a/packages/dsw-document-worker/dsw/document_worker/consts.py +++ b/packages/dsw-document-worker/dsw/document_worker/consts.py @@ -9,7 +9,7 @@ PACKAGE_NAME = 'dsw-document-worker' PLUGINS_ENTRYPOINT = 'dsw_document_worker_plugins' PROG_NAME = 'docworker' -VERSION = '4.14.0' +VERSION = '4.15.0' VAR_APP_CONFIG_PATH = 'APPLICATION_CONFIG_PATH' VAR_WORKDIR_PATH = 'WORKDIR_PATH' diff --git a/packages/dsw-document-worker/pyproject.toml b/packages/dsw-document-worker/pyproject.toml index cf01484f..750ebc33 100644 --- a/packages/dsw-document-worker/pyproject.toml +++ b/packages/dsw-document-worker/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-document-worker' -version = "4.14.0" +version = "4.15.0" description = 'Worker for assembling and transforming documents' readme = 'README.md' keywords = ['documents', 'generation', 'jinja2', 'pandoc', 'worker'] @@ -39,10 +39,10 @@ dependencies = [ 'weasyprint==60.2', 'XlsxWriter', # DSW - "dsw-command-queue==4.14.0", - "dsw-config==4.14.0", - "dsw-database==4.14.0", - "dsw-storage==4.14.0", + "dsw-command-queue==4.15.0", + "dsw-config==4.15.0", + "dsw-database==4.15.0", + "dsw-storage==4.15.0", ] [project.urls] diff --git a/packages/dsw-mailer/CHANGELOG.md b/packages/dsw-mailer/CHANGELOG.md index 3f54389b..4e5c65b7 100644 --- a/packages/dsw-mailer/CHANGELOG.md +++ b/packages/dsw-mailer/CHANGELOG.md @@ -7,11 +7,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [4.15.0] + ### Fixed - Fixed error reporting on worker startup - ## [4.14.0] ### Changed @@ -331,3 +333,4 @@ Released for version consistency with other DSW tools. [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 [4.14.0]: /../../tree/v4.14.0 +[4.15.0]: /../../tree/v4.15.0 diff --git a/packages/dsw-mailer/dsw/mailer/consts.py b/packages/dsw-mailer/dsw/mailer/consts.py index b9329680..4670ed23 100644 --- a/packages/dsw-mailer/dsw/mailer/consts.py +++ b/packages/dsw-mailer/dsw/mailer/consts.py @@ -5,7 +5,7 @@ DEFAULT_ENCODING = 'utf-8' NULL_UUID = '00000000-0000-0000-0000-000000000000' PROG_NAME = 'dsw-mailer' -VERSION = '4.14.0' +VERSION = '4.15.0' VAR_APP_CONFIG_PATH = 'APPLICATION_CONFIG_PATH' VAR_WORKDIR_PATH = 'WORKDIR_PATH' diff --git a/packages/dsw-mailer/pyproject.toml b/packages/dsw-mailer/pyproject.toml index 94c4226a..20b962c1 100644 --- a/packages/dsw-mailer/pyproject.toml +++ b/packages/dsw-mailer/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-mailer' -version = "4.14.0" +version = "4.15.0" description = 'Worker for sending email notifications' readme = 'README.md' keywords = ['email', 'jinja2', 'notification', 'template'] @@ -33,9 +33,9 @@ dependencies = [ 'sentry-sdk', 'tenacity', # DSW - "dsw-command-queue==4.14.0", - "dsw-config==4.14.0", - "dsw-database==4.14.0", + "dsw-command-queue==4.15.0", + "dsw-config==4.15.0", + "dsw-database==4.15.0", ] [project.urls] diff --git a/packages/dsw-models/CHANGELOG.md b/packages/dsw-models/CHANGELOG.md index 27144fd7..98bce016 100644 --- a/packages/dsw-models/CHANGELOG.md +++ b/packages/dsw-models/CHANGELOG.md @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.15.0] + +Released for version consistency with other DSW tools. + ## [4.14.0] Released for version consistency with other DSW tools. @@ -215,3 +219,4 @@ Released for version consistency with other DSW tools. [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 [4.14.0]: /../../tree/v4.14.0 +[4.15.0]: /../../tree/v4.15.0 diff --git a/packages/dsw-models/pyproject.toml b/packages/dsw-models/pyproject.toml index 5ac53132..719d362c 100644 --- a/packages/dsw-models/pyproject.toml +++ b/packages/dsw-models/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-models' -version = "4.14.0" +version = "4.15.0" description = 'Library with DSW models and basic IO operations' readme = 'README.md' keywords = ['dsw', 'config', 'yaml', 'parser'] diff --git a/packages/dsw-storage/CHANGELOG.md b/packages/dsw-storage/CHANGELOG.md index 18bc15db..9a86e755 100644 --- a/packages/dsw-storage/CHANGELOG.md +++ b/packages/dsw-storage/CHANGELOG.md @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.15.0] + +Released for version consistency with other DSW tools. + ## [4.14.0] Released for version consistency with other DSW tools. @@ -282,3 +286,4 @@ Released for version consistency with other DSW tools. [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 [4.14.0]: /../../tree/v4.14.0 +[4.15.0]: /../../tree/v4.15.0 diff --git a/packages/dsw-storage/pyproject.toml b/packages/dsw-storage/pyproject.toml index 314f5659..f75163bf 100644 --- a/packages/dsw-storage/pyproject.toml +++ b/packages/dsw-storage/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-storage' -version = "4.14.0" +version = "4.15.0" description = 'Library for managing DSW S3 storage' readme = 'README.md' keywords = ['dsw', 's3', 'bucket', 'storage'] @@ -26,7 +26,7 @@ dependencies = [ 'minio', 'tenacity', # DSW - "dsw-config==4.14.0", + "dsw-config==4.15.0", ] [project.urls] diff --git a/packages/dsw-tdk/CHANGELOG.md b/packages/dsw-tdk/CHANGELOG.md index bb4f07f9..574774cd 100644 --- a/packages/dsw-tdk/CHANGELOG.md +++ b/packages/dsw-tdk/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [4.15.0] + ### Fixed - Fixed broken variables in logs - ## [4.14.0] ### Changed @@ -521,3 +523,4 @@ Initial DSW Template Development Kit (versioned as part of the [DSW platform](ht [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 [4.14.0]: /../../tree/v4.14.0 +[4.15.0]: /../../tree/v4.15.0 diff --git a/packages/dsw-tdk/dsw/tdk/consts.py b/packages/dsw-tdk/dsw/tdk/consts.py index f3c8f4e4..bf4a58b9 100644 --- a/packages/dsw-tdk/dsw/tdk/consts.py +++ b/packages/dsw-tdk/dsw/tdk/consts.py @@ -4,7 +4,7 @@ import pathspec APP = 'dsw-tdk' -VERSION = '4.14.0' +VERSION = '4.15.0' METAMODEL_VERSION = 16 REGEX_SEMVER = re.compile(r'^[0-9]+\.[0-9]+\.[0-9]+$') diff --git a/packages/dsw-tdk/pyproject.toml b/packages/dsw-tdk/pyproject.toml index a26c9d8c..74327fca 100644 --- a/packages/dsw-tdk/pyproject.toml +++ b/packages/dsw-tdk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-tdk' -version = "4.14.0" +version = "4.15.0" description = 'Data Stewardship Wizard Template Development Toolkit' readme = 'README.md' keywords = ['documents', 'dsw', 'jinja2', 'template', 'toolkit']