]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 27 Mar 2020 16:04:25 +0000 (17:04 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 27 Mar 2020 16:04:25 +0000 (17:04 +0100)
docs/en/docs/release-notes.md

index a29b0e05442bc74792e8b021bf9e9e0c0991eca9..fd30aa131b3bf6863790afe4a719a8547183063e 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Add external link [Apache Kafka producer and consumer with FastAPI and aiokafka](https://iwpnd.pw/articles/2020-03/apache-kafka-fastapi-geostream) to docs. PR [#1112](https://github.com/tiangolo/fastapi/pull/1112) by [@iwpnd](https://github.com/iwpnd).
 * Fix serialization when using `by_alias` or `exclude_unset` and returning data with Pydantic models. PR [#1074](https://github.com/tiangolo/fastapi/pull/1074) by [@juhovh-aiven](https://github.com/juhovh-aiven).
 * Add Gitter chat to docs. PR [#1061](https://github.com/tiangolo/fastapi/pull/1061) by [@aakashnand](https://github.com/aakashnand).
 * Update and simplify translations docs. PR [#1171](https://github.com/tiangolo/fastapi/pull/1171).