summaryrefslogtreecommitdiff
path: root/kombu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix issues with parsing URL with an extra / in it.Terry Cain2021-01-063-17/+85
* Allow specifying session token (#1283)Philipp A2021-01-051-3/+14
* Support for Azure Service Bus 7.0.0 (#1284)Terry Cain2021-01-041-74/+221
* docs: fix simple typo, propery -> propertyTim Gates2020-12-281-1/+1
* redis: Support Sentinel with SSLAbdealiJK2020-12-031-1/+17
* Remove python2 compatibility code (#1277)Matus Valo2020-11-254-27/+6
* Add timeout to producer publish (#1269)RezaSi2020-11-171-4/+10
* Reformat and improve kombu transport reference docs (#1264)Matus Valo2020-11-0315-42/+464
* Revert "on worker restart - restore visible regardless to time (#905)"Vinay Karanam2020-10-151-4/+0