Skip to content

v1.12.1

Compare
Choose a tag to compare
@Splines Splines released this 29 Apr 22:13
· 35 commits to main since this release
dce05c3

This release encompasses hotfixes that we had to perform in the course of the 29th of April 2024. Note that on top of that, media was not accessible in MaMpf in the evening due to an expired certificate of our media server (the latter problem is still currently worked on).

Hotfixes

  • Add a missing key in a locale file (see #630)
  • Set the raise_on_missing_translations config option back to false (see #631). We have set it to true in the upgrade to Rails 7.1 (see #609). However, this has caused troubles in production that we have to further investigate, so we disabled it for now.
  • Downgrade Rack to 2.2.9 (see #632). This is because the new version produces an incorrect parameter hash for our controllers that contain nested forms. Will have to investigate further, so for now we downgraded Rack. For the root cause, see rack/rack#2128.

Complete list of PRs

Full Changelog: v1.12.0...v1.12.1