github ag2ai/faststream 0.7.0rc0
v0.7.0rc0

16 hours ago

What's Changed

Just two main changes:

  1. from faststream.mqtt import MQTTBroker (thanks @borisalekseev)
  2. All deprecations removed:
    • publisher/subscriber-level middlewares
    • ack_policy now replaces several deprecated options
    • RedisJSONMessageParser removed. Now all services should use the binary message format.
    • broker.close removed, use broker.stop instead

You install the release manually

pip install "faststream[mqtt]==0.7.0rc0"
# or
uv add --pre "faststream[mqtt]==0.7.0rc0"

We will release a stable version as soon as we test MQTTBroker with production services (in a few weeks).

New Contributors

Full Changelog: 0.6.7...0.7.0rc0

Don't miss a new faststream release

NewReleases is sending notifications on new releases.