-
Notifications
You must be signed in to change notification settings - Fork 102
Comparing changes
Open a pull request
base repository: redis/hiredis-py
base: v2.3.2
head repository: redis/hiredis-py
compare: v3.2.0
- 18 commits
- 17 files changed
- 8 contributors
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba18089 - Browse repository at this point
Copy the full SHA ba18089View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e3394 - Browse repository at this point
Copy the full SHA 64e3394View commit details
Commits on Jul 3, 2024
-
Removing Python 3.7 trove (#181)
Removing support for Python 3.7. Take the opportunity to better support Python 3.12 by adding setuptools to dev_requirements.
Configuration menu - View commit details
-
Copy full SHA for cc23970 - Browse repository at this point
Copy the full SHA cc23970View commit details -
Bump black from 22.3.0 to 24.3.0 (#185)
Bumps [black](https://github.com/psf/black) from 22.3.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e70af5b - Browse repository at this point
Copy the full SHA e70af5bView commit details
Commits on Jul 11, 2024
-
pack: Replace sdsalloc.h with alloc.h (#159)
Fixes #158. * src/pack.c: Replace sdsalloc.h with alloc.h. (pack_command): Replace s_malloc with hi_malloc.
Configuration menu - View commit details
-
Copy full SHA for f4dd081 - Browse repository at this point
Copy the full SHA f4dd081View commit details
Commits on Jul 12, 2024
-
Fix building the wheel for windows (#190)
The CI job that builds the wheel for Windows fails. Try to fix it. Also upgrade versions for GH actions, and use ubuntu-latest instead of a specific version.
Configuration menu - View commit details
-
Copy full SHA for 4c970a3 - Browse repository at this point
Copy the full SHA 4c970a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01fa2fd - Browse repository at this point
Copy the full SHA 01fa2fdView commit details
Commits on Jul 15, 2024
-
Fix a typo in the README file (#192)
Fix a typo in the README file
Configuration menu - View commit details
-
Copy full SHA for 7792dd2 - Browse repository at this point
Copy the full SHA 7792dd2View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a94bb44 - Browse repository at this point
Copy the full SHA a94bb44View commit details -
Return Redis sets as Python lists (#189)
In some (rare) cases, the sets from a Redis response contain nested types that are not hashable in Python, for example maps. To handle these cases uniformly, always return Python lists for Redis sets. The elements will still be unique, relying on the correctness of data arriving from the server. This is a breaking change, although in reality it might not have a big impact. Therefore the major version gets bumped to 3.
Configuration menu - View commit details
-
Copy full SHA for c1eefbd - Browse repository at this point
Copy the full SHA c1eefbdView commit details
Commits on Nov 18, 2024
-
Update Python 3.13 compatibility (#199)
Fixes #186 Updates CI to build cp313 wheels. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/redis/hiredis-py/issues/186?shareId=XXXX-XXXX-XXXX-XXXX).
Configuration menu - View commit details
-
Copy full SHA for 4113c71 - Browse repository at this point
Copy the full SHA 4113c71View commit details
Commits on Apr 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5b34a0e - Browse repository at this point
Copy the full SHA 5b34a0eView commit details
Commits on May 9, 2025
-
Fix memory leak in RESP3 map parsing (#204)
* Fix memory leak in RESP3 map parsing Fix #175 * Add memray deps installation * Install deps only on ubuntu * Disable memray installation on Windows * Another attempt * Fix memray on old macOS versions * Disable memray for PyPy * Exclude FreeBSD * Revert * Another attempt for freebsd fix * Another attempt for freebsd fix
Configuration menu - View commit details
-
Copy full SHA for 7e77f22 - Browse repository at this point
Copy the full SHA 7e77f22View commit details -
Bump version to 3.2.0-dev (#207)
* Bump version to 3.1.1 * Oops, it should be 3.2.0-dev instead
Configuration menu - View commit details
-
Copy full SHA for ac31d58 - Browse repository at this point
Copy the full SHA ac31d58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8608965 - Browse repository at this point
Copy the full SHA 8608965View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58fe960 - Browse repository at this point
Copy the full SHA 58fe960View commit details
Commits on May 22, 2025
-
Introduce new type for RESP3 PUSH notifications (#208)
* Introduce new type for RESP3 PUSH notifications Allow clients to distinguish between RESP3 arrays and PUSH types by introducing PushNotification type which subclasses list. Fix #128 * Use simpler solution to preallocate PushNotification list * Another attempt to make PushNotificationType compatible with PyPy
Configuration menu - View commit details
-
Copy full SHA for d554827 - Browse repository at this point
Copy the full SHA d554827View commit details -
Configuration menu - View commit details
-
Copy full SHA for f715de2 - Browse repository at this point
Copy the full SHA f715de2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.3.2...v3.2.0