Skip to content

Release 1.7.0

Compare
Choose a tag to compare
@connelldave connelldave released this 19 Dec 22:34
· 19 commits to master since this release

[1.7.0] - 2022-16-12
Changed
This release fixes a regression around how target_ids are handled. If target_ids were provided as [], the intent is no accounts would be targeted. However, this was being treated as None and if in an Organization context, would return all Organization accounts instead.
We are releasing this as a minor version bump in case anyone has ended up with this misbehaviour as a dependency, but hopefully this will not be a breaking change for anyone.

Added
target_ids is now typechecked to assert is correctly formed as list[str], a list with more than one string