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

Bump beaker from 1.6.3 to 1.12.0 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps beaker from 1.6.3 to 1.12.0.

Release notes

Sourced from beaker's releases.

Version 1.12.0

  • Enabled testing on Python 3.10 and 3.11
  • Fixed issue #122 - Session ignores deserializer json
  • Remove ID generation fallback for when the uuid module is not found
  • Port testing from nose to pytest
  • Fixed issue #180 - KeyError when loading deleted session

Version 1.11.0

  • Fixed cookie path option not being properly set (self._path was removed, only self.path exists)
  • Documented SameSite option
  • Fixed cookie expiration being localised when it shouldn't.

Version 1.10.1

  • Fix issue with Redis namespace manager TTL
  • Fix for SameSite cookie option not being set in some cases
  • Fix for memcached tests on Python3

Version 1.10.0

Release 1.10.0 (2018-06-04)

  • Redis namespace manager now supports providing a TTL for session entries that had a timeout provided. This will remove the need to manually clear expired sessions from the redis storage.
  • nsscrypto backend is now properly identified as providing AES support.
  • When a crypto backend doesn't support AES it will no longer crash if the encrypt_key is None.
  • Session cookies will now provide support for SameSite through the samesite option. By default this will be Lax, but can be set to Strict or None to disable it.

Version 1.9.1

Release 1.9.1 ( 2018-04-09 )

  • When decorating a function with @​cache_region decorator the function generated to update the cached value will be named like the decorated function. So that during debugging it's easy to know which function is involved.
  • Removed usage of async as a variable in code, this fixes a compatibility problem with Python 3.7 where it's a keyword.
  • Fixed a race condition in FileNamespaceManager.
  • ext.database backend will now properly close connections.
  • Do not leave bhind corrupted files if FileNamespaceManager is interrupted while writing a new file. Replacing content of a file or writing a new one is now always an atomic operation.
  • DBMNamespaceManager and FileSynchronizer will now deal with directories disappearing while they try to write to them.
  • The Redis and MongoDB backends are not exposed in documentation.

Version 1.9.0

Release 1.9.0 (2017-06-19)

  • Beaker now provides builtin ext:mongodb and ext:redis namespace managers. Both come with a Synchronizer implemented on the storage backend instead of relying on file one.
  • Fixed an issue where cookie options like Secure, Domain and so on where lost.
  • Improved support for cache entries expiration. NamespaceManagers that support it will expire their key automatically.
  • Pycryptodome can be used instead of pycrypto.

... (truncated)

Changelog

Sourced from beaker's changelog.

Release 1.12.0 (2022-12-07)

  • Enabled testing on Python 3.10 and 3.11
  • Fixed issue #122 - Session ignores deserializer json
  • Remove ID generation fallback for when the uuid module is not found
  • Port testing from nose to pytest
  • Fixed issue #180 - KeyError when loading deleted session

Release 1.11.0 (2019-08-26)

  • Fixed cookie path option not being properly set (self._path was removed, only self.path exists)
  • Documented SameSite option
  • Fixed cookie expiration being localised when it shouldn't.

Release 1.10.1 (2019-02-21)

  • Fix issue with Redis namespace manager TTL
  • Fix for SameSite cookie option not being set in some cases
  • Fix for memcached tests on Python3

Release 1.10.0 (2018-06-04)

  • Redis namespace manager now supports providing a TTL for session entries that had a timeout provided. This will remove the need to manually clear expired sessions from the redis storage.
  • nsscrypto backend is now properly identified as providing AES support.
  • When a crypto backend doesn't support AES it will no longer crash if the encrypt_key is None.
  • Session cookies will now provide support for SameSite through the samesite option. By default this will be Lax, but can be set to Strict or None to disable it.

Release 1.9.1 (2018-04-09)

  • When decorating a function with @​cache_region decorator the function generated to update the cached value will be named like the decorated function. So that during debugging it's easy to know which function is involved.
  • Removed usage of async as a variable in code, this fixes a compatibility problem with Python 3.7 where it's a keyword.
  • Fixed a race condition in FileNamespaceManager.
  • ext.database backend will now properly close connections.
  • Do not leave bhind corrupted files if FileNamespaceManager is interrupted while writing a new file. Replacing content of a file or writing a new one is now always an atomic operation.
  • DBMNamespaceManager and FileSynchronizer will now deal with directories disappearing while they try to write to them.
  • The Redis and MongoDB backends are not exposed in documentation.

Release 1.9.0 (2017-06-19)

  • Beaker now provides builtin ext:mongodb and ext:redis namespace managers.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [beaker](https://github.com/bbangert/beaker) from 1.6.3 to 1.12.0.
- [Release notes](https://github.com/bbangert/beaker/releases)
- [Changelog](https://github.com/bbangert/beaker/blob/master/CHANGELOG)
- [Commits](https://github.com/bbangert/beaker/commits/1.12.0)

---
updated-dependencies:
- dependency-name: beaker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants