Skip to content

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 15:48
9a0156c

Notable Changes

Added

Standalone Activity operator commands

  • Client::ActivityHandle now supports operator commands for standalone activities: #pause,
    #unpause and #update_options.
  • Added opt-in payload fields to Client::ActivityHandle#describe: include_input:,
    include_outcome:, include_heartbeat_details: and include_last_failure:, all default
    false.
  • Add missing description fields: execution_time, start_delay, total_heartbeat_count.

💥 Breaking Changes

  • Description payload fields are now opt-in: input, outcome, heartbeat_details, last_failure.

Fixed

  • Canceling a fiber-executor activity no longer wedges the worker if using a Fiber#transfer based scheduler
    (such as async). The exception is now delivered through the scheduler's fiber_interrupt hook when it
    provides one.

New Contributors

Full Changelog: v1.7.0...v1.8.0