-
Notifications
You must be signed in to change notification settings - Fork 960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add encoder_cls argument to CacheFileHandler #941
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, thanks! just one comment on the changelog
CHANGELOG.md
Outdated
@@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
- Unit tests for new releases, passing limit parameter with minimum and maximum values of 1 and 50 | |||
- Unit tests for categories, omitting country code to test global releases | |||
- Added `CODE_OF_CONDUCT.md` | |||
- Added optional `encoder_cls` argument to `CacheFileHandler`, which overwrite default encoder for token before writing to disk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add it in the unreleased section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated!
There likely won't be a release for it so soon but feel free to use @master or @b3f308d in your code for now :-) For example https://stackoverflow.com/a/20101940/1515819 |
Resolves #940