Skip to content

Commit 411459b

Browse files
author
Dmitry Spikhalskiy
authored
Release v1.5.0 (#858)
1 parent 82590b1 commit 411459b

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

releases/v1.5.0

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Highlights:
2+
3+
temporal-kotlin module gets extension functions that makes configuration of Temporal in Kotlin much cleaner
4+
Version State Machine went through a significant overhaul that addresses know issues with Workflow.getVersion
5+
OpenTracing module error reporting was redone to use conventional tag and log names
6+
Dependencies were relaxed to use largest possible version ranges.
7+
8+
Changeset:
9+
2021-10-09 - 6f86b160 - Improve WorkerStressTests (#807)
10+
2021-10-13 - 360a5714 - Improve diagnostic message of workflow state machines when validation of command-event pair fails (#820)
11+
2021-10-13 - bbc40f22 - Respect WorkflowClientInterceptors in newUntypedWorkflowStub(WorkflowExecution) (#813)
12+
2021-10-13 - d67bc30b - Remove Error throwing from DeterministicRunner#executeInWorkflowThread is case if execution is closed (#817)
13+
2021-10-13 - e3f4b71f - Test service should not run cron workflow initially if it's not per cron schedule (#812)
14+
2021-10-13 - e5530c1a - Upgrade dependencies (#819)
15+
2021-10-14 - 6f402858 - Improve ActivityOptions#setCancellationType javadoc (#821)
16+
2021-10-14 - ec78d94c - Improve ActivityCancellationTest with additional checks and addressing flakiness (#822)
17+
2021-10-17 - 9b5531a7 - Allow more control in state machines test framework over replayTo, executeTo indexes (#823)
18+
2021-10-18 - 7eb36024 - Upgrade micrometer version and allow larger range of grpc and protobuf versions (#826)
19+
2021-10-18 - 94dd4224 - Improve structure of buildkite pipelines (#824)
20+
2021-10-19 - c9e9b3da - Reenable a bunch of previously disabled flaky tests (#829)
21+
2021-10-19 - d6100500 - WorkflowExecutionUtils method renaming and a new WFT helper method (#831)
22+
2021-10-24 - a7140f76 - Fix WorkflowExecutionHistory problem with deserializing history jsons from the new server versions (#837)
23+
2021-10-25 - eb92b93a - Fix NullPointer in RetryOptions#merge (#834)
24+
2021-10-27 - 346ddb2b - Fix VersionStateMachine vs Cancellation bug by introducing preloading of versions (#805)
25+
2021-10-27 - 3a435be9 - Use jackson-bom platform dependency management (#843)
26+
2021-10-27 - b3862662 - Fix handling of version marker if it's the last command event of WFT (#845)
27+
2021-10-27 - be997328 - Added a newUntypedWorkflowStub method to WorkflowClient (#841)
28+
2021-10-28 - 72ceb235 - changed to hour step function so that passing of the test doesn't depend on the number of days in the month (#848)
29+
2021-11-01 - ef636b5b - Kotlin extensions for Java SDK methods (#727)
30+
2021-11-02 - 82590b15 - Upgrade gson dep to the last version and switch on using a version range (#855)
31+
2021-11-02 - a2bc9373 - Rework OpenTracing module to use conventional error reporting (#854)

0 commit comments

Comments
 (0)