summaryrefslogtreecommitdiff
path: root/kombu/transport
Commit message (Expand)AuthorAgeFilesLines
* support sqla v2.0 (#1651)Craig Mulligan2023-02-012-4/+4
* azure service bus: add type annotations and use cached propertyJason Barnett2023-01-051-30/+23
* add type annotations to kombu/transport/azurestoragequeuesJason Barnett2023-01-031-15/+17
* add managed identity support to azure storage queue (#1631)Jason Barnett2022-12-272-11/+54
* Allow azurestoragequeues transport to be used with Azurite emulator in docker...David Bossanyi2022-10-161-1/+8
* Solve Kombu filesystem transport not thread safekarajan10012022-09-231-30/+34
* Revert "Solve Kombu filesystem transport not thread safe (#1593)" (#1595)Gao2022-09-091-59/+28
* Solve Kombu filesystem transport not thread safe (#1593)Gao2022-09-071-28/+59
* Fix incompatibility with redis in disconnect() (#1589)Shalabh Chaturvedi2022-08-251-2/+2
* fix: save QueueProperties to _queue_name_cache instead of QueueClientdavidbossanyi2022-08-211-1/+1
* Add WATCH to prefixed complex commandsDan Cecile2022-07-141-0/+1
* Add support to SQS DelaySeconds (#1567)eloranger2022-07-121-11/+16
* Added HLEN to the list of prefixed redis commands (#1540)vinay karanam2022-04-281-0/+1
* Upgrade Azure Storage Queues transport to version 12 (#1539)Jonas Miederer2022-04-231-26/+70
* Kafka support (#1506)CountRedClaw2022-04-212-0/+380
* Support pymongo 4.x (#1536)Jakub Pieńkowski2022-04-181-30/+44
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-1522-25/+70
* Annotate init files (#1527)Marcelo Trylesinski2022-04-141-3/+6
* chore: Update `__exit__` signaturesSondre Lillebø Gundersen2022-04-122-4/+23
* Add fanout to filesystem (#1499)Gao2022-03-151-1/+62
* 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
* Remove use of OrderedDict in various places (#1483)Mads Jensen2022-01-302-4/+5
* Set redelivered property for Celery with Redis (#1484)Denis Kubashevskiy2022-01-281-0/+1
* allow getting recoverable_connection_errors without an active transport (#1471)Paul Brown2021-12-303-22/+21
* prevent redis event loop stopping on 'consumer: Cannot connect' (#1477)Paul Brown2021-12-251-5/+7
* 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
* Return empty list instead of InconsistencyError when exchange table is emptyMatus Valo2021-10-251-5/+3
* Fix: check redis response typekaiix2021-09-161-1/+1
* v 1.4.x (#1338)Asif 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
* 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 hostname from URI when server_host is NoneMatus Valo2021-08-051-0/+39
* enable pre-commit (#1355)Thomas Grainger2021-07-2017-78/+70
* 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
* Revert "chore: Refactor code quality issues (#1320)" (#1342)Matus Valo2021-05-191-1/+4
* chore: Refactor code quality issues (#1320)Aksh Gupta2021-04-281-4/+1
* Make flake8 and pydocstyle happy (#1333)Matus Valo2021-04-133-88/+166
* Add support for SQLAlchemy 1.4. (#1328)Omer Katz2021-04-061-1/+6
* Azure Service Bus - versatile queue names fix (#1324)Tomasz Niedziela-Brach2021-04-041-1/+3