Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: catap/redis-py

Tags

v5.0.9

Toggle v5.0.9's commit message
Added support for ADDSCORES modifier (redis#3329)

* Added support for ADDSCORES modifier

* Fixed codestyle issues

* More codestyle fixes

* Updated test cases and testing image to represent latest

* Codestyle issues

* Added handling for dict responses

v5.0.8

Toggle v5.0.8's commit message
Decode search results at field level (redis#3309)

Make it possible to configure at field level how search
results are decoded.

Fixes: redis#2772, redis#2275

v5.0.7

Toggle v5.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.0] Fixes CAE-333 (redis#3293)

* Fixes CAE-333 (redis#3290)

* Fixes CAE-333, which uncovered that the init method of the base
class did override the initialization of the socket_timeout parameter.

* Added missing blank lines

* Removed blank line

* Changed to quotes

---------

Co-authored-by: vladvildanov <[email protected]>

* Updated version in setup.py

---------

Co-authored-by: David Maier <[email protected]>

v5.1.0b7

Toggle v5.1.0b7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 5.1.0b7 (redis#3288)

v5.0.6

Toggle v5.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle lists in the response of INFO (redis#3277)

Parse lists in the response of INFO, and even lines where list items are
mixed with key=value items, in which case the overall structure will be
a dict, and the items without value get `True` as their value.

Do maintenance stuff around the latest Redis Stack release. The
Graph module is no longer part of Redis Stack. Skip the tests, to
not break the CI. Backport a couple of fixes done on the master
branch.

Avoid workflows canceling each other out.

v5.1.0b6

Toggle v5.1.0b6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 5.1.0b6 (redis#3269)

Bump version to 5.1.0b6

Co-authored-by: Gabriel Erzse <[email protected]>

v5.0.5

Toggle v5.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 5.0.5 (redis#3267)

Co-authored-by: Gabriel Erzse <[email protected]>

v5.1.0b5

Toggle v5.1.0b5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 5.1.0b5 (redis#3224)

Co-authored-by: Gabriel Erzse <[email protected]>

v5.0.4

Toggle v5.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make it possible to customize SSL ciphers (redis#3212)

Given that Python 3.10 changed the default list of TLS ciphers, it is a
good idea to allow customization of the list of ciphers when using
Redis with TLS. In some situations the client is unusable right now
with older servers and Python >= 3.10.

Also whitelist a dev dependency vulnerability, and bump version to 5.0.4.

---------

Co-authored-by: Gabriel Erzse <[email protected]>

v5.0.3

Toggle v5.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 5.0.3 (redis#3179)