Skip to content

v0.4.22

Compare
Choose a tag to compare
@3Hren 3Hren released this 01 Feb 19:37
· 65 commits to master since this release
7ca6c9c

Added

  • Worker config command (#1849).
    Exposed an ability to watch Worker's config for its admin, master and inspection subjects.

Fixed

  • Revert per-chunk stream authorization (#1848).
    It was implemented for inspection service, but no longer required, since it has a more convenient way to subscribe for authorization change events. Fixes inability to use "TaskLogs" handle.
  • Proper error type in ErrorOrNil (#1847).
    Fixed bug with task cancellation:
    • Process ask-plan which are pending for deletion in a usual pipeline to update order info in case ask-plan cannot be deleted right now.
    • Return proper type from ErrorOrNil function to fix this https://golang.org/doc/faq#nil_error behavior.
  • Do not terminate on default (empty) QoS URI (#1846).
  • Add missing method for the worker management ACL (#1845).
  • Accept URI as remote QoS endpoint for consistency (#1843).
    Previously we can only specify ip:port OR unix:///path, but not tcp://ip:port. Now, the scheme prefix is required and correctly parsed.
  • Flush IFB on demand when using remote service (#1844).