aleksul / repid

Repid framework: simple to use, fast to run and extensible to adopt job scheduler
http://repid.aleksul.space/
MIT License
65 stars 3 forks source link

⬆️ Update Benchmark dependencies #110

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
celery (source, changelog) ==5.2.7 -> ==5.3.1 age adoption passing confidence
redis (changelog) ==4.5.4 -> ==4.6.0 age adoption passing confidence
repid ==1.0.0 -> ==1.4.0 age adoption passing confidence

Release Notes

celery/celery (celery) ### [`v5.3.1`](https://togithub.com/celery/celery/blob/HEAD/Changelog.rst#​531) [Compare Source](https://togithub.com/celery/celery/compare/v5.3.0...v5.3.1) \===== :release-date: 2023-06-18 8:15 P.M GMT+6 :release-by: Asif Saif Uddin - Upgrade to latest pycurl release ([#​7069](https://togithub.com/celery/celery/issues/7069)). - Limit librabbitmq>=2.0.0; python_version < '3.11' ([#​8302](https://togithub.com/celery/celery/issues/8302)). - Added initial support for python 3.11 ([#​8304](https://togithub.com/celery/celery/issues/8304)). - ChainMap observers fix ([#​8305](https://togithub.com/celery/celery/issues/8305)). - Revert optimization CLI flag behaviour back to original. - Restrict redis 4.5.5 as it has severe bugs ([#​8317](https://togithub.com/celery/celery/issues/8317)). - Tested pypy 3.10 version in CI ([#​8320](https://togithub.com/celery/celery/issues/8320)). - Bump new version of kombu to 5.3.1 ([#​8323](https://togithub.com/celery/celery/issues/8323)). - Fixed a small float value of retry_backoff ([#​8295](https://togithub.com/celery/celery/issues/8295)). - Limit pyro4 up to python 3.10 only as it is ([#​8324](https://togithub.com/celery/celery/issues/8324)). .. \_version-5.3.0: ### [`v5.3.0`](https://togithub.com/celery/celery/blob/HEAD/Changelog.rst#​530) [Compare Source](https://togithub.com/celery/celery/compare/v5.2.7...v5.3.0) \===== :release-date: 2023-06-06 12:00 P.M GMT+6 :release-by: Asif Saif Uddin - Test kombu 5.3.0 & minor doc update ([#​8294](https://togithub.com/celery/celery/issues/8294)). - Update librabbitmq.txt > 2.0.0 ([#​8292](https://togithub.com/celery/celery/issues/8292)). - Upgrade syntax to py3.8 ([#​8281](https://togithub.com/celery/celery/issues/8281)). .. \_version-5.3.0rc2:
redis/redis-py (redis) ### [`v4.6.0`](https://togithub.com/redis/redis-py/releases/tag/v4.6.0): 4.6.0 [Compare Source](https://togithub.com/redis/redis-py/compare/v4.5.5...v4.6.0) ### Changes #### 🧪 Experimental Features - Support `JSON.MERGE` command ([#​2761](https://togithub.com/redis/redis-py/issues/2761)) - Support `JSON.MSET` command ([#​2766](https://togithub.com/redis/redis-py/issues/2766)) #### 🚀 New Features - Extract abstract async connection class ([#​2734](https://togithub.com/redis/redis-py/issues/2734)) - Add support for `WAITAOF` ([#​2760](https://togithub.com/redis/redis-py/issues/2760)) - Introduce OutOfMemoryError exception for Redis write command rejections due to OOM errors ([#​2778](https://togithub.com/redis/redis-py/issues/2778)) - Add `WITHSCORE` argument to `ZRANK` ([#​2758](https://togithub.com/redis/redis-py/issues/2758)) #### 🐛 Bug Fixes - Fix dead weakref in sentinel connection causing ReferenceError ([#​2767](https://togithub.com/redis/redis-py/issues/2767)) ([#​2771](https://togithub.com/redis/redis-py/issues/2771)) - Fix Key Error in parse_xinfo_stream ([#​2788](https://togithub.com/redis/redis-py/issues/2788)) - Remove unnecessary \__del\_\_ handlers ([#​2755](https://togithub.com/redis/redis-py/issues/2755)) - Added support for missing argument to SentinelManagedConnection.read_response() ([#​2756](https://togithub.com/redis/redis-py/issues/2756)) #### 🧰 Maintenance - Fix type hint for retry_on_error in async cluster ([#​2804](https://togithub.com/redis/redis-py/issues/2804)) - Clean up documents and fix some redirects ([#​2801](https://togithub.com/redis/redis-py/issues/2801)) - Add unit tests for the `connect` method of all Redis connection classes ([#​2631](https://togithub.com/redis/redis-py/issues/2631)) - Docstring formatting fix ([#​2796](https://togithub.com/redis/redis-py/issues/2796)) #### Contributors We'd like to thank all the contributors who worked on this release! [@​Smit-Parmar](https://togithub.com/Smit-Parmar), [@​TheKevJames](https://togithub.com/TheKevJames), [@​aciddust](https://togithub.com/aciddust), [@​bmacphee](https://togithub.com/bmacphee), [@​bodevone](https://togithub.com/bodevone), [@​dvora-h](https://togithub.com/dvora-h), [@​kristjanvalur](https://togithub.com/kristjanvalur), [@​shacharPash](https://togithub.com/shacharPash), [@​shahar-lev](https://togithub.com/shahar-lev), [@​vmihailenco](https://togithub.com/vmihailenco) and [@​woutdenolf](https://togithub.com/woutdenolf) ### [`v4.5.5`](https://togithub.com/redis/redis-py/releases/tag/v4.5.5): 4.5.5 [Compare Source](https://togithub.com/redis/redis-py/compare/v4.5.4...v4.5.5) ### Changes #### 🚀 New Features - Add support for `CLIENT NO-TOUCH` ([#​2745](https://togithub.com/redis/redis-py/issues/2745)) - Add support for `CLUSTER MYSHARDID` ([#​2704](https://togithub.com/redis/redis-py/issues/2704)) - Add "address_remap" feature to RedisCluster ([#​2726](https://togithub.com/redis/redis-py/issues/2726)) - Add `WITHSCORES` argument to `ZREVRANK` command ([#​2725](https://togithub.com/redis/redis-py/issues/2725)) - Improve error output for master discovery ([#​2720](https://togithub.com/redis/redis-py/issues/2720)) #### 🐛 Bug Fixes - Fix `XADD`: allow non negative maxlen ([#​2739](https://togithub.com/redis/redis-py/issues/2739)) - Fix create single connection client from url ([#​2752](https://togithub.com/redis/redis-py/issues/2752)) - Optionally disable disconnects in read_response ([#​2695](https://togithub.com/redis/redis-py/issues/2695)) - Fix `SLOWLOG GET` return value ([#​2732](https://togithub.com/redis/redis-py/issues/2732)) - Fix potential race condition during disconnection ([#​2719](https://togithub.com/redis/redis-py/issues/2719)) - Return response in case of KeyError ([#​2628](https://togithub.com/redis/redis-py/issues/2628)) - Fix incorrect usage of once flag in async Sentinel ([#​2718](https://togithub.com/redis/redis-py/issues/2718)) - Fix memory leak caused by hiredis in asyncio case ([#​2694](https://togithub.com/redis/redis-py/issues/2694)) - Really do not use asyncio's timeout lib before 3.11.2 ([#​2699](https://togithub.com/redis/redis-py/issues/2699)) #### 🧰 Maintenance - Clean PytestUnraisableExceptionWarning from asycio client ([#​2731](https://togithub.com/redis/redis-py/issues/2731)) - Add RedisCluster.remap_host_port, Update tests for CWE 404 ([#​2706](https://togithub.com/redis/redis-py/issues/2706)) - Updated AWS Elasticache IAM connection example ([#​2702](https://togithub.com/redis/redis-py/issues/2702)) - Update CONTRIBUTING guidelines ([#​2736](https://togithub.com/redis/redis-py/issues/2736)) - Fix `ClusterCommandProtocol` type ([#​2729](https://togithub.com/redis/redis-py/issues/2729)) - Fix `TOPK` list example. ([#​2724](https://togithub.com/redis/redis-py/issues/2724)) - Improving vector similarity search example ([#​2661](https://togithub.com/redis/redis-py/issues/2661)) - Update example of Redisearch creating index ([#​2703](https://togithub.com/redis/redis-py/issues/2703)) #### Contributors We'd like to thank all the contributors who worked on this release! [@​AYMENJD](https://togithub.com/AYMENJD), [@​Anthchirp](https://togithub.com/Anthchirp), [@​Avasam](https://togithub.com/Avasam), [@​NickG123](https://togithub.com/NickG123), [@​SoulPancake](https://togithub.com/SoulPancake), [@​aciddust](https://togithub.com/aciddust), [@​chayim](https://togithub.com/chayim), [@​cristianmatache](https://togithub.com/cristianmatache), [@​dvora-h](https://togithub.com/dvora-h), [@​felipou](https://togithub.com/felipou), [@​kristjanvalur](https://togithub.com/kristjanvalur), [@​mirekdlugosz](https://togithub.com/mirekdlugosz), [@​mzdehbashi-github](https://togithub.com/mzdehbashi-github), [@​oranav](https://togithub.com/oranav), [@​scoopex](https://togithub.com/scoopex), [@​shacharPash](https://togithub.com/shacharPash) and [@​tylerhutcherson](https://togithub.com/tylerhutcherson)
aleksul/repid (repid) ### [`v1.4.0`](https://togithub.com/aleksul/repid/releases/tag/v1.4.0) [Compare Source](https://togithub.com/aleksul/repid/compare/v1.3.0...v1.4.0) #### What's Changed - ✨ Add health check server by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/102](https://togithub.com/aleksul/repid/pull/102) - 👷 Add Python 3.12 beta to CI by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/114](https://togithub.com/aleksul/repid/pull/114) - 📝 Fix playground by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/115](https://togithub.com/aleksul/repid/pull/115) **Full Changelog**: https://github.com/aleksul/repid/compare/v1.3.0...v1.4.0 ### [`v1.3.0`](https://togithub.com/aleksul/repid/releases/tag/v1.3.0) [Compare Source](https://togithub.com/aleksul/repid/compare/v1.2.0...v1.3.0) #### What's Changed - ✨ Pydantic by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/113](https://togithub.com/aleksul/repid/pull/113) - 💥 actor_run middleware breaking change - 🐛 Errors in converters will be considered error of an actor - ♻️ Refactor utils into a separate module - 🦺 Add ability to validate version of a library in utils.is_installed **Full Changelog**: https://github.com/aleksul/repid/compare/v1.2.0...v1.3.0 ### [`v1.2.0`](https://togithub.com/aleksul/repid/releases/tag/v1.2.0) [Compare Source](https://togithub.com/aleksul/repid/compare/v1.1.1...v1.2.0) #### What's Changed - ✏️ Fix wrong type in middleware docs by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/94](https://togithub.com/aleksul/repid/pull/94) - ⬆️ Upgrade dependencies and minor formatting by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/95](https://togithub.com/aleksul/repid/pull/95) - 🔒️ Use PyPI trusted publisher by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/99](https://togithub.com/aleksul/repid/pull/99) - 📝 Add warnings about emscripten platform by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/101](https://togithub.com/aleksul/repid/pull/101) - ♻️ Construction of args bucket ids and update_config by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/100](https://togithub.com/aleksul/repid/pull/100) - 🚚 In-memory instead of Dummy brokers by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/104](https://togithub.com/aleksul/repid/pull/104) - 🔧 Config updates by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/109](https://togithub.com/aleksul/repid/pull/109) - Configure Renovate by [@​renovate](https://togithub.com/renovate) in [https://github.com/aleksul/repid/pull/103](https://togithub.com/aleksul/repid/pull/103) - ⬆ \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/aleksul/repid/pull/97](https://togithub.com/aleksul/repid/pull/97) - 🧑‍💻 Add testing plugin by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/111](https://togithub.com/aleksul/repid/pull/111) **Full Changelog**: https://github.com/aleksul/repid/compare/v1.1.1...v1.2.0 ### [`v1.1.1`](https://togithub.com/aleksul/repid/releases/tag/v1.1.1) [Compare Source](https://togithub.com/aleksul/repid/compare/v1.1.0...v1.1.1) #### What's Changed - Add playground by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/93](https://togithub.com/aleksul/repid/pull/93) **Full Changelog**: https://github.com/aleksul/repid/compare/v1.1.0...v1.1.1 ### [`v1.1.0`](https://togithub.com/aleksul/repid/releases/tag/v1.1.0) [Compare Source](https://togithub.com/aleksul/repid/compare/v1.0.1...v1.1.0) #### What's Changed - 🔥 Remove orjson by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/92](https://togithub.com/aleksul/repid/pull/92) **Full Changelog**: https://github.com/aleksul/repid/compare/v1.0.1...v1.1.0 ### [`v1.0.1`](https://togithub.com/aleksul/repid/releases/tag/v1.0.1) [Compare Source](https://togithub.com/aleksul/repid/compare/v1.0.0...v1.0.1) #### What's Changed - 🚤 Benchmarks docs & added arq benchmark - ⬆️ Upgrade benchmarks dependencies - 🔧 Add Trove classifiers - 💚 Fix CI docs not setting version correctly - ⬆ PDM auto-updates **Full Changelog**: https://github.com/aleksul/repid/compare/v1.0.0...v1.0.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #110 (5538a6b) into main (dd1e494) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 5538a6b differs from pull request most recent head 31916f1. Consider uploading reports for the commit 31916f1 to get more accurate results

@@            Coverage Diff            @@
##              main      #110   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           53        53           
  Lines         1984      1979    -5     
=========================================
- Hits          1984      1979    -5     

see 3 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

cloudflare-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 31916f1
Status:⚡️  Build in progress...

View logs