summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Annotate `abstract.py` (#1522)Marcelo Trylesinski2022-05-154-82/+113
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-05-141-1/+1
* update sql dependencies (#1547)Asif Saif Uddin2022-04-281-2/+2
* Added HLEN to the list of prefixed redis commands (#1540)vinay karanam2022-04-281-0/+1
* redis>=4.2.2 (#1546)Asif Saif Uddin2022-04-281-1/+1
* kazoo>=2.8.0 (#1545)Asif Saif Uddin2022-04-281-1/+1
* azure-servicebus>=7.6.1 (#1543)Asif Saif Uddin2022-04-281-1/+1
* move to consul2 (#1544)Asif Saif Uddin2022-04-281-1/+1
* remove pytest-travis-fold as not usedAsif Saif Uddin2022-04-281-2/+1
* [gh-actions]Asif Saif Uddin2022-04-271-0/+7
* Upgrade Azure Storage Queues transport to version 12 (#1539)Jonas Miederer2022-04-233-27/+104
* v3 action-checkout (#1538)Asif Saif Uddin2022-04-221-3/+3
* Kafka support (#1506)CountRedClaw2022-04-219-3/+518
* Annotate `exceptions.py` and `clocks.py` (#1526)Marcelo Trylesinski2022-04-185-26/+52
* Support pymongo 4.x (#1536)Jakub Pieńkowski2022-04-188-73/+230
* pytest~=7.1.1Asif Saif Uddin2022-04-171-1/+1
* create pyup.io config filepyup-bot2022-04-171-0/+5
* add GitHub URL for PyPiAndrii Oriekhov2022-04-171-0/+3
* try new py-amqp release (#1534)Asif Saif Uddin2022-04-171-1/+1
* json.py cleaning from outdated libs (#1533)dobosevych2022-04-163-22/+8
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-15160-98/+416
* Annotate init files (#1527)Marcelo Trylesinski2022-04-148-22/+49
* chore: Update `__exit__` signaturesSondre Lillebø Gundersen2022-04-1218-46/+168
* Annotate `utils/uuid.py` and `utils/text.py` (#1514)Marcelo Trylesinski2022-04-124-16/+22
* Added possibility to serialize and deserialize binary messages in json (#1516)dobosevych2022-04-123-2/+33
* chore: Annotate semaphore.pySondre Lillebø Gundersen2022-04-123-13/+38
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-04-121-2/+2
* Add `mypy` to the pipeline (#1512)Marcelo Trylesinski2022-04-095-6/+21
* Use new entry_points interfaceKeoni Garner2022-04-071-1/+5
* Correct documentation stating kombu uses pickle protocol version 2Jonathan Lopez2022-04-061-1/+1
* Protect set of ready tasks by lock to avoid concurrent updates. (#1489)Oliver Nemček2022-03-242-5/+29
* Add fanout to filesystem (#1499)Gao2022-03-152-1/+156
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-03-151-1/+1
* Bump version: 5.2.3 → 5.2.4v5.2.4Asif Saif Uddin2022-03-064-4/+4
* changelog entry for v5.2.4 releaseAsif Saif Uddin2022-03-061-0/+22
* Fix SQS extract_task_name message referenceMateusz Marczak2022-03-041-2/+2
* Add an option to not base64-encode SQS messages.Shane Hathaway2022-03-042-18/+22
* try pytest 7 (#1497)Asif Saif Uddin2022-03-011-1/+1
* Added global_keyprefix support for pubsub clients (#1495)vinay karanam2022-02-282-2/+80
* All supported versions of Python define __package__.Mads Jensen2022-02-021-7/+1
* Warn about missing hostname only when default one is available (#1488)Michael Manganiello2022-02-022-1/+14
* Remove use of OrderedDict in various places (#1483)Mads Jensen2022-01-304-8/+7
* Some small updates (#1486)Mads Jensen2022-01-305-10/+7
* Set redelivered property for Celery with Redis (#1484)Denis Kubashevskiy2022-01-282-0/+64
* The times of retrying is not correctmasterLemon Shi2022-01-221-1/+1
* Fix issue #789: Async http code not allowing for proxy config (#790)John Koehl2022-01-142-4/+23
* Revert "try pining setuptools (#1466)" (#1481)Paul Brown2022-01-132-4/+4
* prevent KeyError: 'purelib' by removing INSTALLED_SCHEME hack from setup.pyPaul Brown2022-01-121-4/+0
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-01-041-1/+1
* allow getting recoverable_connection_errors without an active transport (#1471)Paul Brown2021-12-307-37/+135