<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/docs, branch master</title>
<subtitle>github.com: mumrah/kafka-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/'/>
<entry>
<title>Fix the link to the compatibility page (#2295)</title>
<updated>2022-03-27T07:01:45+00:00</updated>
<author>
<name>Kurt McKee</name>
<email>contactme@kurtmckee.org</email>
</author>
<published>2022-03-27T07:01:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=4d598055dab7da99e41bfcceffa8462b32931cdd'/>
<id>4d598055dab7da99e41bfcceffa8462b32931cdd</id>
<content type='text'>
The current link leads to HTTP 404.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current link leads to HTTP 404.</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup install instructions for optional libs (#2139)</title>
<updated>2020-11-15T20:10:12+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2020-11-15T20:10:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=b0c59303fc71c287b001c83ca123d57c58085f1a'/>
<id>b0c59303fc71c287b001c83ca123d57c58085f1a</id>
<content type='text'>
This cleans up the install instructions to specify that optional libs
should be installed using the `kafka-python[opt]` format. This leverages
`setuptools`' `extra_requires` feature to let our users choose to
inherit any versions pins we might apply to our optional dependencies.

This also re-orders the docs slightly to give more visibility to the
`crc32c` install because users are unlikely to realize it exists.

It also cleans up the formatting of the compression libraries slightly,
as they were getting a little unwieldy.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This cleans up the install instructions to specify that optional libs
should be installed using the `kafka-python[opt]` format. This leverages
`setuptools`' `extra_requires` feature to let our users choose to
inherit any versions pins we might apply to our optional dependencies.

This also re-orders the docs slightly to give more visibility to the
`crc32c` install because users are unlikely to realize it exists.

It also cleans up the formatting of the compression libraries slightly,
as they were getting a little unwieldy.</pre>
</div>
</content>
</entry>
<entry>
<title>Add Kafka 2.6.0 to tests and protocol compatibility matrix (#2162)</title>
<updated>2020-11-15T19:50:46+00:00</updated>
<author>
<name>Lourens Naudé</name>
<email>lourens@methodmissing.com</email>
</author>
<published>2020-11-15T19:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=8b8a48ba09677e38088c61ade2dab2e42198ab3f'/>
<id>8b8a48ba09677e38088c61ade2dab2e42198ab3f</id>
<content type='text'>
* Co-authored-by: Andrew Brown &lt;andrew.brown@shopify.com&gt;
* Co-authored-by: Aaron Brady &lt;aaron.brady@shopify.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Co-authored-by: Andrew Brown &lt;andrew.brown@shopify.com&gt;
* Co-authored-by: Aaron Brady &lt;aaron.brady@shopify.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add kafka-2.5 to compatibility</title>
<updated>2020-09-30T07:11:07+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2020-09-30T07:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=eb070d690a72b8c315e78395a08e7837cdb2ca14'/>
<id>eb070d690a72b8c315e78395a08e7837cdb2ca14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch Release 2.0.2</title>
<updated>2020-09-30T04:49:33+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2020-09-30T04:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=5bb126bf20bbb5baeb4e9afc48008dbe411631bc'/>
<id>5bb126bf20bbb5baeb4e9afc48008dbe411631bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for `zstd` compression (#2021)</title>
<updated>2020-09-07T23:11:18+00:00</updated>
<author>
<name>Tincu Gabriel</name>
<email>gabi@aiven.io</email>
</author>
<published>2020-09-07T23:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=a27ab881726ed1a2d952867a1fa266573165d6aa'/>
<id>a27ab881726ed1a2d952867a1fa266573165d6aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.8 support (#2088)</title>
<updated>2020-07-23T06:51:17+00:00</updated>
<author>
<name>Swen Kooij</name>
<email>swenkooij@gmail.com</email>
</author>
<published>2020-07-23T06:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=bd557dabd487cc44c11bf003600c82477ea5de11'/>
<id>bd557dabd487cc44c11bf003600c82477ea5de11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused imports</title>
<updated>2020-07-11T05:38:08+00:00</updated>
<author>
<name>James Lamb</name>
<email>jaylamb20@gmail.com</email>
</author>
<published>2020-05-11T04:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=316da747e432962d149828cb9d6fbaff04c2008c'/>
<id>316da747e432962d149828cb9d6fbaff04c2008c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch Release 2.0.1</title>
<updated>2020-02-20T06:23:02+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2020-02-20T06:23:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=fcc9a30c62662cee7aa2c1f69c0d06a9741e2700'/>
<id>fcc9a30c62662cee7aa2c1f69c0d06a9741e2700</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 2.0.0</title>
<updated>2020-02-11T05:57:38+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2020-02-11T05:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=ed8c9cb2d2ad0d9eb2b37a0bdc3cf01ca253b2b9'/>
<id>ed8c9cb2d2ad0d9eb2b37a0bdc3cf01ca253b2b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
