Releases
v0.11.0
New Features
Support consistency query (#871 )
Support customizing binary checksum (#847 )
add options to respond query task completed (#881 )
Make session heartbeat timeout customizable (#930 )
Bug Fixes
Fixed liner errors and gofmt (#876 )
Stabilize retry timeout error with customer error on activity startToCloseTimeout (#878 )
Fix testsuite handling of context deadline error (#882 )
Fix deterministic check for searchable change version (#889 )
Fix localactivity should not retry on CancelError (#890 )
Fixed testsuite handling of unregistered activity (#892 )
Fix an un-locked access to the activities map (#903 )
Fix binary checksum race condition and lack of err handling (#900 )
Work around pborman data race (#902 )
Fix testsuite race condition during activity retry (#914 )
Fix nil pointer exception when retrying local activity (#913 )
Fix potential go-routine leak when retrying local activity (#918 )
Mics
Add consistency level to query IDL (#868 )
Drop query results that exceed size limit (#879 )
Increase RPC timeout for list archived workflow API (#880 )
Update library and feature version (#883 )
Reduce query size limit (#886 )
Log an error message when an activity results in an non-nil error (#894 )
Patch lib version 0.10.1 (#896 )
Minor: use correct testing.T in tests / teardown (#895 )
Stop checking for goroutine leaks more quickly if possible (#897 )
Change ExecuteUntilAllBlocked to return an error, rather than a pointer (#905 )
Remove unused helper method in tests (#898 )
Remove another un-locked access to activity func map (#904 )
Revert "Change ExecuteUntilAllBlocked to return an error, rather than a pointer (#905 )
Adding binary checksum to RespondDecisionTaskFailedRequest (#891 )
history_event_iterator: added sanity check to detect missing events (#907 )
Sticky task list name uniqueness per poller (#910 )
history_iterator: add validation to make sure all events until startedEventID are applied (#911 )
Add staticcheck and errcheck to the makefile (#909 )
Change ExecuteUntilAllBlocked to return an error (#908 )
Consistent query test (#916 )
Update idl for getClusterInfo and listTaskListPartition API (#921 )
Parallelizing some tests (#899 )
Use cadence-idl repo IDL storage (#923 )
Update .gitmodules (#932 )
Update jeager client (#934 )
update to 0.11 for new client release (#919 )
You can’t perform that action at this time.