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

Back to Changelog
JUN 30, 2026
ImprovementFixSDKs

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

What’s new:

  • Default hosts moved to fastpix.com: the default server URL is now https://api.fastpix.com/v1/. If you rely on the defaults, just update the package (dotnet add package Fastpix --version 1.1.3 or later). If you pass an explicit .io server URL override (serverUrl: or WithServerUrl(...)), change it to .com, and update any hard-coded .io playback, image, or dashboard URLs before the .io hosts are decommissioned.

  • Added missing response fields: ManageVideos.ListAsync tracks now include frameRate (VideoTrackForGetAll), which was silently dropped by the previous build, and SigningKeys.DeleteAsync responses now include the optional data.message confirmation.

  • Maintenance (v1.1.4): refreshed the SDK version identifiers (the SdkVersion constant and the User-Agent header) into alignment with the package version, with no functional or API changes.