Skip to content

0.6.0rc2 release 08-29-2025 - #2454

Merged
Lancetnik merged 80 commits into
mainfrom
dev
Sep 4, 2025
Merged

0.6.0rc2 release 08-29-2025#2454
Lancetnik merged 80 commits into
mainfrom
dev

Conversation

@Lancetnik

Copy link
Copy Markdown
Member

No description provided.

Kolanar and others added 6 commits August 8, 2025 23:08
… command

- Added instruction to upgrade pip to fix `pip install --group` error
- Fixed mkdocs serve errors by ensuring dependencies and environment setup
- Verified changes do not affect other parts of the system
- Ready to discuss any proposed changes and feedback
… command

- Added instruction to upgrade pip to fix `pip install --group` error
- Fixed mkdocs serve errors by ensuring dependencies and environment setup
- Verified changes do not affect other parts of the system
- Ready to discuss any proposed changes and feedback
Changed the documentation server startup instructions to use the
`just docs-serve` command instead of directly running `mkdocs serve`.
…mmands

- Changed documentation to use `just docs-serve` for starting the local docs server
- Added note about using `just docs-serve --full` for a full build with all dependencies
…mmands

- Changed documentation to use `just docs-serve` for starting the local docs server
- Added note about using `just docs-serve --full` for a full build with all dependencies
@Lancetnik
Lancetnik marked this pull request as draft August 14, 2025 17:44
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Aug 14, 2025
@github-actions github-actions Bot added the github_actions Pull requests that update GitHub Actions code label Aug 14, 2025
dependabot Bot and others added 5 commits August 14, 2025 17:46
Bumps the pip group with 3 updates: [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin), [ruff](https://github.com/astral-sh/ruff) and [zizmor](https://github.com/zizmorcore/zizmor).


Updates `mkdocs-macros-plugin` from 1.3.7 to 1.3.9
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)
- [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md)
- [Commits](fralau/mkdocs-macros-plugin@v1.3.7...v1.3.9)

Updates `ruff` from 0.12.8 to 0.12.9
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.12.8...0.12.9)

Updates `zizmor` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/zizmorcore/zizmor/releases)
- [Changelog](https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md)
- [Commits](zizmorcore/zizmor@v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: mkdocs-macros-plugin
  dependency-version: 1.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: ruff
  dependency-version: 0.12.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: zizmor
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `actions/checkout` from 4.3.0 to 5.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@08eba0b...08c6903)

Updates `astral-sh/setup-uv` from 6.4.3 to 6.5.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@e92bafb...d9e0f98)

Updates `github/codeql-action` from 3.29.8 to 3.29.9
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@76621b6...df55935)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: astral-sh/setup-uv
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 3.29.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…actions-f199e20f30

chore(deps): bump the github-actions group with 3 updates
@Lancetnik
Lancetnik marked this pull request as ready for review August 14, 2025 18:00
@Lancetnik
Lancetnik marked this pull request as draft August 14, 2025 18:05
Lancetnik and others added 13 commits August 14, 2025 18:05
chore(deps): bump the pip group with 3 updates
Added a visual schema/table to the Lifespan Hooks documentation showing:
- All existing hooks (`on_startup`, `after_startup`, `on_shutdown`, `after_shutdown`)
- Their execution order
- Available resources (CLI args, context, broker) for each hook

This makes it easier to understand when hooks are called and what can be accessed at each stage.
Added a complete example in the Lifespan Hooks documentation showing:
- All four hook types (`on_startup`, `after_startup`, `on_shutdown`, `after_shutdown`)
- Multiple functions per hook type
- Execution order with formatted console output

This improves clarity on how hooks are registered, executed, and in what order they appear in logs.
dependabot Bot and others added 17 commits September 2, 2025 17:10
Bumps the github-actions group with 3 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [github/codeql-action](https://github.com/github/codeql-action) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action).


Updates `astral-sh/setup-uv` from 6.6.0 to 6.6.1
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@4959332...557e51d)

Updates `github/codeql-action` from 3.29.11 to 3.30.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@3c3833e...2d92b76)

Updates `actions/dependency-review-action` from 4.7.2 to 4.7.3
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@bc41886...595b5ae)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 6.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 3.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/dependency-review-action
  dependency-version: 4.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…actions-0fc3b08fa3

chore(deps): bump the github-actions group with 3 updates
Feat: switch image from bitnami to confluent
@github-actions github-actions Bot added the Redis Issues related to `faststream.redis` module and Redis features label Sep 4, 2025
@Lancetnik
Lancetnik marked this pull request as ready for review September 4, 2025 20:36

@marklysze marklysze left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solid work, thanks @Lancetnik!

@marklysze
marklysze added this pull request to the merge queue Sep 4, 2025
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to a conflict with the base branch Sep 4, 2025
@Lancetnik
Lancetnik added this pull request to the merge queue Sep 4, 2025
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to a conflict with the base branch Sep 4, 2025
@Lancetnik
Lancetnik added this pull request to the merge queue Sep 4, 2025
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to a conflict with the base branch Sep 4, 2025
@Lancetnik
Lancetnik merged commit 4e7395f into main Sep 4, 2025
66 of 67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AioKafka Issues related to `faststream.kafka` module Confluent Issues related to `faststream.confluent` module dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation github_actions Pull requests that update GitHub Actions code NATS Issues related to `faststream.nats` module and NATS broker features Observability Redis Issues related to `faststream.redis` module and Redis features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants