Skip to content

v1.16.0

Latest
Compare
Choose a tag to compare
@N-give N-give released this 17 Feb 22:55
6249778

Highlights

  • Enable optimized timer creation

💥Breaking Changes

  • Breaking change in IWF-542: STATE_API_FAIL_MAX_OUT_RETRY_ERROR_TYPE renamed to STATE_API_FAIL_ERROR_TYPE

New features

  • Optimize Timer creation #465
    • Timer feature optimization reducing the number of Cadence/Temporal actions used
  • Changes to the IwfEvents emitted:
    • Include the user-defined search attributes
    • Include startTimestampInMs value in all events
    • Include error field

What's Changed

  • IWF-439: Add comments for integration test workflows by @stevo89519 in #534
  • IWF-472: Fix all the panic and enable test coverage by @samuel27m in #535
  • IWF-542: Update iwf-idl and replace deprecated workflow type error by @stevo89519 in #538
  • IWF-546: Add search attributes to IwfEvents by @lwolczynski in #539
  • IWF-274: Optimize Timer creation by @bowersj27 in #529
  • IWF-532: Close integration test workflows when finished by @lwolczynski in #540
  • IWF-512: Add start timestamp field to all events by @lwolczynski in #541
  • IWF-511: [iWF] Add a error field to the IwfEvent struct by @samuel27m in #544
  • IWF-343: Fix concurrent write panic for parallel test by @samuel27m in #545

Full Changelog: v1.15.3...v1.16.0