Skip to content

v0.11.8

Latest

Choose a tag to compare

@iamalwaysuncomfortable iamalwaysuncomfortable released this 20 Aug 20:56
· 14 commits to mainnet since this release
146b97f

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 auth option on AleoNetworkClient and RecordScanner: jwt mode for api.provable.com (consumer registration + short-lived JWTs, with automatic refresh) and api-key mode for edge.provable.com (provisioned key sent in an X-API-Key header). Legacy apiKey/consumerId options normalize onto the new modes with identical wire behavior; contradictory configurations now throw at construction.

Full Changelog: v0.11.7...v0.11.8