Skip to content

v1.0.3

Latest

Choose a tag to compare

@FastPix-dev FastPix-dev released this 25 May 14:10
de93e33

Version - [1.0.3]

⚠️ Important — FastPix is migrating from .io to .com

All FastPix-owned hosts and documentation links are being moved from the .io TLD to .com. The .io hosts continue to serve traffic during the transition, but they are slated to be suspended soon — please update any hard-coded references in your application as part of your next deploy.

Old (.io) New (.com)
dashboard.fastpix.io dashboard.fastpix.com
docs.fastpix.io/... fastpix.com/docs/...
stream.fastpix.io stream.fastpix.com
images.fastpix.io images.fastpix.com
www.fastpix.io www.fastpix.com

What this means for users of @fastpix/react-native-video-data:

  • This SDK doesn't hard-code any FastPix host — playback telemetry is forwarded via @fastpix/video-data-core, which has already been pointed at the .com ingest endpoint. Bump to 1.0.3 (and re-run npm install) to pick up the updated transitive dependency; no code change is required on your side.
  • If your app code references FastPix URLs directly — playback URLs (stream.fastpix.io/...), image CDN (images.fastpix.io/...), dashboard deep links, or doc links in your own README — update them to the .com equivalents before the .io hosts are decommissioned.
  • We strongly recommend upgrading every FastPix SDK in your stack to its latest release as part of the same change; every official FastPix SDK is being rolled out with the same migration.

Changed

  • README and developer guide updated end-to-end from dashboard.fastpix.io / docs.fastpix.io/... to dashboard.fastpix.com / fastpix.com/docs/... so every link in the package points at the post-migration host structure.
  • Reference links (Homepage, Dashboard, API Reference, "Detailed Usage") repointed to fastpix.com.
  • Sample playback URL in code examples updated from stream.fastpix.io to stream.fastpix.com.