summaryrefslogtreecommitdiff
path: root/kombu
Commit message (Expand)AuthorAgeFilesLines
...
* chore: Annotate semaphore.pySondre Lillebø Gundersen2022-04-121-12/+35
* Add `mypy` to the pipeline (#1512)Marcelo Trylesinski2022-04-091-4/+2
* Use new entry_points interfaceKeoni Garner2022-04-071-1/+5
* Protect set of ready tasks by lock to avoid concurrent updates. (#1489)Oliver Nemček2022-03-241-5/+12
* Add fanout to filesystem (#1499)Gao2022-03-151-1/+62
* Bump version: 5.2.3 → 5.2.4v5.2.4Asif Saif Uddin2022-03-061-1/+1
* Fix SQS extract_task_name message referenceMateusz Marczak2022-03-041-2/+2
* Add an option to not base64-encode SQS messages.Shane Hathaway2022-03-041-14/+18
* Added global_keyprefix support for pubsub clients (#1495)vinay karanam2022-02-281-2/+60
* 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-021-1/+1
* Remove use of OrderedDict in various places (#1483)Mads Jensen2022-01-303-6/+6
* Some small updates (#1486)Mads Jensen2022-01-303-8/+5
* Set redelivered property for Celery with Redis (#1484)Denis Kubashevskiy2022-01-281-0/+1
* 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-141-3/+0
* allow getting recoverable_connection_errors without an active transport (#1471)Paul Brown2021-12-304-26/+25
* Bump version: 5.2.2 → 5.2.3v5.2.3Asif Saif Uddin2021-12-291-1/+1
* prevent redis event loop stopping on 'consumer: Cannot connect' (#1477)Paul Brown2021-12-251-5/+7
* respect connection timeout (#1458)Mehdi Pourfar2021-12-241-1/+1
* prevent event loop polling on closed redis transports (and causing leak)Paul Brown2021-12-241-0/+6
* reduce memory usage of Transport (#1470)Paul Brown2021-12-231-12/+23
* Ensure that restore is atomic in redis transport (#1444)Matus Valo2021-12-101-23/+29
* SQS transport: detect FIFO queue properly by checking queue URL (#1450)n0061q2021-12-031-2/+30
* Bump version: 5.2.1 → 5.2.2v5.2.2Asif Saif Uddin2021-11-161-1/+1
* Bump version: 5.2.0 → 5.2.1v5.2.1Asif Saif Uddin2021-11-081-1/+1
* Quick fix: current version is 5.2.0, not 5.2.01v5.2.0Naomi Elstein2021-11-021-1/+1
* Bump version: 5.2.0rc1 → 5.2.0Naomi Elstein2021-11-021-1/+1
* Return empty list instead of InconsistencyError when exchange table is emptyMatus Valo2021-10-251-5/+3
* fix flake8 in kombu/asynchronous/aws/connection.py (#1397)Matus Valo2021-10-051-1/+1
* Prevent caching of oid in pidbox (#1394)Matus Valo2021-10-051-8/+2
* [pre-commit.ci] pre-commit autoupdate (#1393)pre-commit-ci[bot]2021-09-274-7/+6
* Fix: check redis response typekaiix2021-09-161-1/+1
* Merge branch 'master' of https://github.com/celery/kombuAsif Saif Uddin2021-09-071-1/+1
|\
| * v 1.4.x (#1338)Asif Saif Uddin2021-09-071-1/+1
* | Bump version: 5.1.0 → 5.2.0rc1v5.2.0rc1Asif Saif Uddin2021-09-071-1/+1
|/
* Make BrokerState Transport specificMatus Valo2021-08-304-6/+19
* fix: add missing commands to prefixGábor Boros2021-08-271-4/+5
* fix: raise BrokenPipeError (#1231)Steven2021-08-261-0/+4
* Add global key prefix for keys set by Redis transporter (#1349)Gábor Boros2021-08-251-1/+124
* SQS Channel.predefined_queues should be `{}` if not definedBrad Smith2021-08-211-1/+1
* Fixed type commentSchizmOne2021-08-211-2/+2
* Use Python's built-in json module by default, instead of simplejsonnikolas2021-08-141-6/+6
* Use hostname from URI when server_host is NoneMatus Valo2021-08-052-1/+41
* enable pre-commit (#1355)Thomas Grainger2021-07-2050-185/+159
* Update docstrings of redis transport with user and passwordMatus Valo2021-07-081-3/+3
* Add support for setting redis username (#1351)Gábor Boros2021-07-081-1/+3
* Make flake8 happyMatus Valo2021-06-091-5/+10
* Small fixes in documentationMatus Valo2021-06-092-12/+6
* Remove backward compatible code not used anymore (#1344)Matus Valo2021-05-256-67/+23