Bridge v0.0.32 rc1
Pre-release
Pre-release
Release Candidate. Do not use in production.
0.0.32
- Bridge server now uses the new Go SDK.
- Unit tests added.
Breaking changes
-
MySQL is no longer supported. To migrate your data to postgresql use any of the tools provided here.
-
Requests to
/builder
forAllowTrust
operations must specify the source account for the operation.
Changes
- Payload MAC authentication uses
X-Payload-Mac
header (oldX_PAYLOAD_MAC
header is still provided for backward compatibility, but it is deprecated and will be removed in future versions).