From 14e97af388a25a43d81ed90512d773b0377ce98a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Mon, 6 Jan 2025 08:48:40 +0100 Subject: [PATCH] Release 4.14.0 --- packages/dsw-command-queue/CHANGELOG.md | 8 ++++++++ packages/dsw-command-queue/pyproject.toml | 4 ++-- packages/dsw-config/CHANGELOG.md | 5 +++++ packages/dsw-config/pyproject.toml | 2 +- packages/dsw-data-seeder/CHANGELOG.md | 8 ++++++++ packages/dsw-data-seeder/dsw/data_seeder/consts.py | 2 +- packages/dsw-data-seeder/pyproject.toml | 10 +++++----- packages/dsw-database/CHANGELOG.md | 5 +++++ packages/dsw-database/pyproject.toml | 4 ++-- packages/dsw-document-worker/CHANGELOG.md | 12 ++++++++++++ .../dsw/document_worker/consts.py | 2 +- packages/dsw-document-worker/pyproject.toml | 10 +++++----- packages/dsw-mailer/CHANGELOG.md | 8 ++++++++ packages/dsw-mailer/dsw/mailer/consts.py | 2 +- packages/dsw-mailer/pyproject.toml | 8 ++++---- packages/dsw-models/CHANGELOG.md | 5 +++++ packages/dsw-models/pyproject.toml | 2 +- packages/dsw-storage/CHANGELOG.md | 5 +++++ packages/dsw-storage/pyproject.toml | 4 ++-- packages/dsw-tdk/CHANGELOG.md | 8 ++++++++ packages/dsw-tdk/dsw/tdk/consts.py | 2 +- packages/dsw-tdk/pyproject.toml | 2 +- 22 files changed, 91 insertions(+), 27 deletions(-) diff --git a/packages/dsw-command-queue/CHANGELOG.md b/packages/dsw-command-queue/CHANGELOG.md index b791e23..5793f0e 100644 --- a/packages/dsw-command-queue/CHANGELOG.md +++ b/packages/dsw-command-queue/CHANGELOG.md @@ -8,6 +8,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.14.0] + +### Changed + +- Improved error reporting +- Improved retry mechanism for failed commands + ## [4.13.0] Released for version consistency with other DSW tools. @@ -283,3 +290,4 @@ Released for version consistency with other DSW tools. [4.11.0]: /../../tree/v4.11.0 [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 +[4.14.0]: /../../tree/v4.14.0 diff --git a/packages/dsw-command-queue/pyproject.toml b/packages/dsw-command-queue/pyproject.toml index 9b02ca0..8ae3210 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.13.0" +version = "4.14.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.13.0", + "dsw-database==4.14.0", ] [project.urls] diff --git a/packages/dsw-config/CHANGELOG.md b/packages/dsw-config/CHANGELOG.md index 846d856..bd6cf0b 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.14.0] + +Released for version consistency with other DSW tools. + ## [4.13.0] Released for version consistency with other DSW tools. @@ -293,3 +297,4 @@ Released for version consistency with other DSW tools. [4.11.0]: /../../tree/v4.11.0 [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 +[4.14.0]: /../../tree/v4.14.0 diff --git a/packages/dsw-config/pyproject.toml b/packages/dsw-config/pyproject.toml index 2abd1bc..3323b5a 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.13.0" +version = "4.14.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 d387652..c5bf568 100644 --- a/packages/dsw-data-seeder/CHANGELOG.md +++ b/packages/dsw-data-seeder/CHANGELOG.md @@ -8,6 +8,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.14.0] + +### Changed + +- Improved error reporting +- Improved retry mechanism for failed commands + ## [4.13.0] Released for version consistency with other DSW tools. @@ -343,3 +350,4 @@ Released for version consistency with other DSW tools. [4.11.0]: /../../tree/v4.11.0 [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 +[4.14.0]: /../../tree/v4.14.0 diff --git a/packages/dsw-data-seeder/dsw/data_seeder/consts.py b/packages/dsw-data-seeder/dsw/data_seeder/consts.py index 4060970..b47273c 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.13.0' +VERSION = '4.14.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 f66c597..a2bd84d 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.13.0" +version = "4.14.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.13.0", - "dsw-config==4.13.0", - "dsw-database==4.13.0", - "dsw-storage==4.13.0", + "dsw-command-queue==4.14.0", + "dsw-config==4.14.0", + "dsw-database==4.14.0", + "dsw-storage==4.14.0", ] [project.urls] diff --git a/packages/dsw-database/CHANGELOG.md b/packages/dsw-database/CHANGELOG.md index 3cfb8f3..c6324db 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.14.0] + +Released for version consistency with other DSW tools. + ## [4.13.0] Released for version consistency with other DSW tools. @@ -304,3 +308,4 @@ Released for version consistency with other DSW tools. [4.11.0]: /../../tree/v4.11.0 [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 +[4.14.0]: /../../tree/v4.14.0 diff --git a/packages/dsw-database/pyproject.toml b/packages/dsw-database/pyproject.toml index 3b44fd8..341f674 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.13.0" +version = "4.14.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.13.0", + "dsw-config==4.14.0", ] [project.urls] diff --git a/packages/dsw-document-worker/CHANGELOG.md b/packages/dsw-document-worker/CHANGELOG.md index d19efdd..1dcfc85 100644 --- a/packages/dsw-document-worker/CHANGELOG.md +++ b/packages/dsw-document-worker/CHANGELOG.md @@ -8,6 +8,17 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.14.0] + +### Changed + +- Improved error reporting +- Improved retry mechanism for failed commands + +### Fixed + +- Fixed storage limits checking + ## [4.13.0] ### Changes @@ -369,3 +380,4 @@ Released for version consistency with other DSW tools. [4.11.0]: /../../tree/v4.11.0 [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 +[4.14.0]: /../../tree/v4.14.0 diff --git a/packages/dsw-document-worker/dsw/document_worker/consts.py b/packages/dsw-document-worker/dsw/document_worker/consts.py index a066838..4b0024f 100644 --- a/packages/dsw-document-worker/dsw/document_worker/consts.py +++ b/packages/dsw-document-worker/dsw/document_worker/consts.py @@ -7,7 +7,7 @@ EXIT_SUCCESS = 0 NULL_UUID = '00000000-0000-0000-0000-000000000000' PROG_NAME = 'docworker' -VERSION = '4.13.0' +VERSION = '4.14.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 ae6d6cd..67dfdbf 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.13.0" +version = "4.14.0" description = 'Worker for assembling and transforming documents' readme = 'README.md' keywords = ['documents', 'generation', 'jinja2', 'pandoc', 'worker'] @@ -38,10 +38,10 @@ dependencies = [ 'weasyprint==60.2', 'XlsxWriter', # DSW - "dsw-command-queue==4.13.0", - "dsw-config==4.13.0", - "dsw-database==4.13.0", - "dsw-storage==4.13.0", + "dsw-command-queue==4.14.0", + "dsw-config==4.14.0", + "dsw-database==4.14.0", + "dsw-storage==4.14.0", ] [project.urls] diff --git a/packages/dsw-mailer/CHANGELOG.md b/packages/dsw-mailer/CHANGELOG.md index 043a82a..d446ecb 100644 --- a/packages/dsw-mailer/CHANGELOG.md +++ b/packages/dsw-mailer/CHANGELOG.md @@ -8,6 +8,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.14.0] + +### Changed + +- Improved error reporting +- Improved retry mechanism for failed commands + ## [4.13.0] Released for version consistency with other DSW tools. @@ -319,3 +326,4 @@ Released for version consistency with other DSW tools. [4.11.0]: /../../tree/v4.11.0 [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 +[4.14.0]: /../../tree/v4.14.0 diff --git a/packages/dsw-mailer/dsw/mailer/consts.py b/packages/dsw-mailer/dsw/mailer/consts.py index 4f02e89..b932968 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.13.0' +VERSION = '4.14.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 75d578e..94c4226 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.13.0" +version = "4.14.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.13.0", - "dsw-config==4.13.0", - "dsw-database==4.13.0", + "dsw-command-queue==4.14.0", + "dsw-config==4.14.0", + "dsw-database==4.14.0", ] [project.urls] diff --git a/packages/dsw-models/CHANGELOG.md b/packages/dsw-models/CHANGELOG.md index 3cebdaa..27144fd 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.14.0] + +Released for version consistency with other DSW tools. + ## [4.13.0] Released for version consistency with other DSW tools. @@ -210,3 +214,4 @@ Released for version consistency with other DSW tools. [4.11.0]: /../../tree/v4.11.0 [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 +[4.14.0]: /../../tree/v4.14.0 diff --git a/packages/dsw-models/pyproject.toml b/packages/dsw-models/pyproject.toml index b93b461..5ac5313 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.13.0" +version = "4.14.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 2621c42..18bc15d 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.14.0] + +Released for version consistency with other DSW tools. + ## [4.13.0] Released for version consistency with other DSW tools. @@ -277,3 +281,4 @@ Released for version consistency with other DSW tools. [4.11.0]: /../../tree/v4.11.0 [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 +[4.14.0]: /../../tree/v4.14.0 diff --git a/packages/dsw-storage/pyproject.toml b/packages/dsw-storage/pyproject.toml index aab7330..314f565 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.13.0" +version = "4.14.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.13.0", + "dsw-config==4.14.0", ] [project.urls] diff --git a/packages/dsw-tdk/CHANGELOG.md b/packages/dsw-tdk/CHANGELOG.md index 3228786..34c7c36 100644 --- a/packages/dsw-tdk/CHANGELOG.md +++ b/packages/dsw-tdk/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.14.0] + +### Changed + +- Improved hidden file handling +- Updated initial Jinja file for new projects + ## [4.13.0] ### Changed @@ -509,3 +516,4 @@ Initial DSW Template Development Kit (versioned as part of the [DSW platform](ht [4.11.0]: /../../tree/v4.11.0 [4.12.0]: /../../tree/v4.12.0 [4.13.0]: /../../tree/v4.13.0 +[4.14.0]: /../../tree/v4.14.0 diff --git a/packages/dsw-tdk/dsw/tdk/consts.py b/packages/dsw-tdk/dsw/tdk/consts.py index 50d9961..f3c8f4e 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.13.0' +VERSION = '4.14.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 d016f03..a26c9d8 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.13.0" +version = "4.14.0" description = 'Data Stewardship Wizard Template Development Toolkit' readme = 'README.md' keywords = ['documents', 'dsw', 'jinja2', 'template', 'toolkit']