Backend SDKs
Sidecar SDK
- Added: offline mode
- Added: Edge support for
getActiveSubscriptionsList
- Fixed: when access to entitlement was denied due to the reaching of a budget cap,
getMeteredEntitlements
returnedAccessDeniedReason.UNSPECIFIED
instead ofAccessDeniedReason.BudgetExceeded
.
- Added: ability to more easily determine the usage period of metered entitlements using:
Entitlement.usagePeriodStart
Entitlement.usagePeriodEnd
- Added: ability to set sidecar log level using env var (default:
INFO
)
- Added: ability to configure the “health” and “ready” endpoints by passing
HEALTH_ENDPOINT_URL
andREADY_ENDPOINT_URL
environment variables