You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
New Audit Log NG Module: Introduced sap_cloud_sdk.core.auditlog_ng, a next-generation audit logging client that uses Protocol Buffers (protobuf) for improved performance and type safety
New Dependencies: Added Protocol Buffers support with generated Python classes
Module Structure:
sap_cloud_sdk.core.auditlog_ng.client: Main client implementation for audit logging
Protocol Buffer Integration: Uses buf tooling for protobuf code generation and management
Type Safety: Provides py.typed marker for full mypy compatibility
Bug Fixes
N/A - This is a new feature addition
Breaking Changes
No Breaking Changes: The existing sap_cloud_sdk.core.auditlog module remains fully functional and unchanged. The new auditlog_ng module runs alongside the existing implementation