Skip to content

v1.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 19:17
· 270 commits to main since this release

What's new

Added πŸŽ‰

  • Added session argument to Beaker client constructors (.from_env() and __init__()).
    You can use this argument to force the client to use a single HTTP Session for all requests to the server
    for the life of the client. Using this approach it's not necessary to use the Beaker.session() context manager,
    but you should only use this if the client is short-lived.

Commits

ecf3843 Add session parameter (#124)
4f2b0d7 Bump actions/setup-python from 3 to 4 (#121)
872cbba update some dev requirements (#123)
fd90b91 Bump furo from 2022.4.7 to 2022.6.4.1 (#120)