Closed
Description
When posting issues, please include the following information to speed up the troubleshooting process:
I am currently on version 1.1.5
and while everything works my console gets spammed with:
DEPRECATION WARNING: connection_config is deprecated and will be removed from Rails 6.2 (Use connection_db_config instead) (called from call at /usr/src/app/app/controllers/api/v1/sessions_controller.rb:73)
There is also the issue with:
DEPRECATION WARNING: Devise::Models::Authenticatable::BLACKLIST_FOR_SERIALIZATION is deprecated! Use Devise::Models::Authenticatable::UNSAFE_ATTRIBUTES_FOR_SERIALIZATION instead. (called from <main> at /usr/src/app/config/application.rb:20)
Those have been fixed on master so it would be great to have a new release with these fixes.
Activity
garrettd714 commentedon May 14, 2021
downgrading devise dependency to
4.7.3
from4.8.0
in Gemfile.lock (& bundle install) silences the second warningmhenrixon commentedon May 15, 2021
@garrettd714 but then you crash when trying to write to the database replica when checking the session of the logged in user.
garrettd714 commentedon May 15, 2021
@mhenrixon Ah, different setups in play then. I was not getting the first WARNING, just the second, and bumping down 1 release of devise works for me, satisfies dependencies and silences the 2nd WARNING from devise 4.8. Cheers
rafahuaman commentedon May 30, 2021
+1 there seem to have been a few fixes since the last version
I am getting an error for which I need #1447
openscript commentedon Jun 11, 2021
I also would love to have a new release so we can remove some patches
kenoga commentedon Jun 25, 2021
When new version will be published?
I would like to use
cookie_enabled
configurations.That function is not on the latest version, but on the doc.
I understand the function is avaialble when we use gem from master branch, but the new version release is desirable.
LandonSchropp commentedon Jul 2, 2021
Bump @lynndylanhurley
mhenrixon commentedon Jul 4, 2021
Anyone from @graveflex here that can notify @lynndylanhurley?
MaicolBen commentedon Jul 19, 2021
Done! It's 1.2.0
TonyArra commentedon Jul 29, 2021
@MaicolBen am I missing something? I see that you bumped the version number on master, but there's no tag or release.
openscript commentedon Aug 4, 2021
@TonyArra It was released to https://rubygems.org/gems/devise_token_auth, but you are right, no tag or release on Github.