From 4d677681a7a5adc6af61c75361fba93db1b1435d Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Tue, 19 Aug 2025 13:41:52 -0600 Subject: [PATCH 1/2] Update changelogs --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6921faa..59e1d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.4.1 + +- Fixed an issue where orchestrations would still throw non-determinism errors even when versioning logic should have prevented it + +## v0.4.0 + +- Added support for orchestration and activity tags +- Added support for orchestration versioning and versioning logic in the worker + ## v0.3.0 ### New From 89f9df9e5f8dd22374781be8dc98906c110a1459 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Tue, 19 Aug 2025 13:46:42 -0600 Subject: [PATCH 2/2] Add durabletask-azuremanaged changelogs --- durabletask-azuremanaged/CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 durabletask-azuremanaged/CHANGELOG.md diff --git a/durabletask-azuremanaged/CHANGELOG.md b/durabletask-azuremanaged/CHANGELOG.md new file mode 100644 index 0000000..4738101 --- /dev/null +++ b/durabletask-azuremanaged/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## v0.3.1 + +- Updates base dependency to durabletask v0.4.1 + - Fixed an issue where orchestrations would still throw non-determinism errors even when versioning logic should have prevented it + +## v0.3.0 + +- Updates base dependency to durabletask v0.4.0 + - Added support for orchestration and activity tags + - Added support for orchestration versioning and versioning logic in the worker