-
Notifications
You must be signed in to change notification settings - Fork 240
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
merge in flask-session2 #160
merge in flask-session2 #160
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.
moved to pr #170 |
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... |
@christopherpickering can you join our Discord server https://discord.gg/pallets |
No description provided.