<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kombu.git/AUTHORS, branch remove-python2-support</title>
<subtitle>github.com: celery/kombu.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/'/>
<entry>
<title>Add support for health_check_interval option in broker_transport_options. (#1145)</title>
<updated>2020-01-11T05:20:31+00:00</updated>
<author>
<name>Kevin Fox</name>
<email>kevin_fox@me.com</email>
</author>
<published>2020-01-11T05:20:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=cbd327dc3bdd124c1bc4fc3d8f2b451fd10e2da6'/>
<id>cbd327dc3bdd124c1bc4fc3d8f2b451fd10e2da6</id>
<content type='text'>
* Add support for health_check_interval option in broker_transport_options. #1114

* Added Keivn Fox to authors.

* Do not use default arg for pop() method.

* Add dedicated test case for configurable health_check

* Add test case for when health_check_interval is not supported by connection_class in redis.

* Fix Flake8

* Added more test cases for redis.

* Updated tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add support for health_check_interval option in broker_transport_options. #1114

* Added Keivn Fox to authors.

* Do not use default arg for pop() method.

* Add dedicated test case for configurable health_check

* Add test case for when health_check_interval is not supported by connection_class in redis.

* Fix Flake8

* Added more test cases for redis.

* Updated tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add peek lock settings to be changed using transport options (#1119)</title>
<updated>2019-12-01T22:15:35+00:00</updated>
<author>
<name>Nicolas Mota</name>
<email>nicolas_mota@me.com</email>
</author>
<published>2019-12-01T22:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=0c6444ac885f6fe3f9488662cda7eefd56951deb'/>
<id>0c6444ac885f6fe3f9488662cda7eefd56951deb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Issue #1087 redis fix (#1089)" (#1106)</title>
<updated>2019-11-02T17:43:08+00:00</updated>
<author>
<name>Asif Saif Uddin</name>
<email>auvipy@gmail.com</email>
</author>
<published>2019-11-02T17:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=597d675ca15260794308be5b9641ea7fde9404f4'/>
<id>597d675ca15260794308be5b9641ea7fde9404f4</id>
<content type='text'>
This reverts commit 2f6f5f6a5df1cf52bf8fd45ee9fb3c93d793d637.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2f6f5f6a5df1cf52bf8fd45ee9fb3c93d793d637.</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #1087 redis fix (#1089)</title>
<updated>2019-08-31T17:54:01+00:00</updated>
<author>
<name>Matt Davis</name>
<email>matteius@gmail.com</email>
</author>
<published>2019-08-31T17:54:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=2f6f5f6a5df1cf52bf8fd45ee9fb3c93d793d637'/>
<id>2f6f5f6a5df1cf52bf8fd45ee9fb3c93d793d637</id>
<content type='text'>
* issue-1087 Revert _lookup api and correct redis implemetnation.  Update variable naming to be self documenting and more readable by non native speakers.  Major overhaul of redis test cases by adding more full featured fakeredis module.

* Add more test cases to boost coverage of kombu redis transport.

* Refactor the producer consumer test cases to be based on original mocks and be passing

* Fix lingering line length issue in test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* issue-1087 Revert _lookup api and correct redis implemetnation.  Update variable naming to be self documenting and more readable by non native speakers.  Major overhaul of redis test cases by adding more full featured fakeredis module.

* Add more test cases to boost coverage of kombu redis transport.

* Refactor the producer consumer test cases to be based on original mocks and be passing

* Fix lingering line length issue in test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing MongoDB backend to work properly with TTL (#1076)</title>
<updated>2019-08-07T12:06:13+00:00</updated>
<author>
<name>Marcin Puhacz</name>
<email>marcinpuhacz@gmail.com</email>
</author>
<published>2019-08-07T12:06:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=0ad7d08c4cb4abce32e9d765d0bb16b92830451f'/>
<id>0ad7d08c4cb4abce32e9d765d0bb16b92830451f</id>
<content type='text'>
* Fixing MongoDB backend to work properly with TTL
Bumping pymongo version to 3.8.0

* Updating authors

* Adding dependencies to travis config

* Fixing travis test cases

* Changing pymongo version to align with mongo result backend
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixing MongoDB backend to work properly with TTL
Bumping pymongo version to 3.8.0

* Updating authors

* Adding dependencies to travis config

* Fixing travis test cases

* Changing pymongo version to align with mongo result backend
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a deprecation warning about logger.warn() (#924)</title>
<updated>2018-09-27T13:12:44+00:00</updated>
<author>
<name>Bruno Alla</name>
<email>browniebroke@users.noreply.github.com</email>
</author>
<published>2018-09-27T13:12:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=62087a67cfbae4e87718fbb917f5140aa66e8287'/>
<id>62087a67cfbae4e87718fbb917f5140aa66e8287</id>
<content type='text'>
* Fix a deprecation warning about logger.warn()

This fixes a deprecation warning from the standard library's logging module:

&gt; The 'warn' method is deprecated, use 'warning' instead

* Update test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix a deprecation warning about logger.warn()

This fixes a deprecation warning from the standard library's logging module:

&gt; The 'warn' method is deprecated, use 'warning' instead

* Update test
</pre>
</div>
</content>
</entry>
<entry>
<title>Virtual transport timeout does not supesede period polling (#689)</title>
<updated>2018-01-13T16:39:34+00:00</updated>
<author>
<name>Arcadiy Ivanov</name>
<email>arcadiy@ivanov.biz</email>
</author>
<published>2018-01-13T16:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=2f9eb53128b780628fb753d4851331c6aea19510'/>
<id>2f9eb53128b780628fb753d4851331c6aea19510</id>
<content type='text'>
fixes #688</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #688</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer dict literal syntax over dict() (#787)</title>
<updated>2017-09-08T04:43:59+00:00</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2017-09-08T04:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=65d203c71ec5ea5fb9438f8a028b9f133e036cd4'/>
<id>65d203c71ec5ea5fb9438f8a028b9f133e036cd4</id>
<content type='text'>
* Prefer dict literal syntax over dict()

* An overlooked dict-constructor in transport/SQS.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Prefer dict literal syntax over dict()

* An overlooked dict-constructor in transport/SQS.py
</pre>
</div>
</content>
</entry>
<entry>
<title>v4.1.0 Release (#764)</title>
<updated>2017-07-18T05:58:58+00:00</updated>
<author>
<name>Anthony Lukach</name>
<email>anthonylukach@gmail.com</email>
</author>
<published>2017-07-18T05:58:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=fe16de1a1deec5449c758b03fb11b0703902f96d'/>
<id>fe16de1a1deec5449c758b03fb11b0703902f96d</id>
<content type='text'>
* Prepare v4.1.0 release

* Fix typo

* Mark text as code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Prepare v4.1.0 release

* Fix typo

* Mark text as code
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix librabbitmq queue handling (#726)</title>
<updated>2017-04-27T07:46:04+00:00</updated>
<author>
<name>Robert Kopaczewski</name>
<email>rk@23doors.com</email>
</author>
<published>2017-04-27T07:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=7152705d364590298675e0ee84e6d9a67bf1ee14'/>
<id>7152705d364590298675e0ee84e6d9a67bf1ee14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
