Skip to content

v3.0.0.rc1

Pre-release
Pre-release

Choose a tag to compare

@timriley timriley released this 16 Jun 12:09
· 1 commit to main since this release
v3.0.0.rc1
43b4a1e

Added

  • Add #permanent_redirect and #temporary_redirect helpers for 301 and 302 responses. (@cllns in #302)

Changed

  • BREAKING: #redirect now requires an explicit code: argument. Use #permanent_redirect or #temporary_redirect for the common cases, and pass code: to #redirect for less common codes (e.g. 303, 307, 308). (@cllns in #302)
  • Upgrade mustermann to 3.1 and remove mustermann-contrib dependency. (@rkh in #300)
  • Require Ruby 3.3 or newer.

Fixed

  • Allow URL generation (via #path) to work with array variables. (@inouire in #304)

Compare v2.3.1 ... v3.0.0.rc1