summaryrefslogtreecommitdiff
path: root/kombu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix version replacement.Omer Katz2021-05-231-1/+1
* Bump version: 5.1.0b1 → 5.1.0Omer Katz2021-05-231-1/+1
* prepare_accept_content() now raises SerializerNotInstalled instead of KeyErro...Matus Valo2021-05-231-1/+11
* add accept parameter to SimpleQueue class (#1140)Luis Saavedra2021-05-221-4/+4
* Revert "chore: Refactor code quality issues (#1320)" (#1342)Matus Valo2021-05-192-2/+5
* chore: Refactor code quality issues (#1320)Aksh Gupta2021-04-282-5/+2
* Make flake8 and pydocstyle happy (#1333)Matus Valo2021-04-136-94/+178
* Coerce seconds argument to a floating point number.Omer Katz2021-04-131-1/+1
* 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
* Bump version: 5.0.2 → 5.1.0b1v5.1.0b1Asif Saif Uddin (Auvi)2021-04-011-1/+1
* Use a thread-safe implementation of cached_property (#1316)Omer Katz2021-04-011-47/+37
* SQS Broker - handle STS authentication with AWS (#1322)gal cohen2021-03-291-15/+57
* Update default login method for librabbitmq and pyamqp (#936)Davis Kirkendall2021-03-242-2/+2
* Drop obsolete code importing pickle (#1315)Illia Volochii2021-03-161-7/+1
* Drop support for the lzma backport.Omer Katz2021-03-161-13/+7
* Update connection.py (#1311)Krogsager2021-03-151-1/+6
* Update default pickle protocol version to 4 (#1314)Illia Volochii2021-03-151-3/+2
* fix: non kombu json message decoding in SQS transport (#1306)Max Nikitenko2021-03-071-2/+12
* Revert "Port of redis code improvements from prior revision (#1132)" (#1307)Matus Valo2021-03-061-16/+13
* Port of redis code improvements from prior revision (#1132)Matt Davis2021-03-031-13/+16
* SQS back-off policy (#1301)gal cohen2021-03-022-1/+51
* Disable namedtuple to object feature in simplejson (#1297)Choi Geonu2021-03-011-1/+4
* kombu/asynchronous/http/curl: implement _set_timeoutraittes2021-02-121-1/+1