Releases: DylanRodgers98/Mainroom
Upgrade axios
v1.4.13 1.4.13
Reduce Number of Published Errors
Requests with a missing CSRF token cause a ForbiddenError to be thrown. This causes a lot of messages to be published to SNS daily. This release makes the SNSErrorPublisher ignore such errors.
Fix Generation of Thumbnails Pt. 4
v1.4.11 1.4.11
Fix Generation of Thumbnails Pt. 3
v1.4.10 1.4.10
Fix Generation of Thumbnails Pt. 2
v1.4.9 1.4.9
Fix Generation of Thumbnails
Streamer object was not being passed to s3ThumbnailGenerator, causing a TypeError when trying to access a property of undefined. This release fixes this issue.
Downgrade ECS Instance Requirements
v1.4.7 1.4.7
Thumbnail Generation Improvements
This release prevents unnecessary generations of thumbnails by checking if a thumbnail generation is currently in progress, and only proceeding with the generation if not.
Promise Improvements
v1.4.5 1.4.5
Prerecorded Streams Resilience
This release adds resilience to the starting of streams from prerecorded videos by ensuring a streamStarted_${streamKey}
event is emitted from the media server for a given stream before attempting to start the next stream.
This release also fixes a bug in the email sender where only user _ids were being extracted rather than their required info.