merge in flask-session2#160
Closed
christopherpickering wants to merge 111 commits into
Closed
Conversation
# [1.1.0](v1.0.0...v1.1.0) (2022-08-17) ### Features * **deps:** updated deps to modern python packages. Added test coverage ([3c7eacf](3c7eacf))
# [1.2.0](v1.1.0...v1.2.0) (2022-08-17) ### Bug Fixes * **missing session expiry:** fixes cases where session expiry is missing ([80cc8d0](80cc8d0)) * **mongo:** fixed mongo delete statement ([924dbcf](924dbcf)) ### Features * **cookie:** don't add cookie on static files ([1c4a8ef](1c4a8ef)) * **custom sessions types:** added option for custom session types ([11d4253](11d4253)) * **elasticsearch:** added elasticsearch session interface ([e5dc958](e5dc958)) * **google cloud datastore:** added google cloud datastore as a session backend ([6e832f3](6e832f3)) * **mongo:** added back support for mongodb < v4 ([07ecd15](07ecd15)) * **mongo:** added support for timezone aware mongo ([e7c91c9](e7c91c9)) * **redis:** only save to redis if session is permanent ([10ed6bc](10ed6bc)) * **sqlalchemy:** added option to auto delete old sessions ([10d5db9](10d5db9)) * **sqlalchemy:** added option to support oracle database ([c589d82](c589d82))
don't care if cov does not upload.
Author
|
moved to pr #170 |
Author
|
changed to merge into a dev branch where it can be further modified before going into master. I was using commizen and semantic release to handle the versioning, which you may want to drop if you will be handling that manually... |
Member
|
@christopherpickering can you join our Discord server https://discord.gg/pallets |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.