Skip to content

Commit

Permalink
chore: update release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Dec 1, 2024
1 parent 4d7bec7 commit 50e0469
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/en/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hide:
Well, you (community) made a new breathtaken release for us!
Thanks to all of this release contributors.

Special thanks to @KrySeyt. He promores a new perfect feature - concurrent Kafka subscriber (with autocommit mode)
Special thanks to [@Flosckow](https://github.com/Flosckow){.external-link target="_blank"}. He promores a new perfect feature - concurrent Kafka subscriber (with autocommit mode)

```python
from faststream.kafka import KafkaBroker
Expand All @@ -28,7 +28,7 @@ broker = KafkaBroker()

@broker.subscriber("topic", max_workers=10)
async def handler():
"""Usign `max_workers` option you can process up to 10 messages by one subscriber concurrently"""
"""Using `max_workers` option you can process up to 10 messages by one subscriber concurrently"""
```

Also, thanks to [@Sehat1137](https://github.com/Sehat1137){.external-link target="_blank"} with his ASGI CLI start fixins - now you can use FastStream CLI to scale your AsgiFastStream application by workers
Expand All @@ -37,14 +37,14 @@ Also, thanks to [@Sehat1137](https://github.com/Sehat1137){.external-link target
faststream run main:asgi --workers 2
```

There are a lot of other increadible changes you made:
There are a lot of other incredible changes you made:

* feat: add NatsMessage ack_sync method #1906 by [@wpn10](https://github.com/wpn10){.external-link target="_blank"} in [#1909](https://github.com/airtai/faststream/pull/1909){.external-link target="_blank"}
* feat: support running ASGI app with Uvicorn using file descriptor by [@minhyeoky](https://github.com/minhyeoky){.external-link target="_blank"} in [#1923](https://github.com/airtai/faststream/pull/1923){.external-link target="_blank"}
* feat: Add kafka concurrent subscriber by [@Flosckow](https://github.com/Flosckow){.external-link target="_blank"} in [#1912](https://github.com/airtai/faststream/pull/1912){.external-link target="_blank"}
* fix: bug when using one register for several middleware by @roma-frolov in [#1921](https://github.com/airtai/faststream/pull/1921){.external-link target="_blank"}
* fix: change oauth type in asyncapi schema by [@spataphore1337](https://github.com/spataphore1337){.external-link target="_blank"} in [#1926](https://github.com/airtai/faststream/pull/1926){.external-link target="_blank"}
* fix: HandlerException ingored by @roma-frolov in [#1928](https://github.com/airtai/faststream/pull/1928){.external-link target="_blank"}
* fix: HandlerException ignored by @roma-frolov in [#1928](https://github.com/airtai/faststream/pull/1928){.external-link target="_blank"}
* fix: Pomo/nats router by [@Drakorgaur](https://github.com/Drakorgaur){.external-link target="_blank"} in [#1932](https://github.com/airtai/faststream/pull/1932){.external-link target="_blank"}
* fix: RabbitBroker's ping is more objective by @roma-frolov in [#1933](https://github.com/airtai/faststream/pull/1933){.external-link target="_blank"}
* fix: AsyncAPI 2.6.0 fix empty channels for KafkaSubscriber and ConfluentSubscriber if partitions provided by [@KrySeyt](https://github.com/KrySeyt){.external-link target="_blank"} in [#1930](https://github.com/airtai/faststream/pull/1930){.external-link target="_blank"}
Expand Down

0 comments on commit 50e0469

Please sign in to comment.