FastPix Go SDK moves to fastpix.com and fills in missing response fields
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/(previouslyapi.fastpix.io), along with the stream, images, static, and docs hosts. If you rely on the SDK defaults, just upgrade and rebuild. -
Update explicit
.iooverrides: if you pass an explicit server URL such asWithServerURL("https://api.fastpix.io/v1/"), change it tohttps://api.fastpix.com/v1/. Also update any hard-coded.ioplayback or asset URLs in your app. The.iohosts still serve traffic but are slated for deprecation. -
Added missing response fields:
frameRateon video tracks in the list-media response (VideoTrackForGetAll), anddata.messageon the delete-signing-key response (DeleteSigningKeyResponse). -
Maintenance: v1.1.4 refreshes the SDK version identifiers (the
SDKVersionconstant and theUser-Agentheader) with no functional or API changes.