Releases: britive/python-sdk
Releases · britive/python-sdk
v4.5.0rc2
v4.5.0rc1
v4.4.0
v4.4.0 [2025-10-24]
What's New:
- Added Manager Approval support to
[application_management|secrets_manager|system]. - Added GCP Federation Provider.
Enhancements:
- Added
manager_conditionparameter to[application_management.profiles|secrets_manager|system].policies.build. - Drop
socketusage to speed up response times in specific scenarios, e.g., Windows DNS in WSL environments.
Bug Fixes:
- None
Dependencies:
- None
Other:
- Test naming convention updates.
v4.3.2
v4.3.1
v4.3.0
v4.2.0
v4.2.0 [2025-05-30]
What's New:
- Added
advanced_settingsfunctionality to:application_managementapplication_management.profilesaccess_broker.profiles
- Added
global_settings.itsmfunctionality.
Enhancements:
- Added missing params for
secrets_manager.[secrets|vaults]andfileupdates.
Bug Fixes:
- None
Dependencies:
- None
Other:
- Updated tests to use uniform naming convention.
- Refactored
application_management.profilesto break out classes for added clarity.
v4.1.3
v4.1.2
v4.1.2 [2025-03-06]
What's New:
- None
Enhancements:
- None
Bug Fixes:
- Added missing
fieldsparam toaccess_broker.resources.types.[create|update] - Fixed
my_resources.listbug, whereparamsisNoneinstead of expecteddict - Fixed issue with
access_broker.resources.permissions.createuploading files when none are specified. - Correct the
membersparam example foraccess_broker.profiles.policies.[create|update]
Dependencies:
- None
Other:
- Type hint cleanup and preferential sorting for
access_broker
v4.1.1
v4.1.1 [2025-03-05]
What's New:
- None
Enhancements:
- None
Bug Fixes:
- Added missing
409 Conflicttoexceptions.allowed_exceptions - Added missing zero in the
PP-errors inexceptions.badrequest - Raise specific
InvalidTenantErrorwhen DNS resolution fails inhelpers.utils.parse_tenant. - Updated type hint typo, from
listtodict, in[my_access|my_resources].list.
Dependencies:
jmespath >= 1.0.1
Other:
- None