Skip to content
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

Closed

Conversation

christopherpickering
Copy link

No description provided.

christopherpickering and others added 30 commits August 17, 2022 09:47
# 1.0.0 (2022-08-17)

### Features

* **initial commit:** initial commit ([98d999d](98d999d))
# [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))
@christopherpickering
Copy link
Author

christopherpickering commented May 8, 2023

moved to pr #170

@christopherpickering christopherpickering changed the base branch from master to dev May 8, 2023 12:44
@christopherpickering
Copy link
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...

@davidism
Copy link
Member

davidism commented May 9, 2023

@christopherpickering can you join our Discord server https://discord.gg/pallets #flask-session channel, the other new maintainers and I are discussing things there.

@davidism davidism changed the base branch from dev to main May 11, 2023 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants