Skip to content

release-1.0.3

Compare
Choose a tag to compare
@jfederico jfederico released this 16 Sep 17:05
· 178 commits to master since this release
release-1.0.3
a2e5186

Rooms

This release includes significant changes and bug fixes to the code which improve app performance.

What's Changed

  • Assets (particularly js and stylesheets) were migrated from the Rails 5 way to the Rails 6 way to use webpacker. As part of this, the large tailwindcss file was removed and replaced with the package handled by webpacker (#137)
  • ActionCable was broken but is now fixed (#137)
  • The issue with protected recordings where they could only be accessed once until the cache was expired has been fixed (#146)
  • X-Frame-Options header was replaced by a Content-Security-Policy (#144)
  • Various snyk updates (#140, #141, #142)