summaryrefslogtreecommitdiff
path: root/kombu
Commit message (Expand)AuthorAgeFilesLines
* Removed dangerous default mutable arguments from function definitions… (#1040)Todd Cook2019-04-2510-23/+40
* qpid: ensure supported exchange types are declared (#1034)Rohan McGovern2019-04-041-0/+1
* Bump version: 4.4.0 → 4.5.0v4.5.0Omer Katz2019-03-311-1/+1
* Reintroduce unqiue broadcast queue name generation as optional. (#1033)Omer Katz2019-03-311-3/+14
* qpid: correctly declare support for async event loop (#1029)Rohan McGovern2019-03-301-2/+4
* Revert "fix/Broadcast-fail-by-give-queue-kwargs (#906)" (#1031)Omer Katz2019-03-271-1/+1
* Return an empty list in AWS's _on_list_ready on a timeout response (#976)Erwin Rossen2019-03-271-4/+16
* logger.warn is deprecated.Omer Katz2019-03-132-2/+7
* make redis transport sep param configurable (#1020)Joris Beckers2019-03-091-1/+2
* Bump version: 4.3.0 → 4.4.0v4.4.0Omer Katz2019-03-031-1/+1
* Control pattern matching (#997)Jason Held2019-02-272-6/+172
* Revert #954 and update redis-py to at least 3.2.0 (#1011)Peter Lithammer2019-02-221-17/+3
* Support SSL URL parameters correctly for rediss protocol (#1002)Paul Bailey2019-02-211-0/+23
* Handle the case when only one Redis Sentinel node is provided (#1010)Peter Lithammer2019-02-211-3/+9
* Use "_parse_url()" util to parse Sentinel master URL (#1009)Peter Lithammer2019-02-201-2/+3
* Restore bz2 import checks in compression.py (#1003)Patrick Woods2019-02-081-4/+8
* Bump version: 4.2.2 → 4.3.0v4.3.0Omer Katz2019-02-061-1/+1
* Allow mutex to be noop for eventlet (#916)Josh Morrow2019-02-051-1/+8
* Catch TypeError instead of KeyError.Omer Katz2019-02-041-1/+1
* traceback can be disabled for all log levels (#1000)Ludovic Rivallain2019-02-041-7/+5
* Fix breaking change in Azure ServiceBus SDK (#998)Clemens Wolff2019-02-041-1/+7
* Ignore flake8 errors for now due to type annotations bug in pyflakes.Omer Katz2019-02-044-0/+8
* import collections.ABCs from correct module (#992)Lars Rinn2019-01-182-2/+12
* Added optional support for zstd compression. (#985)Omer Katz2019-01-131-0/+17
* Added support for lzma compression (#984)Omer Katz2019-01-101-0/+15
* SQS: fix trimming .fifo from queue name (#982)Ilya Konstantinov2019-01-091-2/+2
* Added optional support for brotli compression (#983)Omer Katz2019-01-091-0/+9
* Added missing comma for tuples with one element in __all__.Omer Katz2019-01-096-6/+6
* Happify lint.Omer Katz2019-01-091-1/+2
* Avoid using mutable default argument.Omer Katz2019-01-091-2/+3
* Fixed typo.Omer Katz2019-01-091-1/+1
* Remove unused private method.Omer Katz2019-01-081-4/+0
* Added documentation to arguments.Omer Katz2019-01-081-0/+2
* fixing an infinite loop when entity.channel is replaced by revive() on an con...Tzach Yarimi2019-01-081-11/+8
* Avoid raising StopIterator in generators. (#972)Omer Katz2019-01-031-2/+2
* Bump version: 4.2.1 → 4.2.2Omer Katz2019-01-031-1/+1
* fix a typo in Queue's docstring (#971)Li Ming2018-12-271-1/+1
* Happify lint.Omer Katz2018-12-201-1/+1
* Allow setting boto3.sqs.create_queue Attributes via transport_options (#957)Hunter Fernandes2018-12-091-8/+45
* fix bytes_to_str bug (#747)Jian Dai2018-11-291-1/+1
* Moving the handling of Sentinel failures to the redis library itself. (#813)Brian Price2018-11-291-6/+7
* fixed bare except flake8 error by adding KeyErrorAsif Saif Uddin2018-11-271-1/+1
* handling non-base64-encoded SQS message (#937)Tim Li2018-11-271-1/+4
* Making the pyro transport available, fix it for recent Pyro4 versions, add br...Irmen de Jong2018-11-252-13/+101
* fix close of shared redis socket causing celery to hang (#954)Alexey Popravka2018-11-221-1/+15
* Correct order of Redis `zadd` dict elements (#953)Jeppe Fihl-Pearson2018-11-201-1/+1
* Add boto3 default region before hardcoded default (#951)Victor Villas2018-11-201-1/+3
* Support redis-py v2 and v3 (#948)Ash Berlin-Taylor2018-11-191-1/+8
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-1235-45/+45
* disambiguate docstring typehints causing warnings building celery docs (#941)Noah Hall2018-11-011-2/+2