Skip to content

v2.7 🦦

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 16:35
· 117 commits to master since this release

🟢 There are no breaking changes.

What's Changed

User-facing changes

  • Fix broken Quality selector UI in Paella in #1122 (note: currently only used for live videos)
  • Fix bug where event search was not returning all events for ROLE_ADMIN in #1134
  • Improve some button/link descriptions for screen reader accessibility in #1136

Changes primarily for admins

  • Add i18ned footer links by @geichelberger in #1119
  • Release authkit 0.2.0 in #1124
  • Update paella-user-tracking to fix Matomo's customDimensions and media analytics in #1139
  • Dependency updates
    • Note: due to this, the glibc requirement of our pre-built x86_64-unknown-linux-gnu has increased to 2.29. If you are using an old OS that does not satisfy this requirement, use the -musl pre-built binary or build the binary yourself in the system in question. Again: Tobira does not require a newer glibc version, just this one pre-built binary.

Changes primarily for developers

  • Switch to login callback for local development & deployment server in #1123
  • Improve UI tests by running each in isolation (separate Tobira process & DB) with fixed offline data in #1093
  • Use secret password for admin user on test deployment in #1135

Full Changelog: v2.6...v2.7