Skip to content

Releases: FastPix/fastpix-ruby

v1.1.1

22 Apr 12:47

Choose a tag to compare

Version - [1.1.1]

Fixed

  • Fixed Event model JSON key mappings (pt, e, vt, d) that were incorrectly mapped, causing all event fields to deserialize as nil
  • Fixed eventDetails sub-keys for requestFailed events (txt, c, err, t, u) and variantChanged events (br, h, w, cd) not being expanded to meaningful names

Improved

  • get_video_view_details response now serializes with full, human-readable field names instead of abbreviated wire-format keys
  • events array is now positioned at the end of the data object for better readability
  • success field is now the first key in the response envelope
  • All null fields are now included in the serialized output for completeness

v1.1.0

04 Feb 11:24

Choose a tag to compare

Version -[1.1.0]

Fixed

  • Fixed missing parameters in multiple API methods.

Improved

  • Improved o

v1.0.0

10 Oct 17:40

Choose a tag to compare

Version - [1.0.0]

feat!: release v1.0.0 with major feature expansion

  • Add playlist management capabilities
  • Implement in-video AI features (moderation, summarization, entity extraction)
  • Add analytics, metrics, and views management
  • Include DRM configuration support
  • Add signing keys for secure authentication
  • Enhance error handling and API coverage
  • Improve documentation and sample code

v0.0.1

02 Jul 12:47
46e34a2

Choose a tag to compare

Release - [0.0.1]

Added

  • Initial release of the FastPix Ruby SDK.
  • Support for all major FastPix Live Streaming API endpoints:
    • Create, manage, update, and delete live streams
    • Simulcast streams to external platforms
    • Manage playback IDs for streams and media
    • Upload and manage video assets (from URL and direct upload)
    • Retrieve and update media metadata
  • HTTP Basic authentication support
  • Server URL override support
  • Comprehensive error handling and custom error classes
  • Example usage and quick start documentation
  • CI workflow for RubyGems release