Skip to content

v0.14.3 - May 07, 2025

Latest

Choose a tag to compare

@cassiofariasmachado cassiofariasmachado released this 07 May 17:35
552dac7

What's New

  • resolve_base_mount() function: New public utility function exported from sap_cloud_sdk.core.secret_resolver. Resolves the effective base path for mount-based secret discovery by checking the SERVICE_BINDING_ROOT environment variable first, falling back to the provided base_volume_mount argument.
  • SERVICE_BINDING_ROOT support: read_from_mount_and_fallback_to_env_var now respects the SERVICE_BINDING_ROOT environment variable as defined by the servicebinding.io v1.1.0 specification. When set, it overrides the base_volume_mount argument for mount path resolution.

Improvements

  • User guides for AuditLog, Destination, DMS, ObjectStore, and AI Core were standardized with a consistent configuration section format.
  • read_from_mount_and_fallback_to_env_var callers (AuditLog, Destination, DMS) now pass base_volume_mount and base_var_name explicitly for clarity.

Contributors

Application Foundation Toolkit Libraries Team