Skip to content

Releases: xXenvy/zcached.py

v1.2.1

23 Apr 23:35
5d32f26

Choose a tag to compare

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 lastsave command by @xXenvy in #26
  • feat(errors): add SaveFailure enum by @xXenvy in #27
  • feat(client): add maximum time to wait for response by @xXenvy in #28
  • feat(client): add exists helper 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

15 Apr 22:54

Choose a tag to compare

What's Changed

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

22 Mar 21:04
57401ee

Choose a tag to compare

What's Changed

  • feat: Add support for Keys command by @xXenvy in #12

Full Changelog: 1.0.0...1.0.1

v1.0.0

19 Mar 20:32

Choose a tag to compare

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_alive method 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 mget and mset commands 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