Skip to content

Releases: connelldave/botocove

Release 1.5.2

23 Feb 23:43
283513e
Compare
Choose a tag to compare

[1.5.2] - 2022-23-02

Added

  • Botocove now supports a regions argument, allowing sessions to be run across
    one or many regions per account

Release 1.5.1

13 Feb 22:52
b6aa680
Compare
Choose a tag to compare

[1.5.1] - 2022-13-02

Fixed

  • Reverted internal handling of output data to a dictionary rather than dataclass:
    issues with recursive copy required to output dataclass as dict.

Release 1.5.0

06 Feb 21:19
b36164b
Compare
Choose a tag to compare

[1.5.0] - 2022-06-02

Added

  • thread_workers argument

Fixed

  • Memory leak when running in large organisations: botocove now allows
    completed Session objects to be garbage collected

Release 1.4.1

15 Jan 22:11
Compare
Choose a tag to compare

[1.4.1] - 2022-15-01

Added

  • Support for Policy and PolicyArn restriction on assumed roles

Release 1.4.0

15 Nov 23:29
40e7c56
Compare
Choose a tag to compare

[1.4.0] - 2021-15-11

Added

  • Progress bar when running in TTY environment
  • Strong typing: refactor underlying code without changing external behaviour
  • Moved to simpler threading behaviour

Fixed

  • Fixed missing RoleSessionName when not using Cove's organisation master session information enrichment

Removed

  • Use of async.io loop

Release 1.3.1

27 Sep 19:11
77b015b
Compare
Choose a tag to compare

Bugfix - addresses #12

Allow custom RoleSessionName

03 Jul 20:42
Compare
Choose a tag to compare

Thanks to @SantiRaposo for contributing this feature!

#9

Bugfix: handle empty target_id list

26 Mar 22:11
e5bd837
Compare
Choose a tag to compare

Previously, passing target_ids=[] would evaluate as None and get all accounts in an organization if possible.

Add a CoveOutput TypedDict to clarify what to expect from a wrapped func.

Widen support to be usable outside of AWS Organization master account

24 Nov 21:17
0694ddf
Compare
Choose a tag to compare
Merge pull request #7 from connelldave/support_non_org_master

Release 1.1.0: Support non-org-master account and typing

v1.0.0: Merge pull request #6 from connelldave/release_1.0.0

09 Nov 19:50
a424e60
Compare
Choose a tag to compare