summaryrefslogtreecommitdiff
path: root/kombu
Commit message (Expand)AuthorAgeFilesLines
* chore(python): remove Python 3.7 support (#1708)Stevie Gayet2023-05-151-7/+1
* chore(ci): fix lint job (#1718)Stevie Gayet2023-05-1531-60/+222
* SQS: avoid excessive GetQueueURL calls by using cached queue url (#1621)Tom Sparrow2023-04-192-40/+37
* fix mongodb transport obsolete calls (#1694)Francis Charette-Migneault2023-04-181-4/+5
* fix: handle keyerror in azureservicebus transport when message is not found i...Ismael Jiménez Sánchez2023-04-111-14/+15
* Deprecate pytz and use zoneinfo (#1680)Maxwell Muoto2023-04-091-6/+6
* Bump version: 5.3.0b2 → 5.3.0b3v5.3.0b3Asif Saif Uddin2023-03-201-1/+1
* refactor: Refactor utils/json (#1659)Serhii Tereshchenko2023-03-021-74/+93
* Remove unused `_setupfuns` from serialization.pySerhii Tereshchenko2023-03-011-12/+0
* Mark methods accepting Connection instances as suchAurelien Gateau2023-02-021-3/+4
* 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 autoflake to .pre-commit-config.yaml to automatically remove unused impor...Jason Barnett2022-12-281-1/+1
* add managed identity support to azure storage queue (#1631)Jason Barnett2022-12-272-11/+54
* Allowing `Connection.ensure()` to retry on specific exceptions given by polic...Tomer Nosrati2022-12-181-1/+18
* Bump version: 5.3.0b1 → 5.3.0b2v5.3.0b2Asif Saif Uddin2022-10-191-1/+1
* Allow azurestoragequeues transport to be used with Azurite emulator in docker...David Bossanyi2022-10-161-1/+8
* Fix errors from flake8 lintMarti Raudsepp2022-10-121-2/+2
* Add separate transport option for retry loop timeout (#1599)Marti Raudsepp2022-10-121-1/+4
* importlib_metadata remove deprecated entry point interfaces (#1601)woutdenolf2022-10-091-1/+6
* Solve Kombu filesystem transport not thread safekarajan10012022-09-231-30/+34
* Make JSONEncoder keep the same type for date/datetime.Manuel Vázquez Acosta2022-09-211-1/+6
* 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
* hub: tick delay fix (#1587)Shahar Lev2022-08-241-3/+4
* fix: save QueueProperties to _queue_name_cache instead of QueueClientdavidbossanyi2022-08-211-1/+1
* Bump version: 5.3.0a1 → 5.3.0b1v5.3.0b1Asif Saif Uddin2022-08-011-1/+1
* Avoid losing type of UUID when serializing/deserializing (#1575)Carlos Gottberg2022-07-171-1/+5
* Add WATCH to prefixed complex commandsDan Cecile2022-07-141-0/+1
* Add support to SQS DelaySeconds (#1567)eloranger2022-07-121-11/+16
* Bump version: 5.2.4 → 5.3.0a1v5.3.0a1Asif Saif Uddin2022-06-291-1/+1
* fix typing flake8 (#1560)Asif Saif Uddin2022-06-211-1/+1
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-06-191-1/+1
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-06-191-4/+4
* Annotate `matcher.py` (#1532)Marcelo Trylesinski2022-06-031-11/+20
* Datetime serialization and deserialization fixed (#1515)dobosevych2022-05-311-3/+3
* Annotate `abstract.py` (#1522)Marcelo Trylesinski2022-05-152-22/+52
* 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
* Annotate `exceptions.py` and `clocks.py` (#1526)Marcelo Trylesinski2022-04-182-17/+38
* Support pymongo 4.x (#1536)Jakub Pieńkowski2022-04-181-30/+44
* json.py cleaning from outdated libs (#1533)dobosevych2022-04-161-16/+5
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-1574-83/+230
* Annotate init files (#1527)Marcelo Trylesinski2022-04-147-21/+41
* chore: Update `__exit__` signaturesSondre Lillebø Gundersen2022-04-129-13/+106
* Annotate `utils/uuid.py` and `utils/text.py` (#1514)Marcelo Trylesinski2022-04-122-14/+16
* Added possibility to serialize and deserialize binary messages in json (#1516)dobosevych2022-04-121-2/+20