Skip to content

Releases: taskiq-python/taskiq-faststream

0.4.0

25 Dec 19:18
63dafcb

Choose a tag to compare

What's Changed

Taskiq's native middlewares support #121

from faststream.nats import NatsBroker
from taskiq_faststream import BrokerWrapper
from taskiq.middlewares.otel_middleware import OpenTelemetryMiddleware

broker = NatsBroker()

# Enable OpenTelemetry middleware
taskiq_broker = BrokerWrapper(broker, middlewares=[OpenTelemetryMiddleware()])

Full Changelog: 0.3.2...0.4.0

v0.3.2

19 Oct 07:46
11671f9

Choose a tag to compare

What's Changed

  • chore: add License info to distribution

Full Changelog: 0.3.1...0.3.2

v0.3.1

13 Oct 07:25
59b62b5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.3...0.3.1

v0.3.0

11 Oct 11:24
ad63918

Choose a tag to compare

What's Changed

FastStream 0.6.0 support

Full Changelog: 0.2.3...0.3.0

v0.2.3

07 Jun 19:46
ba20400

Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

v0.2.2

22 May 17:32
11bcebd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...0.2.2

v0.2.1

03 May 15:20

Choose a tag to compare

What's Changed

  • fix: FastStream 0.5.0 compatibility by @Lancetnik in #50
  • chore: drop python3.8 support

New Contributors

Full Changelog: 0.2.0...0.2.1

0.2.0

21 Aug 20:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.7...0.2.0

0.1.8

22 Apr 20:37
471b8cb

Choose a tag to compare

What's Changed

  • chore: add redis distribution, py3.12 support by @Lancetnik in #28
  • fix: FastStream 0.3.13 compat by @Lancetnik in #31
  • chore(deps): bump actions/cache from 3 to 4 by @dependabot in #32
  • chore(deps-dev): bump ruff from 0.1.13 to 0.1.14 by @dependabot in #33
  • chore(deps-dev): bump ruff from 0.1.14 to 0.2.0 by @dependabot in #35
  • chore(deps-dev): bump ruff from 0.2.0 to 0.2.1 by @dependabot in #36
  • chore(deps-dev): bump ruff from 0.2.1 to 0.2.2 by @dependabot in #37
  • chore(deps-dev): update pytest requirement from <8,>=7.4.0 to >=7.4.0,<9 by @dependabot in #34
  • chore(deps-dev): bump ruff from 0.2.2 to 0.3.0 by @dependabot in #38
  • chore(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #39
  • chore(deps-dev): bump ruff from 0.3.0 to 0.3.3 by @dependabot in #43
  • chore(deps): bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #42
  • chore(deps-dev): bump ruff from 0.3.3 to 0.3.5 by @dependabot in #45
  • chore(deps-dev): update mypy requirement from <1.9.0,>=1.8.0 to >=1.8.0,<1.10.0 by @dependabot in #40
  • fix: FastStream 0.5.0 compatibility by @Lancetnik in #50

Full Changelog: 0.1.7...0.1.8

0.1.7

20 Jan 10:42
28ca1d2

Choose a tag to compare

What's Changed

  • fix #30: latest FastStream version compatibility
  • chore(deps-dev): bump ruff from 0.1.11 to 0.1.13 by @dependabot in #29

Full Changelog: 0.1.6...0.1.7