summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Consumer EncodingAaronKable2020-05-061-1/+1
* Use explicit py-amqp transport instead of amqp in integration testsMatus Valo2020-05-041-1/+1
* Added Simple Buffer integration testsMatus Valo2020-05-041-2/+13
* SQLAlchemy transport: Use Query.with_for_update() instead of deprecated Query...Matus Valo2020-05-041-1/+1
* Rename test classes for better test outputMatus Valo2020-05-032-2/+2
* Removed scripts depending on RabbitMQMatus Valo2020-05-032-22/+0
* Create common class of integration testsMatus Valo2020-05-033-99/+62
* Initial redis integration tests implementationMatus Valo2020-05-033-0/+105
* Enable integration tests for all versions of python in travisMatus Valo2020-04-302-3/+21
* Added basic integration tests for RabbitMQMatus Valo2020-04-301-0/+50
* Added integration testing infrastructure for RabbitMQMatus Valo2020-04-3020-563/+112
* Fix: make SQLAlchemy Channel init thread-safeAntoine Busque2020-04-301-3/+7
* Another possible fix for #1174Bernd Wechner2020-04-241-1/+3
* Unit test for the fix relating to the issue #1172Ihar Nauros2020-04-221-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-152-0/+19
* Prevent failure if AWS creds are not explicitly defined on predefined_queuesJayme Howard2020-04-151-2/+2
* Added Release notes for 4.6.0 release.Matus Valo2020-04-031-1/+34
* pin pytest<=5.3.5 due issue in pytest-sugarMatus Valo2020-04-031-1/+1
* Use README.rst content as the PyPI long_descriptionChristian Clauss2020-03-031-1/+6
* Travis CI: Fix travis validation issues (#1159)Christian Clauss2020-03-033-17/+10
* updated version 4.6.84.6.8Asif Saif Uddin (Auvi)2020-03-024-5/+5
* #1149 Enabled ssl certificate verification against ca certificates when amqps...Piyush Agarwal2020-02-282-1/+11
* Add predefined_queues option to SQS transport (#1156)Jonathan Ingram2020-02-264-55/+260
* Issue 701 (#1141)Shai Berger2020-02-023-5/+6
* Support standard values for ssl_cert_reqs query parameter. (#1139)Dave Peticolas2020-02-022-6/+42
* fix brop must in same slot error (#1144)york2020-02-021-1/+3
* Adding retry_on_timeout parameter (#1150)Konstantin Seleznev2020-02-022-2/+7
* Add support for health_check_interval option in broker_transport_options. (#1...Kevin Fox2020-01-114-8/+71
* fix include file pathAsif Saif Uddin2019-12-171-1/+1
* kombu 4.6.74.6.7Asif Saif Uddin (Auvi)2019-12-074-4/+4
* kombu 4.6.7 changelogAsif Saif Uddin (Auvi)2019-12-071-0/+13
* Use importlib.metadata from the standard library on Python 3.8+ (#1086)Miro HronĨok2019-12-032-2/+7
* Adding Tidelift marketing text (#1129)Brenna Heaps2019-12-031-0/+6
* Add peek lock settings to be changed using transport options (#1119)Nicolas Mota2019-12-023-8/+27
* Fix redis health checks (#1122)Ashish Bansal (mrphantom)2019-12-024-4/+58
* reset ready before execute callback (#1126)Smite Chow2019-12-022-2/+7
* Add missing parameter queue_args in kombu.connection.SimpleBuffer (#1128)Mario Rodriguez Molins2019-11-233-2/+86
* Rename Changelog to Changelog.rstAsif Saif Uddin2019-11-201-0/+0
* fix typo when use type hint (#1123)Manjusaka2019-11-141-1/+1
* kombu 4.6.64.6.6Asif Saif Uddin (Auvi)2019-11-114-4/+4
* changelog for kombu 4.6.6Asif Saif Uddin (Auvi)2019-11-111-0/+14
* Revert "Revert "Revert "Use SIMEMBERS instead of SMEMBERS to check for queue ...Asif Saif Uddin2019-11-104-38/+1
* Revert "Issue #1087 redis fix (#1089)" (#1106)Asif Saif Uddin2019-11-026-680/+306
* remove hard pinAsif Saif Uddin2019-11-021-1/+1
* py 3.8 on classifierAsif Saif Uddin2019-10-291-0/+1
* Fix 'NoneType' object has no attribute 'can_read' (#1107)Aliaksei Urbanski2019-10-242-3/+14
* Add wait timeout settings to receive queue message (#1110)Nicolas Mota2019-10-233-2/+243
* Issue #1019 Fix redis transport socket timeout (#1113)Kris Ciccarello2019-10-233-4/+14
* Added Python 3.8 support.Omer Katz2019-10-223-3/+16