Skip to content

chore: release v0.19.3 with extensibility fixes#132

Merged
tiagoek merged 3 commits into
mainfrom
chore/v0.19.3-extensibility-combined
May 21, 2026
Merged

chore: release v0.19.3 with extensibility fixes#132
tiagoek merged 3 commits into
mainfrom
chore/v0.19.3-extensibility-combined

Conversation

@tiagoek
Copy link
Copy Markdown
Contributor

@tiagoek tiagoek commented May 20, 2026

Disclaimer: Do not include SAP-internal or customer-specific information in this PR (e.g. internal system URLs, customer names, tenant IDs, or confidential configurations). This is a public repository.

Description

Single release PR for v0.19.3 combining two extensibility-related changes:

Includes version bump in pyproject.toml and uv.lock (0.19.20.19.3).

Supersedes merging #115 and #128 separately (avoids duplicate version bumps).

Related Issue

Closes #

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Code refactoring
  • Dependency update

How to Test

  1. uv run pytest -m "not integration" -q
  2. uv build
  3. Verify pyproject.toml and uv.lock both show sap-cloud-sdk version 0.19.3

Checklist

  • I have read the Contributing Guidelines
  • I have verified that my changes solve the issue
  • I have added/updated automated tests to cover my changes
  • All tests pass locally
  • I have verified that my code follows the Code Guidelines
  • I have updated documentation (if applicable)
  • I have added type hints for all public APIs
  • My code does not contain sensitive information (credentials, tokens, etc.)
  • I have followed Conventional Commits for commit messages

Additional Notes

After merge, close or supersede:

steffensa and others added 3 commits May 20, 2026 16:48
The UMS transport passed Level.SUB_ACCOUNT to get_destination(), which
appends '@SUB_ACCOUNT' to the URL path. The Destination Service V2 API
rejects this with HTTP 400 because it expects lowercase level hints.

Use ConsumptionLevel.PROVIDER_SUBACCOUNT instead, which resolves to
'@provider_subaccount' — the correct value for provider-scoped
destinations like the UMS mTLS destination.
Combine UMS transport ConsumptionLevel fix and telemetry extension tool call refactor in a single version bump.
@tiagoek tiagoek marked this pull request as ready for review May 21, 2026 13:25
@tiagoek tiagoek requested a review from a team as a code owner May 21, 2026 13:26
@tiagoek tiagoek merged commit 001c927 into main May 21, 2026
10 of 11 checks passed
@tiagoek tiagoek deleted the chore/v0.19.3-extensibility-combined branch May 21, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants