-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#Highlights | ||
|
||
* Add dynamic workflow and activity implementation support. | ||
* Add support for MaxConcurrentActivityExecutionSize for async activities. | ||
* Add helper methods for setting sslContext. | ||
* Interceptor refactoring to support headers | ||
|
||
#All changes | ||
|
||
2020-12-28 - 24a55be - Dynamic workflow and activity implementation support (#289) | ||
2021-01-04 - f7bc07d - Add support for MaxConcurrentActivityExecutionSize for async activities (#291) | ||
2021-01-06 - 38af982 - Move test code into testing module (#292) | ||
2021-01-07 - 9e26a98 - Enforce formatting on buildkite (#293) | ||
2021-01-07 - add9f8f - Adding debug mode (#296) | ||
2021-01-11 - 351a8b9 - Rename debug mode env var (#297) | ||
2021-01-14 - 2bef04f - Add a test for completion of async activity with error (#307) | ||
2021-01-17 - f502d3a - Don't swallow replay workflow exceptions (#304) | ||
2021-01-19 - 21d277f - Updating java sdk dependencies (#316) | ||
2021-01-19 - c5fe428 - Adding code owners (#306) | ||
2021-01-21 - e796ec4 - Rename metric tags (#318) | ||
2021-01-25 - 72f746b - Add helper methods for setting cloud sslContext (#320) | ||
2021-01-26 - b3797d6 - Interceptor refactoring to support headers (#311) | ||
2021-01-27 - 2d9ef36 - Return ref to this in SimpleSslContextBuilder (#322) |