You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/en/release.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,25 @@ hide:
12
12
---
13
13
14
14
# Release Notes
15
+
## 0.6.2
16
+
17
+
### What's Changed
18
+
19
+
* Asgi request validation error and docs by [@borisalekseev](https://github.com/borisalekseev){.external-link target="_blank"} in [#2525](https://github.com/ag2ai/faststream/pull/2525){.external-link target="_blank"}
20
+
* fix: docs render if broker is set by set_broker by [@Sehat1137](https://github.com/Sehat1137){.external-link target="_blank"} in [#2592](https://github.com/ag2ai/faststream/pull/2592){.external-link target="_blank"}
21
+
* feat: custom labels in prometheus metrics by @roma-frolov in [#2555](https://github.com/ag2ai/faststream/pull/2555){.external-link target="_blank"}
22
+
* Add LICENSE file info in distribution by [@Nifacy](https://github.com/Nifacy){.external-link target="_blank"} in [#2595](https://github.com/ag2ai/faststream/pull/2595){.external-link target="_blank"}
23
+
* Mock `xack` and `xdel` methods in Redis testing setup. by [@powersemmi](https://github.com/powersemmi){.external-link target="_blank"} in [#2599](https://github.com/ag2ai/faststream/pull/2599){.external-link target="_blank"}
24
+
* fix: correct group_id default usage by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [#2601](https://github.com/ag2ai/faststream/pull/2601){.external-link target="_blank"}
25
+
* fix: force ERROR log level in CriticalLogMiddleware by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [#2602](https://github.com/ag2ai/faststream/pull/2602){.external-link target="_blank"}
26
+
* fix: AsyncAPI 3.0 server security use ref by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [#2603](https://github.com/ag2ai/faststream/pull/2603){.external-link target="_blank"}
27
+
* lint: fix confluent subscriber decorator annotation by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [#2604](https://github.com/ag2ai/faststream/pull/2604){.external-link target="_blank"}
28
+
29
+
### New Contributors
30
+
* [@Nifacy](https://github.com/Nifacy){.external-link target="_blank"} made their first contribution in [#2595](https://github.com/ag2ai/faststream/pull/2595){.external-link target="_blank"}
0 commit comments