Skip to content

v0.27.0 - June 17, 2026

Latest

Choose a tag to compare

@betinacosta betinacosta released this 17 Jun 14:47
· 1 commit to main since this release
12465ba

What's New

  • SAP Print Service module (sap_cloud_sdk.print): A new first-class integration for the SAP Print Service. Use create_client() to get a fully configured PrintClient that handles OAuth2
    token acquisition, credential resolution, and all core print operations out of the box.
  • PrintClient operations: Manage print queues (list_queues, create_queue), retrieve print profiles (get_print_profiles), upload documents with optional virus scanning (upload_document),
    and submit print jobs (create_print_task).
  • Credential loading: Credentials are resolved automatically from mounted volumes (/etc/secrets/appfnd/print/{instance}/) with fallback to environment variables
    (CLOUD_SDK_CFG_PRINT_{INSTANCE}_{FIELD}), consistent with the SDK's existing secret-resolution pattern.

Contributors