Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fixing the package to include commands (#1649)v4.0.0b3 | Chayim | 2021-10-26 | 1 | -2/+41 |
| | | | | | * Fixing the package to include commands. Fixes #1645 | ||||
* | Use setuptools setup.cfg declarative configuration (#1316) | Jon Dufresne | 2020-04-09 | 1 | -44/+1 |
| | | | | | | | | | For details on this feature, see: https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files Setuptools allows using setup.cfg as a configuration file to define the package metadata and options. This approach reduces boilerplate code in favor of a declarative configuration. Down the road, this approach also allows for automation through scripts and tools. | ||||
* | Drop support for end-of-life Python 3.4 | Jon Dufresne | 2019-12-07 | 1 | -2/+1 |
| | | | | | | | | | | Python 3.4 has been EOL since 2019-03-18. Removing from the test matrix helps reduce testing resources. For additional details on unsupported Python versions, see: https://devguide.python.org/devcycle/#end-of-life-branches | ||||
* | Unify tox and Travis test matrix (#1243) | Jon Dufresne | 2019-11-12 | 1 | -20/+0 |
| | | | | | | | | | | | | | | | tox can now always be used as the test entry point and allows for contributors to easily test the full test matrix locally. Starting with setuptools v41.5.0 (27 Oct 2019) the `setup.py test` command is formally deprecated. It now emits a warning on use. Prior to this version, it use was discouraged by the setuptools developers. Now, always use tox as the one testing entry point. It handles multiple version of Python and Redis. The Travis CI configuration was reworked to use tox to install dependencies and run tests in the same manner that contributors would do locally. | ||||
* | Support Python 3.8 (#1241) | Rajiv Bakulesh Shah | 2019-11-11 | 1 | -0/+1 |
| |