Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 4.5.5 (#2753)v4.5.5 | dvora-h | 2023-05-08 | 1 | -1/+1 |
| | |||||
* | Really do not use asyncio's timeout lib before 3.11.2 (#2699) | Mirek Długosz | 2023-04-13 | 1 | -1/+1 |
| | | | | | | | 480253037afe4c12e38a0f98cadd3019a3724254 made async-timeout required only on Python 3.11.2 and earlier. However, according to PEP-508, python_version marker is compared to first two numbers of Python version tuple - so it will evaluate to True also on 3.11.3, and install a package as a dependency. | ||||
* | Version 4.5.4 (#2674)v4.5.4 | dvora-h | 2023-03-29 | 1 | -1/+1 |
| | |||||
* | fix: do not use asyncio's timeout lib before 3.11.2 (#2659) | Thiago Bellini Ribeiro | 2023-03-28 | 1 | -1/+1 |
| | | | | | | | | | | | | There's an issue in asyncio's timeout lib before 3.11.3 that causes async calls to raise `CancelledError`. This is a cpython issue that was fixed in this commit [1] and cherry-picked to previous versions, meaning 3.11.3 will work correctly. Check [2] for more info. [1] https://github.com/python/cpython/commit/04adf2df395ded81922c71360a5d66b597471e49 [2] https://github.com/redis/redis-py/issues/2633 | ||||
* | AsyncIO Race Condition Fix (#2641)v4.5.3 | Chayim | 2023-03-22 | 1 | -1/+1 |
| | |||||
* | Version 4.5.2 (#2627)v4.5.24.5 | dvora-h | 2023-03-20 | 1 | -1/+1 |
| | |||||
* | fix: replace async_timeout by asyncio.timeout (#2602) | Mehdi ABAAKOUK | 2023-03-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | async_timeout does not support python 3.11 https://github.com/aio-libs/async-timeout/pull/295 And have two years old annoying bugs: https://github.com/aio-libs/async-timeout/issues/229 https://github.com/redis/redis-py/issues/2551 Since asyncio.timeout has been shipped in python 3.11, we should start using it. Partially fixes 2551 | ||||
* | Version 4.5.1 (#2586)v4.5.1 | dvora-h | 2023-02-08 | 1 | -1/+1 |
| | |||||
* | Version 4.5.0 (#2580)v4.5.0 | dvora-h | 2023-02-07 | 1 | -1/+1 |
| | |||||
* | version 4.4.2 (#2550)v4.4.2 | dvora-h | 2023-01-11 | 1 | -1/+1 |
| | |||||
* | Version 4.4.1 (#2544)v4.4.1 | dvora-h | 2023-01-08 | 1 | -1/+1 |
| | |||||
* | Version 4.4.0 (#2485)v4.4.0 | Chayim | 2022-12-04 | 1 | -1/+1 |
| | |||||
* | Version 4.4.0rc4 (#2451)v4.4.0rc4 | dvora-h | 2022-11-10 | 1 | -1/+1 |
| | |||||
* | 4.4.0-rc3 (#2447)v4.4.0rc3 | Chayim | 2022-11-08 | 1 | -1/+1 |
| | | | Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com> | ||||
* | Remove `deprecated` dependency (#2386) | Aarni Koskela | 2022-10-30 | 1 | -1/+0 |
| | | | No need for an external library just for 5 annotations. | ||||
* | 4.4.0rc2 (#2403) | dvora-h | 2022-09-29 | 1 | -1/+1 |
| | |||||
* | Support Hiredis >= 1.x only (remove `packaging` dependency) (#2385) | Aarni Koskela | 2022-09-28 | 1 | -1/+0 |
| | | | | | | | * Only set HIREDIS_AVAILABLE if Hiredis is not 0.x * Remove compatibility code for old Hiredis versions * Move packaging dependency to dev only | ||||
* | 4.4.0rc1 (#2321) | dvora-h | 2022-08-04 | 1 | -1/+1 |
| | |||||
* | Drop python 3.6 support (#2306) | dvora-h | 2022-07-27 | 1 | -2/+1 |
| | |||||
* | v4.3.4 (#2255)v4.3.4 | dvora-h | 2022-06-27 | 1 | -1/+1 |
| | |||||
* | Fix Lock crash, and versioning 4.3.3 (#2210)v4.3.3 | dvora-h | 2022-06-02 | 1 | -1/+1 |
| | | | | | * fix lock * v4.3.3 | ||||
* | 4.3.2 (#2207)v4.3.2 | dvora-h | 2022-06-01 | 1 | -1/+1 |
| | |||||
* | fix import (#2175)v4.3.1 | dvora-h | 2022-05-09 | 1 | -1/+1 |
| | |||||
* | v4.3.0 (#2172)v4.3.0 | dvora-h | 2022-05-08 | 1 | -1/+1 |
| | |||||
* | Adding (experimental) python 3.11 CI (#1991) | Chayim | 2022-04-13 | 1 | -0/+1 |
| | |||||
* | v4.2.2 (#2084)v4.2.2 | dvora-h | 2022-04-04 | 1 | -1/+1 |
| | |||||
* | v4.2.1 (#2074)v4.2.1 | dvora-h | 2022-03-31 | 1 | -1/+1 |
| | |||||
* | Make typing_extensions conditional to Python < 3.8 (#2062) | Michał Górny | 2022-03-31 | 1 | -1/+1 |
| | | | | | All the typing features used by redis-py are available in Python 3.8+, so typing_extensions is not used at all in newer versions of Python. Adjust the dependencies accordingly. | ||||
* | v4.2.0 (#2059)v4.2.0 | dvora-h | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | v4.2.0rc3 (#2051)v4.2.0rc3 | dvora-h | 2022-03-14 | 1 | -1/+1 |
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> | ||||
* | v4.2.0rc2 (#2037)v4.2.0rc2 | dvora-h | 2022-03-08 | 1 | -1/+1 |
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> | ||||
* | v4.2.0-rc1 (#2005)v4.2.0rc1 | dvora-h | 2022-02-22 | 1 | -1/+1 |
| | | | | | * v4.2.0-rc1 * 4.2.0rc1 | ||||
* | Add Async Support (#1899) | Andrew Chen Wang | 2022-02-22 | 1 | -0/+3 |
| | | | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: dvora-h <dvora.heller@redis.com> | ||||
* | 4.1.2 (#1904) | dvora-h | 2022-01-27 | 1 | -1/+1 |
| | |||||
* | 4.1.1 (#1883)v4.1.1 | dvora-h | 2022-01-17 | 1 | -1/+1 |
| | |||||
* | OCSP Stapling Support (#1873) | Chayim | 2022-01-17 | 1 | -1/+1 |
| | |||||
* | Allowing poetry and redis-py to install together (#1854) | Søren Bjerregaard Vrist | 2022-01-10 | 1 | -1/+1 |
| | | | This moves packaging to >=20.4 rather than the latest. | ||||
* | `setup.py`: Add project_urls for PyPI (#1867) | Tony Narlock | 2022-01-10 | 1 | -0/+6 |
| | |||||
* | 4.1.0 (#1828)v4.1.0 | Chayim | 2021-12-26 | 1 | -1/+1 |
| | |||||
* | OCSP stapling support (#1820) | Chayim | 2021-12-26 | 1 | -0/+1 |
| | |||||
* | Single sourcing the package version (#1791) | Chayim | 2021-12-15 | 1 | -6/+2 |
| | |||||
* | Add packaging to setup_requires, and use >= to play nice to setup.py (fixes ↵ | Sebastian Pipping | 2021-12-09 | 1 | -2/+5 |
| | | | | #1625) (#1780) | ||||
* | Integrate RedisBloom support (#1683) | Avital Fine | 2021-12-01 | 1 | -0/+1 |
| | | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com> | ||||
* | Adding RedisGraph support (#1673) | Avital Fine | 2021-11-30 | 1 | -0/+1 |
| | | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com> | ||||
* | Added black and isort (#1734) | Anas | 2021-11-30 | 1 | -3/+4 |
| | |||||
* | Fixing deprecating distutils (PEP 632) (#1730) | Chayim | 2021-11-25 | 1 | -1/+2 |
| | |||||
* | Improved JSON accuracy (#1666) | Chayim | 2021-11-02 | 1 | -0/+3 |
| | |||||
* | redis timeseries support (#1652) | Chayim | 2021-10-28 | 1 | -0/+1 |
| | |||||
* | Add python_requires setuptools check for python > 3.6 (#1656) | Nicusor Picatureanu | 2021-10-27 | 1 | -0/+1 |
| | |||||
* | Adding description format for package (#1651) | Chayim | 2021-10-26 | 1 | -0/+1 |
| |