8000 Release v0.11.3 · MillionConcepts/hostess · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.11.3

Latest
Compare
Choose a tag to compare
@m-stclair m-stclair released this 03 Jun 19:13

Added

  • ServerPool now supports a task_delay argument that enforces
    a minimum time interval between assigning any two tasks to any
    one worker. This can be passed directly to dependent methods such as
    aws.ec2.Cluster.commandmap().
  • aws.s3.Bucket now supports simple bucket tag access and management.
    Tags may be set by passing kwargs to the Bucket.set_tags() method,
    and may be inspected as the Bucket.tags attribute.

Changed

  • Assorted linting and documentation cleanup

Full Changelog: v0.11.2...v0.11.3

0