Skip to content

v0.12.0 Release

Compare
Choose a tag to compare
@andrewjdawson2016 andrewjdawson2016 released this 19 May 21:34
· 354 commits to master since this release
ecb64cf

New features

Feature version

  • Bump feature version to 1.6.0 (#958)

Workflow.Await

  • Add comment for Await (#973)
  • Added workflow.Await(...) support (#967)

Get raw history for long poll

  • Integrate With New Get History Raw API (#857) (#938)

Workflow and activity registration improvements

  • Activity and workflow registration refactoring (#962)

Misc fixes and improvements

  • Fix inconsistent Jaeger baggage injection/extraction (#972)
  • Retry getHistory request from passive cluster in case of replication lag (#952)
  • Fix comment on signalWithStart (#968)
  • Improve session framework heartbeat mechanism (#965)
  • doc: explain how to abandon child workflows (#963)
  • Add TerminateIfRunning IDReusePolicy (#966)
  • Reduce maxRPCTimeout to 5s for sync API calls (#960)
  • Let workflow.now() to always return time in UTC (#959)
  • Add comment on GetWorkflow (#957)
  • Update cadence-idl to use task list for visibility data (#955)
  • Add fossa analyze config and script (#953)
  • Add comments for decoding memo and search attr (#950)
  • Fix error log for async activity task (#949)
  • Delete unused worker option AutoHeartBeat (#941)
  • Adding IsWorkflowExecutionAlreadyStartedError helper (#946)