Releases: FastPix/fastpix-ruby
Releases · FastPix/fastpix-ruby
v1.1.1
Version - [1.1.1]
Fixed
- Fixed
Eventmodel JSON key mappings (pt,e,vt,d) that were incorrectly mapped, causing all event fields to deserialize asnil - Fixed
eventDetailssub-keys forrequestFailedevents (txt,c,err,t,u) andvariantChangedevents (br,h,w,cd) not being expanded to meaningful names
Improved
get_video_view_detailsresponse now serializes with full, human-readable field names instead of abbreviated wire-format keyseventsarray is now positioned at the end of thedataobject for better readabilitysuccessfield is now the first key in the response envelope- All
nullfields are now included in the serialized output for completeness
v1.1.0
Version -[1.1.0]
Fixed
- Fixed missing parameters in multiple API methods.
Improved
- Improved o
v1.0.0
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
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