release-1.0.3
jfederico
released this
16 Sep 17:05
·
178 commits
to master
since this release
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)