Skip to content

Releases: Martin1982/live-broadcast-bundle

v4.0.1 Fix YouTube transitions

05 Aug 08:10
Compare
Choose a tag to compare

Fixed a bug where YouTube transitions to end a stream resulted in an error

V4.0.0 Multi-admin possibility

04 Aug 06:58
3f8f89e
Compare
Choose a tag to compare

As of Release v4.0 the Sonata admin is no longer part of this package, martin1982/live-broadcast-sonata-admin-bundle can be used as a replacement if you were using Sonata Admin

v3.1.2 Updated Google Services API package

03 Aug 14:13
Compare
Choose a tag to compare

Updated the Google Services API package

v3.1.1 Google Services package upgrade

27 Jul 07:19
Compare
Choose a tag to compare

Upgraded the Google Services package

Upgraded Guzzle

13 Jul 09:11
Compare
Choose a tag to compare

Guzzle upgrade to ^v7.0 for require-dev

v3.0.0 BC breaking release

22 Jun 06:43
Compare
Choose a tag to compare

Dropped support for Symfony 3

v2.1.3 Updated Google Services

15 Jun 08:35
Compare
Choose a tag to compare

Update to the latest Google Services package at time of release

v2.1.2 Fix for uploading thumbnails to YouTube

07 May 17:37
Compare
Choose a tag to compare

This version fixes a bug that thumbnails did not get uploaded to YouTube anymore.

V2.1.1 Fix for multiple YouTube channels

30 Apr 16:33
Compare
Choose a tag to compare

When using multiple YouTube channels streams could be halted when not receiving a broadcast. This release contains a fix that should fix this issue.

Furthermore some admin descriptions and code optimizations have been applied.

v2.1.0 - Queue system and more logging

21 Apr 07:27
Compare
Choose a tag to compare

With the release of v2.1.0 some latency issues which could close the entity manager should be resolved. This release also contains a contribution where there is more logging in place.

Queueing is based on the Symfony Messenger component, which by default runs in sequence. Please consult the component's documentation to configure async service calls to API's based on queue dispatches.