v1.29.0
What's Changed
- option to use credential exchange query server by @kelvin-chalk in #61
This version includes a new option useQueryServerFromCredentialExchange
that allows the client to use existing metadata in the credentials exchange to directly call the query server instead of proxying through the API server. Previously, the query server had to be explicitly set or else the client would use the API server as a proxy - this is still the default behavior, but recommended to set this flag to remove a proxy layer.
Full Changelog: v1.28.0...v1.29.0