Skip to content

Can we have a new version released? #1483

Closed
@mhenrixon

Description

@mhenrixon

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

garrettd714 commented on May 14, 2021

@garrettd714

downgrading devise dependency to 4.7.3 from 4.8.0 in Gemfile.lock (& bundle install) silences the second warning

mhenrixon

mhenrixon commented on May 15, 2021

@mhenrixon
Author

@garrettd714 but then you crash when trying to write to the database replica when checking the session of the logged in user.

garrettd714

garrettd714 commented on May 15, 2021

@garrettd714

@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

rafahuaman commented on May 30, 2021

@rafahuaman

+1 there seem to have been a few fixes since the last version
I am getting an error for which I need #1447

openscript

openscript commented on Jun 11, 2021

@openscript

I also would love to have a new release so we can remove some patches

kenoga

kenoga commented on Jun 25, 2021

@kenoga

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

LandonSchropp commented on Jul 2, 2021

@LandonSchropp
mhenrixon

mhenrixon commented on Jul 4, 2021

@mhenrixon
Author

Anyone from @graveflex here that can notify @lynndylanhurley?

MaicolBen

MaicolBen commented on Jul 19, 2021

@MaicolBen
Collaborator

Done! It's 1.2.0

TonyArra

TonyArra commented on Jul 29, 2021

@TonyArra

@MaicolBen am I missing something? I see that you bumped the version number on master, but there's no tag or release.

openscript

openscript commented on Aug 4, 2021

@openscript

@TonyArra It was released to https://rubygems.org/gems/devise_token_auth, but you are right, no tag or release on Github.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mhenrixon@garrettd714@LandonSchropp@openscript@rafahuaman

        Issue actions

          Can we have a new version released? · Issue #1483 · lynndylanhurley/devise_token_auth