Skip to content

v0.15.0 Release

Compare
Choose a tag to compare
@mkolodezny mkolodezny released this 03 Dec 22:30
· 292 commits to master since this release
3b485bd

New features

  • Allow worker to dispatch activity tasks through local tunnel after decisions are made. This is a performance optimization option to skip activity scheduling efforts. (#1028 #1029 #1030 #1037)

Misc improvements & bug fixes

  • Fix mockgen issue on name conflict (#1024)
  • Do not start workers if no activities or workflows are registered (#1031)
  • Support Cron Schedule as part of the TestWorkflowEnvironment (#1020)
  • Enable query timeout of 20 seconds (#1038)