Skip to content

v2.0.0-beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@hansmosh hansmosh released this 02 Aug 01:53
· 314 commits to master since this release

Potentially Breaking Changes

  • Blocks are discoverable by default (without @DISCOVERABLE decorator)

New Features

  • Blocks that should not be discovered can use @not_discoverable decorator
  • Add get_headers method to Request interface
  • Allow configuration of block to start and stop asynchronously in a service: blocks_async_start, blocks_async_stop

Fixes

  • Allow blocks that spawn threads to stop properly by joining threads in service stop