Skip to content

Commit

Permalink
Release 1.0.5 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 authored Jan 30, 2021
1 parent 2d9ef36 commit 85593db
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions releases/v1.0.5
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)

0 comments on commit 85593db

Please sign in to comment.