summaryrefslogtreecommitdiff
path: root/kombu
Commit message (Expand)AuthorAgeFilesLines
* flake8: noqa the Python 2-only builtins (#1228)4.xChristian Clauss2020-07-282-7/+7
* buffer() was removed in Python 3 so use bytes (#1218)Christian Clauss2020-07-281-0/+4
* Add an SQS transport option for custom botocore configKrzysztof Jagiello2020-07-011-1/+17
* v4.6.11v4.6.11Asif Saif Uddin (Auvi)2020-06-241-1/+1
* Revert incompatible changes in #1193 and additional improvements (#1211)Matus Valo2020-06-101-9/+15
* default_channel should reconnect automatically (#1209)Matus Valo2020-06-051-0/+2
* v4.6.10v4.6.104.6.9Asif Saif Uddin (Auvi)2020-06-031-1/+1
* reuse connectionConor Stevenson2020-06-021-1/+1
* set _connection in _ensure_connection (#1205)v4.6.9Conor Stevenson2020-06-011-2/+3
* v 4.6.9Asif Saif Uddin (Auvi)2020-06-011-1/+1
* Fix broken compatibility with CeleryMatus Valo2020-06-011-7/+17
* Ensure connection when connecting to brokerMatus Valo2020-06-011-25/+31
* Fix for issue #1198: Celery crashes in cases where there aren’t enough avai...Ihar Nauros2020-05-271-6/+11
* Fix connection imaybe_declare (#1196)Oleh Kuchuk2020-05-261-0/+4
* Revert "Raise RecoverableConnectionError in maybe_declare with retry on and d...Matus Valo2020-05-251-4/+0
* Fix: eliminate remaining race conditions from SQLAlchemy ChannelAntoine Busque2020-05-171-15/+37
* Modified Mutex to use redis LuaLock implementationVinay Karanam2020-05-171-17/+12
* fix 100% cpu usage on linux while using sqsAndrii Maletskyi2020-05-151-21/+36
* Fix flake8Matus Valo2020-05-123-11/+11
* Fix Consumer EncodingAaronKable2020-05-061-1/+1
* SQLAlchemy transport: Use Query.with_for_update() instead of deprecated Query...Matus Valo2020-05-041-1/+1
* Fix: make SQLAlchemy Channel init thread-safeAntoine Busque2020-04-301-3/+7
* Another possible fix for #1174Bernd Wechner2020-04-241-1/+3
* Fix for the issue #1172Ihar Nauros2020-04-221-1/+5
* Raise RecoverableConnectionError in maybe_declare with retry on and dropped c...Oleh Kuchuk2020-04-151-0/+4
* Prevent failure if AWS creds are not explicitly defined on predefined_queuesJayme Howard2020-04-151-2/+2
* Travis CI: Fix travis validation issues (#1159)Christian Clauss2020-03-031-1/+1
* updated version 4.6.84.6.8Asif Saif Uddin (Auvi)2020-03-021-2/+2
* #1149 Enabled ssl certificate verification against ca certificates when amqps...Piyush Agarwal2020-02-281-1/+2
* Add predefined_queues option to SQS transport (#1156)Jonathan Ingram2020-02-262-38/+152
* Issue 701 (#1141)Shai Berger2020-02-021-1/+1
* Support standard values for ssl_cert_reqs query parameter. (#1139)Dave Peticolas2020-02-021-4/+19
* fix brop must in same slot error (#1144)york2020-02-021-1/+3
* Adding retry_on_timeout parameter (#1150)Konstantin Seleznev2020-02-021-0/+3
* Add support for health_check_interval option in broker_transport_options. (#1...Kevin Fox2020-01-111-8/+17
* kombu 4.6.74.6.7Asif Saif Uddin (Auvi)2019-12-071-1/+1
* Use importlib.metadata from the standard library on Python 3.8+ (#1086)Miro Hrončok2019-12-031-1/+5
* Add peek lock settings to be changed using transport options (#1119)Nicolas Mota2019-12-021-1/+7
* Fix redis health checks (#1122)Ashish Bansal (mrphantom)2019-12-022-2/+30
* reset ready before execute callback (#1126)Smite Chow2019-12-021-1/+3
* Add missing parameter queue_args in kombu.connection.SimpleBuffer (#1128)Mario Rodriguez Molins2019-11-231-0/+2
* fix typo when use type hint (#1123)Manjusaka2019-11-141-1/+1
* kombu 4.6.64.6.6Asif Saif Uddin (Auvi)2019-11-111-1/+1
* Revert "Revert "Revert "Use SIMEMBERS instead of SMEMBERS to check for queue ...Asif Saif Uddin2019-11-103-35/+1
* Revert "Issue #1087 redis fix (#1089)" (#1106)Asif Saif Uddin2019-11-023-68/+53
* Fix 'NoneType' object has no attribute 'can_read' (#1107)Aliaksei Urbanski2019-10-241-3/+2
* Add wait timeout settings to receive queue message (#1110)Nicolas Mota2019-10-231-1/+10
* Issue #1019 Fix redis transport socket timeout (#1113)Kris Ciccarello2019-10-231-0/+9
* bump version to 4.6.54.6.5Asif Saif Uddin (Auvi)2019-09-301-1/+1
* fixes #1097 (#1099)Shekhar Kamble2019-09-101-4/+6