8000 Releases · adamcooke/authie · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: adamcooke/authie

v5.0.0

20 Feb 13:27
f3bc654
Compare
Choose a tag to compare

5.0.0 (2025-02-20)

⚠ BREAKING CHANGES

  • Authie no longer supports Rails <= 7.0. Official support for Rails 7.0 ended over a year ago, we don't need to continue supporting it in Authie 5.0 and higher. Rails 7.0 can continue to use the 4.x releases.
  • If a coder was set using config.active_record.default_column_serializer then it will no longer be respected. You will need to set Authie.config.serialize_coder to override the coder for Authie sessions.

Features

  • allow data serialization encoder to be defined using Authie.config.serialize_coder. (588b5e7)

Miscellaneous Chores

  • remove support for Rails 7.0 (1b09a80)

Tests

  • use the >= 7.0 migration context (7daabf1)

v4.1.6

04 Feb 11:02
61df4c3
Compare
Choose a tag to compare

4.1.6 (2025-02-04)

Miscellaneous Chores

  • update action dependencies for release (c070a1e)

v4.1.5

04 Feb 10:57
508ffba
Compare
Choose a tag to compare

4.1.5 (2025-02-04)

Miscellaneous Chores

  • add additional changelog sections to release please (e6c763d)
  • exclude 3.1/8.0 and 3.4/7.0 (8456d8d)
  • unpin sqlite (74043d6)
  • update ci to include rails 8 and ruby 3.3/3.4 (1326f9e)

Tests

  • require 'logger' in tests (e1f55d3)

v4.1.4

13 Jan 15:28
2131449
Compare
Choose a tag to compare

4.1.4 (2024-01-29)

Bug Fixes

  • fixes RackController session lookup (#40) (89395b4)

v4.1.3

02 Nov 17:03
5d577ce
Compare
Choose a tag to compare

4.1.3 (2023-11-02)

Bug Fixes

  • fix dependency constraints (0268de8)

v4.1.2

02 Nov 14:23
6dfdea3
Compare
Choose a tag to compare

4.1.2 (2023-11-02)

Bug Fixes

  • don't provide Schema::Migration in Rails >= 7.0 (57f2857)
  • specify type of object for serialise data attribute (48263f8)

v4.1.1

27 Jun 16:43
f1bbc71
Compare
Choose a tag to compare

4.1.1 (2023-06-27)

Bug Fixes

  • expose Config#lookup_ip_country_backend (8473337)

v4.1.0

27 Jun 16:17
3259b74
Compare
Choose a tag to compare

4.1.0 (2023-06-27)

Features

  • support for storing ip address countries (90b2394)

v4.0.0

02 May 22:59
e5b1819
Compare
Choose a tag to compare

4.0.0 (2023-05-02)

Features

  • ability to have expiry times increased on session activity (a67dbbe)
  • ability to pass session options to ControllerDelegate#create_auth_session (38922f4)
  • ability to skip session touching within a request (593eacf)
  • active support notifications (ce0c895)
  • add boolean for storing two factor skip state (ec834df)
  • add notification on session invalidation (cf9af97)
  • add session to validity exceptions (9e23f19)
  • allow persistent sessions to be created (9ed6b6d)
  • customisable token lengths (41431a6)
  • separate touching & validating auth sessions (e688762)
  • support for resetting a token to a new value (ed6f138)

Bug Fixes

  • do not invalidate inactive sessions when invalidating others (56a659b)
  • don't inspect sessions when invalidating others (5a81581)
  • don't override skip_two_factor whenever calling #mark_as_two_factored (7e5c8a0)
  • maintain Authie::Session.cleanup (5776421)
  • only add helper methods if the controller supports them (bbeca3b), closes #24
  • require all of active record for the session model (c042e34)
0