Skip to content

Commit

Permalink
Update version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffschoner committed Oct 15, 2023
1 parent 2fb9765 commit fed111c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.1.1
Allows signals to be processed within the first workflow task.

**IMPORTANT:** This change is backward compatible, but workflows started
on this version cannot run on earlier versions. If you rollback, you will
see workflow task failures mentioning an unknown SDK flag. This will prevent
those workflows from making progress until your code is rolled forward
again.

## 0.1.0

This introduces signal first ordering. See https://github.com/coinbase/temporal-ruby/issues/258 for
Expand All @@ -21,4 +30,4 @@ process, you must follow these rollout steps to avoid non-determinism errors:

These steps ensure any workflow that executes in signals first mode will continue to be executed
in this order on replay. If you don't follow these steps, you may see failed workflow tasks, which
in some cases could result in unrecoverable history corruption.
in some cases could result in unrecoverable history corruption.
2 changes: 1 addition & 1 deletion lib/temporal/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Temporal
VERSION = '0.1.0'.freeze
VERSION = '0.1.1'.freeze
end

0 comments on commit fed111c

Please sign in to comment.