<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kombu.git/docs, branch zstd-compression</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>Update reference.</title>
<updated>2019-01-09T15:28:36+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2019-01-09T15:28:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=fa0cb19d2758f1d445230594f8217f3f99f5cd2a'/>
<id>fa0cb19d2758f1d445230594f8217f3f99f5cd2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed sphinx warnings.</title>
<updated>2019-01-09T14:51:28+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2019-01-09T14:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=b37e035c398d2b5ea9dcf82e18cf0f8804aed5ae'/>
<id>b37e035c398d2b5ea9dcf82e18cf0f8804aed5ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 4.2.1 → 4.2.2</title>
<updated>2019-01-03T15:47:37+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2018-12-06T14:29:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=eded86487e8def549a961fd216b3048f6dd0f0f7'/>
<id>eded86487e8def549a961fd216b3048f6dd0f0f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected typo in exchange name. (#969)</title>
<updated>2018-12-20T12:45:40+00:00</updated>
<author>
<name>vikvns</name>
<email>vikasvns1992@gmail.com</email>
</author>
<published>2018-12-20T12:45:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=da7b77e59125f9de89315147e24d62f991fb0498'/>
<id>da7b77e59125f9de89315147e24d62f991fb0498</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Making the pyro transport available, fix it for recent Pyro4 versions, add broker daemon (#895)</title>
<updated>2018-11-25T14:40:54+00:00</updated>
<author>
<name>Irmen de Jong</name>
<email>irmen@razorvine.net</email>
</author>
<published>2018-11-25T14:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=aa8ea28f50c4605fda0a3b1cea4ca1b3a5e80598'/>
<id>aa8ea28f50c4605fda0a3b1cea4ca1b3a5e80598</id>
<content type='text'>
* Make the pyro transport available and fix it for recent Pyro4 version.
Implemented the missing Pyro Kombu broker to actually be able to use the Pyro transport

* code style
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make the pyro transport available and fix it for recent Pyro4 version.
Implemented the missing Pyro Kombu broker to actually be able to use the Pyro transport

* code style
</pre>
</div>
</content>
</entry>
<entry>
<title>Add transports based on Azure PaaS (#891)</title>
<updated>2018-08-30T17:34:52+00:00</updated>
<author>
<name>Clemens Wolff</name>
<email>clemens@justamouse.com</email>
</author>
<published>2018-08-30T17:34:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=32633554ac0a5f15f66c648b952d14cc1eab14b2'/>
<id>32633554ac0a5f15f66c648b952d14cc1eab14b2</id>
<content type='text'>
* Add transports based on Azure PaaS

This pull request adds two new transport implementations:

- `azurestoragequeues` is implemented on top of Azure Storage
  Queues [1]. This offers a simple but scalable and low-cost PaaS
  transport for Celery users in Azure. The transport is intended to be
  used in conjunction with the Azure Block Blob Storage backend [2].

- `azureservicebus` is implemented on top of Azure Service Bus [3] and
  offers PaaS support for more demanding Celery workloads in Azure. The
  transport is intended to be used in conjunction with the Azure
  CosmosDB backend [4].

This pull request was created together with @ankurokok, @dkisselev,
@evandropaula, @martinpeck and @michaelperel.

[1] https://azure.microsoft.com/en-us/services/storage/queues/
[2] https://github.com/celery/celery/pull/4685
[3] https://azure.microsoft.com/en-us/services/service-bus/
[4] https://github.com/celery/celery/pull/4720

* Exclude Azure transports from code coverage

There is test coverage for the transports but the tests require Azure
credentials to run (passed via environment variables) so codecov doesn't
exercise them.

* Remove env vars to configure transport

* Remove abbreviations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add transports based on Azure PaaS

This pull request adds two new transport implementations:

- `azurestoragequeues` is implemented on top of Azure Storage
  Queues [1]. This offers a simple but scalable and low-cost PaaS
  transport for Celery users in Azure. The transport is intended to be
  used in conjunction with the Azure Block Blob Storage backend [2].

- `azureservicebus` is implemented on top of Azure Service Bus [3] and
  offers PaaS support for more demanding Celery workloads in Azure. The
  transport is intended to be used in conjunction with the Azure
  CosmosDB backend [4].

This pull request was created together with @ankurokok, @dkisselev,
@evandropaula, @martinpeck and @michaelperel.

[1] https://azure.microsoft.com/en-us/services/storage/queues/
[2] https://github.com/celery/celery/pull/4685
[3] https://azure.microsoft.com/en-us/services/service-bus/
[4] https://github.com/celery/celery/pull/4720

* Exclude Azure transports from code coverage

There is test coverage for the transports but the tests require Azure
credentials to run (passed via environment variables) so codecov doesn't
exercise them.

* Remove env vars to configure transport

* Remove abbreviations
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all pypi.python.org URLs to pypi.org (#885)</title>
<updated>2018-06-10T10:40:04+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-06-10T10:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=cb516bbf74643f3bc2ae6a725c670ba9606c1fb8'/>
<id>cb516bbf74643f3bc2ae6a725c670ba9606c1fb8</id>
<content type='text'>
For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 4.2.0 → 4.2.1</title>
<updated>2018-05-30T14:07:29+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2018-05-30T14:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=c627c6d9d1f29ae0bcb03931d5f24001e60f72a9'/>
<id>c627c6d9d1f29ae0bcb03931d5f24001e60f72a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump stable version for docs.</title>
<updated>2018-05-28T13:57:51+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2018-05-28T13:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=e8e92af89e3a86d4e4ef5d662e5becf2e1bc94ff'/>
<id>e8e92af89e3a86d4e4ef5d662e5becf2e1bc94ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 4.1.0 → 4.2.0</title>
<updated>2018-05-21T05:48:16+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2018-05-21T05:47:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=b975713d81e2e5d512a968d26040eb694ab3f8fb'/>
<id>b975713d81e2e5d512a968d26040eb694ab3f8fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
