Skip to content

Releases: britive/python-sdk

v4.5.0rc2

21 Nov 21:02
7815f87

Choose a tag to compare

v4.5.0rc2 Pre-release
Pre-release

v4.5.0rc1 [2025-11-21]

What's New:

  • First draft of on behalf of (OBO) support

Enhancements:

  • None

Bug Fixes:

  • Properly pass headers to self.credentials

Dependencies:

  • None

Other:

  • None

v4.5.0rc1

21 Nov 20:06
97c8dc5

Choose a tag to compare

v4.5.0rc1 Pre-release
Pre-release

v4.5.0rc1 [2025-11-21]

What's New:

  • First draft of on behalf of (OBO) support

Enhancements:

  • None

Bug Fixes:

  • None

Dependencies:

  • None

Other:

  • None

v4.4.0

30 Oct 13:39
2d7e15d

Choose a tag to compare

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_condition parameter to [application_management.profiles|secrets_manager|system].policies.build.
  • Drop socket usage 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

04 Sep 14:17
d1604d4

Choose a tag to compare

v4.3.2 [2025-09-04]

What's New:

  • None

Enhancements:

  • Added org_scan_only parameter to application_management.[applications|scans].scan allowing organization only scans of Azure and GCP.

Bug Fixes:

  • None

Dependencies:

  • None

Other:

  • None

v4.3.1

14 Aug 16:11
f86141e

Choose a tag to compare

v4.3.1 [2025-08-14]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • Fixed unbound variable error when check_response_for_error is run against generic HTTP error.

Dependencies:

  • None

Other:

  • None

v4.3.0

08 Jul 19:51
70d6cc4

Choose a tag to compare

v4.3.0 [2025-07-08]

What's New:

  • Added security.active_sessions functionality to allow administrative session management.

Enhancements:

  • None

Bug Fixes:

  • None

Dependencies:

  • None

Other:

  • None

v4.2.0

30 May 20:16
8e88749

Choose a tag to compare

v4.2.0 [2025-05-30]

What's New:

  • Added advanced_settings functionality to:
    • application_management
    • application_management.profiles
    • access_broker.profiles
  • Added global_settings.itsm functionality.

Enhancements:

  • Added missing params for secrets_manager.[secrets|vaults] and file updates.

Bug Fixes:

  • None

Dependencies:

  • None

Other:

  • Updated tests to use uniform naming convention.
  • Refactored application_management.profiles to break out classes for added clarity.

v4.1.3

07 Mar 17:05
3b2b22d

Choose a tag to compare

v4.1.3 [2025-03-07]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • Upload check[in|out]_file content for access_broker.resources.permissions.[create|update] to avoid requests injected headers.

Dependencies:

  • None

Other:

  • None

v4.1.2

06 Mar 21:10
5dbb92e

Choose a tag to compare

v4.1.2 [2025-03-06]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • Added missing fields param to access_broker.resources.types.[create|update]
  • Fixed my_resources.list bug, where params is None instead of expected dict
  • Fixed issue with access_broker.resources.permissions.create uploading files when none are specified.
  • Correct the members param example for access_broker.profiles.policies.[create|update]

Dependencies:

  • None

Other:

  • Type hint cleanup and preferential sorting for access_broker

v4.1.1

05 Mar 21:54
16d1439

Choose a tag to compare

v4.1.1 [2025-03-05]

What's New:

  • None

Enhancements:

  • None

Bug Fixes:

  • Added missing 409 Conflict to exceptions.allowed_exceptions
  • Added missing zero in the PP- errors in exceptions.badrequest
  • Raise specific InvalidTenantError when DNS resolution fails in helpers.utils.parse_tenant.
  • Updated type hint typo, from list to dict, in [my_access|my_resources].list.

Dependencies:

  • jmespath >= 1.0.1

Other:

  • None