FastPix Go SDK moves to fastpix.com and fills in missing response fields

Back to Changelog
JUN 30, 2026
ImprovementFixSDKs

The FastPix Go SDK now defaults to the fastpix.com hosts and fills in a couple of missing response fields. For most integrations, upgrading and rebuilding is enough.

What’s new:

  • Default hosts moved to fastpix.com: the default server URL is now https://api.fastpix.com/v1/ (previously api.fastpix.io), along with the stream, images, static, and docs hosts. If you rely on the SDK defaults, just upgrade and rebuild.

  • Update explicit .io overrides: if you pass an explicit server URL such as WithServerURL("https://api.fastpix.io/v1/"), change it to https://api.fastpix.com/v1/. Also update any hard-coded .io playback or asset URLs in your app. The .io hosts still serve traffic but are slated for deprecation.

  • Added missing response fields: frameRate on video tracks in the list-media response (VideoTrackForGetAll), and data.message on the delete-signing-key response (DeleteSigningKeyResponse).

  • Maintenance: v1.1.4 refreshes the SDK version identifiers (the SDKVersion constant and the User-Agent header) with no functional or API changes.