Skip to content

Commit

Permalink
Bump to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Apr 9, 2024
1 parent 7c80c1e commit 0b6c0c3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
## HEAD
## 1.14.0 (2024-04-09)

* Allow declaring controller callbacks for specific Rodauth routes via `:only` and `:except` keyword arguments (@janko)

* Instrument Rodauth controller and route name instead of `RodauthApp#call` on Rodauth requests (@janko)

* Remove custom `#inspect` from Rodauth app middleware subclass in favour of Ruby 3.3+ `Module#set_temporary_name` (@janko)

* Fix `data-turbo="false"` being added in the wrong place in reset password request form on login validation errors (@janko)

* Fix format being inferred from `Accept` header instead URL path when calling `http_basic_auth` in the Rodauth middleware (@janko)

* Allow referencing custom column attributes on `rails_account` before the account is persisted (@janko)

* Retrieve auth class through the Rodauth app in generated account fixtures (@janko)

* Use `include Rodauth::Rails.model` again in generated account model (@janko)

* Avoid generated `convert_token_id_to_integer?` causing tokens to get silently rejected after switching to UUIDs (@janko)

Expand Down
2 changes: 1 addition & 1 deletion lib/rodauth/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rodauth
module Rails
VERSION = "1.13.0"
VERSION = "1.14.0"
end
end

0 comments on commit 0b6c0c3

Please sign in to comment.