Releases: xXenvy/zcached.py
Releases · xXenvy/zcached.py
v1.2.1
What's Changed
- ci(pre-commit): autoupdate by @pre-commit-ci in #24
- fix: ignore ConnectionAbortedError in receive by @xXenvy in #20
- feat(client): add support for
lastsavecommand by @xXenvy in #26 - feat(errors): add
SaveFailureenum by @xXenvy in #27 - feat(client): add maximum time to wait for response by @xXenvy in #28
- feat(client): add
existshelper by @xXenvy in #29 - chore(master): release 1.2.1 by @xXenvy in #30
Full Changelog: 1.1.1...1.2.1
v1.1.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #13
- feat: Add a special
__bool__method to Result by @xXenvy in #16 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #15
- docs: Improve annotations in docstrings by @xXenvy in #17
- ci(pre-commit): autoupdate by @pre-commit-ci in #18
- feat: Add
errorsenum by @xXenvy in #14 - feat: Add a separate method to run client by @xXenvy in #19
There was also one bug fixed with handling a broken connection, but I forgot to make a separate pull request, so it's not here.
Full Changelog: 1.0.1...1.1.1
v1.0.1
v1.0.0
What's Changed
- feat: Return Result with error message instead of raising exception by @xXenvy in #2
- refactor: Remove connection interface by @xXenvy in #3
- refactor: Create Connection from parameters in zcached class by @xXenvy in #4
- ci(pre-commit): autoupdate by @pre-commit-ci in #5
- feat(client): Add
is_alivemethod to check the connection. by @xXenvy in #6 - ci(pre-commit): autoupdate by @pre-commit-ci in #8
- feat: Add deserializer. by @xXenvy in #7
- feat(client): add
mgetandmsetcommands by @xXenvy in #9 - refactor(serializer): Allow a single serializer to serialize multiple values by @xXenvy in #10
- feat: Reconnect when client lose connection by @xXenvy in #11
Full Changelog: https://github.com/xXenvy/zcached.py/commits/1.0.0