·
14 commits
to mainnet
since this release
What's Changed
Features
- Add explicit auth modes for the Provable API gateways (#1395). The SDK now supports both gateway auth models via a single
authoption onAleoNetworkClientandRecordScanner:jwtmode forapi.provable.com(consumer registration + short-lived JWTs, with automatic refresh) andapi-keymode foredge.provable.com(provisioned key sent in anX-API-Keyheader). LegacyapiKey/consumerIdoptions normalize onto the new modes with identical wire behavior; contradictory configurations now throw at construction.
Full Changelog: v0.11.7...v0.11.8