Skip to content

v0.6.0 - April 8, 2026

Choose a tag to compare

@NicoleMGomes NicoleMGomes released this 08 Apr 21:10
· 93 commits to main since this release
0aa3cf7

What's New

  • Local mode for sap_cloud_sdk.destination — run destination operations without SAP BTP connectivity during local development
  • Place mocks/destination.json, mocks/fragments.json, or mocks/certificates.json at the repo root; create_client(), create_fragment_client(), and create_certificate_client() automatically return a local client when the corresponding file is detected
  • LocalDevDestinationClient, LocalDevFragmentClient, and LocalDevCertificateClient support full CRUD (get, list, create, update, delete) at both service-instance and subaccount level
  • Tenant-scoped entries and all four AccessStrategy values (SUBSCRIBER_ONLY, PROVIDER_ONLY, SUBSCRIBER_FIRST, PROVIDER_FIRST) are fully supported
  • A WARNING is logged on every local-client creation to prevent accidental use in production

Contributors

  • Application Foundation Toolkit Libraries Team