summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Raise RecoverableConnectionError in maybe_declare with retry on and d...revert-1171-fix_conn_imaybe_declareMatus Valo2020-05-242-19/+0
* Fix: eliminate remaining race conditions from SQLAlchemy ChannelAntoine Busque2020-05-171-15/+37
* Modified Mutex to use redis LuaLock implementationVinay Karanam2020-05-172-58/+44
* Fix flake8Matus Valo2020-05-151-1/+1
* Improve integration test suitMatus Valo2020-05-151-1/+17
* fix 100% cpu usage on linux while using sqsAndrii Maletskyi2020-05-152-37/+50
* Improved Priority integration testsMatus Valo2020-05-132-26/+35
* Fix flake8Matus Valo2020-05-123-11/+11
* Added priority integration tests for RedisMatus Valo2020-05-122-7/+96
* Added integration tests for priority queuesMatus Valo2020-05-082-1/+91
* Added TTL integration testsMatus Valo2020-05-062-1/+56
* Added Integration tests for direct, topic and fanout exchange typesMatus Valo2020-05-063-2/+104
* 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