Skip to content

Releases: DylanRodgers98/Mainroom

Upgrade axios

17 Sep 13:30
Compare
Choose a tag to compare
v1.4.13

1.4.13

Reduce Number of Published Errors

09 Aug 17:22
Compare
Choose a tag to compare

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

09 Aug 17:08
Compare
Choose a tag to compare

Fix Generation of Thumbnails Pt. 3

05 Aug 19:54
Compare
Choose a tag to compare

Fix Generation of Thumbnails Pt. 2

05 Aug 19:17
Compare
Choose a tag to compare

Fix Generation of Thumbnails

05 Aug 18:40
Compare
Choose a tag to compare

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

04 Aug 17:32
Compare
Choose a tag to compare

Thumbnail Generation Improvements

04 Jul 16:35
Compare
Choose a tag to compare

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

26 Jun 11:43
Compare
Choose a tag to compare
v1.4.5

1.4.5

Prerecorded Streams Resilience

25 Jun 17:11
Compare
Choose a tag to compare

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.