Build & Publish Package / publish (push) Successful in 30s
- Add Gitea workflow for tagged package releases. - Move package metadata into pyproject.toml. - Bump the package version to 3.0.2. - Define optional extras for dotenv, MongoDB, Redis, and Trio Redis. - Keep setup.py as a minimal setuptools entry point. - Disable universal wheel output for Python 3 only builds.
1.2 KiB
1.2 KiB
3.0.2
- Add package metadata for Gitea PyPI registry publishing.
- Add Gitea workflow for tagged package releases.
- Add explicit redis-trio extra for the bundled Trio Redis client.
2.1.0
session_cookie_namefix
2.0.0
- Move from aioredis to redis
1.0.7
- Updated memcached support (removed asyncio.loop, removed coroutine decorator)
1.0.6
- MongoDB support
- Transfer copyright to Kroket Ltd.
1.0.3 2021-08-31
- Migrated to aioredis 2
- SameSite support https://github.com/kroketio/quart-session/commit/8daae3a6734e8f7da13954d5a1a5da8f5fc5a49a
- Memcached stuff https://github.com/filak/quart-session/commit/004871c495a069784e57e604b69f65af1b7e645a
1.0.0 2020-01-15
- Added support for arbitrary usage of caching backends.
- Exposed
get,set,deleteon the session interface for direct usage.
- Exposed
- Renamed
SESSION_HIJACK_REVERSE_PROXYtoSESSION_REVERSE_PROXY. - Renamed
SESSION_HIJACK_PROTECTIONtoSESSION_PROTECTION. - Removed fallback when
X-Forwarded-Foris not present whilst USINGSESSION_REVERSE_PROXY, emit error instead. - Fixed a bug where session timeouts would default to 600 seconds.
- Deprecated/disabled the
dirty()method.
0.0.1 2020-01-04
- Released initial pre alpha version.