-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency redis to v5 #65
base: master
Are you sure you want to change the base?
Conversation
e7e91b4
to
7a2b8c1
Compare
7a2b8c1
to
07a7d50
Compare
|
07a7d50
to
95ccded
Compare
95ccded
to
0d8420a
Compare
0d8420a
to
b44cc76
Compare
b44cc76
to
9fb32f7
Compare
9fb32f7
to
2e11738
Compare
|
8b1b6a6
to
af03530
Compare
af03530
to
eb1b5a9
Compare
eb1b5a9
to
b18ff66
Compare
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
This PR contains the following updates:
==4.4.4
->==5.2.1
Release Notes
redis/redis-py (redis)
v5.2.1
: 5.2.1Compare Source
Changes
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@IlianIliev @uglide @vladvildanov @teodorfn @akx
v5.2.0
: 5.2.0Compare Source
Changes
🚀 New Features
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@uglide @rbs333 @vladvildanov @dwdougherty
v5.1.1
: 5.1.1Compare Source
Changes
5.1.1
🐛 Bug Fixes
5.1.0
🚀 New Features
How to start with Client-side caching?
Check documentation to get more examples
🔥 Breaking Changes
Contributors
We'd like to thank all the contributors who worked on this release!
@vladvildanov @dmaier-redislabs @vineethvkumar @ramchandra-st @RafalBielickiIM @jules-ch
v5.1.0
: 5.1.0Compare Source
Changes
🚀 New Features
How to start with Client-side caching?
Check documentation to get more examples
🔥 Breaking Changes
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@AYMENJD, @AniketP04, @BackflipPenguin, @ING-XIAOJIAN, @MrDenkoV, @Pedram-Parsian, @TheBlusky, @TomerHekmati, @Wh1isper, @Zaczero, @ahmedabdou14, @akx, @andy-stark-redis, @catap, @chayim, @d184230, @danielzhangau, @daveisfera, @dependabot, @dependabot[bot], @dkuser, @dmaier-redislabs, @dmkulazhenko, @dudizimber, @dvora-h, @dwdougherty, @enjoy-binbin, @gerzse, @hongqn, @jakob-keller, @kristjanvalur, @kurtmckee, @matrey, @mattwang44, @max-muoto, @parmenashp, @poiuj, @r0ro, @sjpotter, @tbbream, @trkwyk, @uglide, @vladvildanov, @w-miller, @wKollendorf, @willfrey, @willianmrs, @zakaf, @zware and @zxjlm
v5.0.8
: 5.0.8Compare Source
Changes
🔥 Breaking Changes
🚀 New Features
🧰 Maintenance
🐛 Bug Fixes
v5.0.7
: 5.0.7Compare Source
Changes
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@vladvildanov @dmaier-redislabs
v5.0.6
: 5.0.6Compare Source
Changes
🐛 Bug Fixes
v5.0.5
: 5.0.5Compare Source
Changes
🐛 Bug Fixes
v5.0.4
: 5.0.4Compare Source
Changes
🐛 Bug Fixes
v5.0.3
: 5.0.3Compare Source
Changes
🐛 Bug Fixes
🧰 Maintenance
v5.0.2
: 5.0.2Compare Source
Changes
🚀 New Features
🐛 Bug Fixes
HSET
unexpectedly mutates the list passed to items (#3103)acl_genpass
with bits (#3062)FT.PROFILE
result (#3063)disable_decoding
in asyncread_response
with hiredis parser. (#3042)🧰 Maintenance
JSON.OBJLEN
type hint (#2966)HDEL
type hint (#3029)Contributors
We'd like to thank all the contributors who worked on this release!
@AYMENJD, @AniketP04, @BackflipPenguin, @ING-XIAOJIAN, @MrDenkoV, @Pedram-Parsian, @TheBlusky, @ahmedabdou14, @akx, @chayim, @d184230, @danielzhangau, @dependabot, @dependabot[bot], @dmkulazhenko, @dvora-h, @enjoy-binbin, @hongqn, @jakob-keller, @kristjanvalur, @mattwang44, @parmenashp, @poiuj, @r0ro, @sjpotter, @tbbream, @trkwyk, @w-miller, @wKollendorf, @zakaf, @zware and @zxjlm
v5.0.1
: 5.0.1Compare Source
Changes
🚀 New Features
ModuleCommands
in cluster (#2951)RPUSHX
(#2949)Redis.from_pool()
class method, for explicitly owning and closing a ConnectionPool (#2913)🐛 Bug Fixes
push_request
keyword argument toread_response
(#2922)🧰 Maintenance
clear_connect_callbacks
with_deregister_connect_callback
(#2955)Contributors
We'd like to thank all the contributors who worked on this release!
@AOrazaev, @akx, @anio, @chayim, @dvora-h, @elfkuzco, @hauntsaninja, @kristjanvalur, @meiravgri, @uglide and @yangbodong22011
v5.0.0
: 5.0.0Compare Source
What's new?
Triggers and Functions support
Triggers and Functions allow you to execute server-side functions triggered when key values are modified or created in Redis, a stream entry arrival, or explicitly calling them. Simply put, you can replace Lua scripts with easy-to-develop JavaScript or TypeScript code. Move your business logic closer to the data to ensure a lower latency, and forget about updating dependent key values manually in your code.
Try it for yourself with Quick start
Full Redis 7.2 and RESP3 support
Python 3.7 End-of-Life
Python 3.7 has reached its end-of-life (EOL) as of June 2023. This means that starting from this date, Python 3.7 will no longer receive any updates, including security patches, bug fixes, or improvements. If you continue to use Python 3.7 post-EOL, you may expose your projects and systems to potential security vulnerabilities. We ended its support in this version and strongly recommend migrating to Python 3.10.
🐛 Bug Fixes
🧰 Maintenance
CONTRIBUTING.md
(#2848)Contributors
We'd like to thank all the contributors who worked on this release!
@JoanFM, @Ovsyanka83, @chayim, @dependabot, @dependabot[bot], @dvora-h, @kristjanvalur, @kurtmckee, @pall-j and @shacharPash
v4.6.0
: 4.6.0Compare Source
Changes
🧪 Experimental Features
JSON.MERGE
command (#2761)JSON.MSET
command (#2766)🚀 New Features
WAITAOF
(#2760)WITHSCORE
argument toZRANK
(#2758)🐛 Bug Fixes
🧰 Maintenance
connect
method of all Redis connection classes (#2631)Contributors
We'd like to thank all the contributors who worked on this release!
@Smit-Parmar, @TheKevJames, @aciddust, @bmacphee, @bodevone, @dvora-h, @kristjanvalur, @shacharPash, @shahar-lev, @vmihailenco and @woutdenolf
v4.5.5
: 4.5.5Compare Source
Changes
🚀 New Features
CLIENT NO-TOUCH
(#2745)CLUSTER MYSHARDID
(#2704)WITHSCORES
argument toZREVRANK
command (#2725)🐛 Bug Fixes
XADD
: allow non negative maxlen (#2739)SLOWLOG GET
return value (#2732)🧰 Maintenance
ClusterCommandProtocol
type (#2729)TOPK
list example. (#2724)Contributors
We'd like to thank all the contributors who worked on this release!
@AYMENJD, @Anthchirp, @Avasam, @NickG123, @SoulPancake, @aciddust, @chayim, @cristianmatache, @dvora-h, @felipou, @kristjanvalur, @mirekdlugosz, @mzdehbashi-github, @oranav, @scoopex, @shacharPash and @tylerhutcherson
v4.5.4
: 4.5.4Compare Source
Changes
Upgrade urgency: SECURITY, contains fixes to security issues.
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@bellini666, @chayim, @dvora-h, @shacharPash and @woutdenolf
v4.5.3
: 4.5.3Compare Source
Changes
Update urgency: HIGH: There is a critical bug that may affect a subset of users. Upgrade!
🐛 Bug Fixes
v4.5.2
: 4.5.2Compare Source
Changes
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
lpop
andrpop
return typing (#2590)Contributors
We'd like to thank all the contributors who worked on this release!
@CrimsonGlory, @Galtozzy, @aksinha334, @barshaul, @chayim, @davemcphee, @dvora-h, @kristjanvalur, @ryin1, @sileht, @thebarbershop, @uglide, @woutdenolf and @zakaf
v4.5.1
: 4.5.1Compare Source
Changes
🐛 Bug Fixes
UnixDomainSocketConnection
object has no attribute_command_packer
(#2583)Contributors
We'd like to thank all the contributors who worked on this release!
@dvora-h and @prokazov
v4.5.0
: 4.5.0Compare Source
Changes
Special Note: This redis-py release introduces the ability to write to Redis, using hiredis. If you're using hiredis as an optional requirement, please upgrade to hiredis 2.2.1. In many cases, writes times decrease by > 25%.
🧪 Experimental Features
🚀 New Features
unlink
in cluster pipeline (#2562)🐛 Bug Fixes
pack_commands
returning an empty byte sequence (#2416)🧰 Maintenance
Union
type in methodStreamCommands.xclaim()
(#2553)Contributors
We'd like to thank all the contributors who worked on this release!
@SoulPancake, @Vivanov98, @ant1fact, @dvora-h, @gmbnomis, @jmcbailey, @kosuke-zhang, @kristjanvalur, @prokazov, @rbowen and @uglide
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.