Release and Version History#
Backlog (TODO)#
Features and Improvements
Minor Improvements
Bugfixes
Miscellaneous
0.4.2 (2025-05-07)#
Bugfixes
Removed not used dependency
func_args.
0.4.1 (2024-11-11)#
Breaking Changes
Rework the API and documentation.
- Now the public APIs are:
aws_organizations.api.ParentTypeEnumaws_organizations.api.Parentaws_organizations.api.ChildTypeEnumaws_organizations.api.Childaws_organizations.api.AccountStatusEnumaws_organizations.api.AccountJoinedMethodEnumaws_organizations.api.Accountaws_organizations.api.OrganizationalUnitaws_organizations.api.Organizationaws_organizations.api.ParentIterproxyaws_organizations.api.ChildIterproxyaws_organizations.api.AccountIterproxyaws_organizations.api.OrganizationUnitIterproxyaws_organizations.api.list_parentsaws_organizations.api.list_childrenaws_organizations.api.get_root_idaws_organizations.api.list_organizational_units_for_parentaws_organizations.api.list_accounts_for_parentaws_organizations.api.describe_organizationaws_organizations.api.ROOT_NODE_NAMEaws_organizations.api.NodeTypeEnumaws_organizations.api.Nodeaws_organizations.api.OrgStructure
Features and Improvements
Add support to dump organization structure to mermaid format.
0.3.1 (2023-03-10)#
Features and Improvements
add
OrgStructure.serializeandOrgStructure.deserialize. now you can cache the org structure data in JSON.add
OrgStructure.get_node_by_idadd
OrgStructure.get_node_by_nameadd
Node.organization_or_account_or_organizational_unit.add
Node.parent_id.add
Node.accounts.add
Node.org_units.add
Node.all_accounts.add
Node.all_org_units.add
Node.accounts_names.add
Node.org_units_names.add
Node.all_accounts_names.add
Node.all_org_units_names.
0.2.1 (2023-03-08)#
Features and Improvements
add
Node.iter_org_unitsandNode_iter_accountsmethods.add
OrgStructureclass to represent the organization structure tree.drop
get_org_structure, addOrgStructure.get_org_structuremethod.add
OrgStructure.visualizemethod.add
OrgStructure.to_csvmethod.add
OrgStructure.is_x_in_ymethod.
0.1.1 (2023-03-06)#
Features and Improvements
First release
add data model for
Organization,OrganizationUnit,Accountadd
get_org_structuremethod to get the organization structure tree.