v0.5.17
What's Changed
Just a hotfix for the following case:
@broker.subscriber(...)
async def handler():
return NatsResponse(...)
await broker.publish(..., rpc=True)
- chore(deps): bump semgrep from 1.83.0 to 1.84.0 by @dependabot in #1650
- chore(deps): bump mkdocs-material from 9.5.30 to 9.5.31 by @dependabot in #1651
- Update Release Notes for 0.5.16 by @faststream-release-notes-updater in #1652
- hotfix: correct NatsResponse processing in RPC case by @Lancetnik in #1654
Full Changelog: 0.5.16...0.5.17