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
Fix hashing and equality consistency in RabbitMQ schemas
Ensured RabbitQueue, RabbitExchange, and Channel schemas have consistent __eq__ and __hash__ methods.
Key changes:
- Implemented value-based equality and hashing for RabbitMQ schemas to support reliable caching in RabbitDeclarer.
- Updated testing.py to use name-based exchange matching in FakeProducer, maintaining compatibility with the mock environment while allowing stricter schema validation.
Copy file name to clipboardExpand all lines: docs/docs/en/release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The main feature of this release is the **Try It Out** feature for your **Async
20
20
21
21
Now you can test your developing application directly from the web, just like Swagger for HTTP. It supports in-memory publication to test a subscriber and real broker publication to verify behavior in real scenarios.
* feat: Add Try It Out feature for AsyncAPI documentation by [@vvlrff](https://github.com/vvlrff){.external-link target="_blank"} in [#2777](https://github.com/ag2ai/faststream/pull/2777){.external-link target="_blank"}
0 commit comments