Skip to content

Latest commit

 

History

History
93 lines (52 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

93 lines (52 loc) · 3.91 KB

1.1.0

  • Update Rails requirements to allow Rails 8 (#85)

1.0.0

  • Release 1 (no code changes, so this is not breaking in practise). Gem has been in use for long enough that we should not keep marking it as a 0.x version.

0.16.0

  • Update minimum required Ruby version (#67)
  • Map our environments correctly to DI/One Login's environments. (#63)

0.15.0

  • Update URLs and method names for One Login (#56)
  • Note that this release deprecates the your_account, manage, security, and feedback methods of GovukPersonalisation::Urls, but retains them as aliases to allow easier transition. They will be removed in a later release.

0.14.0

  • Use GOVUK_ENVIRONMENT as a backstop for DIGITAL_IDENTITY_ENVIRONMENT (#53)
  • Drop Ruby 2.7 support (#51)

0.13.0

  • Minimum Ruby version is now 2.7.6 (#39)
  • Modify Digital Identity URI to home.account.gov.uk (#43)

0.12.0

  • Set account home to Digital Identity URI (#36)
  • Add GovukPersonalisation::Urls.manage_email link (#38)

0.11.2

  • Add support for Rails 7 (#33)

0.11.1

  • Change sign in path to /account (#28)

0.11.0

  • Remove references to the account manager from the URLs module (#26)

0.10.1

  • Make session-change events uncacheable (#24)

0.10.0

  • Add url_with_analytics helper to allow apps to access the URL used for redirect_with_analytics (#22)

0.9.0

  • Add redirect_with_analytics helper, attaches _ga and cookie_consent values from existing params to redirects. (#19)
  • Add GovukPersonalisation::Redirect and .build_url helper to construct valid URLs with additional parameters. (#19)

0.8.0

  • Change sign in path to /sign-in/redirect (#17)

0.7.0

  • Add GovukPersonalisation::Urls module (#14 #16)

0.6.0

  • Add GovukPersonalisation::Flash and helper methods to the concern (#9)
  • Ensure every method has RDoc (#10)
  • Remove unused GovukPersonalisation::Error class (#10)
  • BREAKING: Rename GovukPersonalisation::AccountConcern to GovukPersonalisation::ControllerConcern (#11)

0.5.0

  • Rename header name constants (#7)

0.4.0

  • Add ability to set GOVUK-Account-Session (#6)

0.3.0

  • Always set Vary: GOVUK-Account-Session response header (#4)

0.2.0

  • Add AccountConcern to extract common account-related functionality (#3)

0.1.0

  • Initial release