Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Release Notes for 0.5.18 #1681

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Release Notes for 0.5.18
  • Loading branch information
Lancetnik authored and github-actions[bot] committed Aug 13, 2024
commit 5ce21bb5f880b4ec8690c1ce9b7b65cb68646fae
20 changes: 20 additions & 0 deletions docs/docs/en/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ hide:
---

# Release Notes
## 0.5.18

### What's Changed

* Added additional parameters to HandlerException by [@ulbwa](https://github.com/ulbwa){.external-link target="_blank"} in [#1659](https://github.com/airtai/faststream/pull/1659){.external-link target="_blank"}
* Removed Doc and Added docstrings instead by @Kirill-Stepankov in [#1662](https://github.com/airtai/faststream/pull/1662){.external-link target="_blank"}
* feat (#1663): support default values for Header by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [#1667](https://github.com/airtai/faststream/pull/1667){.external-link target="_blank"}
* fix (#1660): correct patch nested JStream subjects by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [#1666](https://github.com/airtai/faststream/pull/1666){.external-link target="_blank"}
* fix: add ConfluentRouter FastAPI missed init options by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [#1664](https://github.com/airtai/faststream/pull/1664){.external-link target="_blank"}
* Add kerberos support for confluent broker by [@kumaranvpl](https://github.com/kumaranvpl){.external-link target="_blank"} in [#1670](https://github.com/airtai/faststream/pull/1670){.external-link target="_blank"}
* Fix nack for kafka and confluent brokers by [@kumaranvpl](https://github.com/kumaranvpl){.external-link target="_blank"} in [#1678](https://github.com/airtai/faststream/pull/1678){.external-link target="_blank"}
* fix: support all RMQ exchanges in AsyncAPI by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [#1679](https://github.com/airtai/faststream/pull/1679){.external-link target="_blank"}
* fix: catch parser errors by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [#1680](https://github.com/airtai/faststream/pull/1680){.external-link target="_blank"}

### New Contributors
* [@ulbwa](https://github.com/ulbwa){.external-link target="_blank"} made their first contribution in [#1659](https://github.com/airtai/faststream/pull/1659){.external-link target="_blank"}
* @Kirill-Stepankov made their first contribution in [#1662](https://github.com/airtai/faststream/pull/1662){.external-link target="_blank"}

**Full Changelog**: [#0.5.17...0.5.18](https://github.com/airtai/faststream/compare/0.5.17...0.5.18){.external-link target="_blank"}

## 0.5.17

### What's Changed
Expand Down
Loading