Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: modern-python/faststream-outbox

Tags

0.13.1

Toggle 0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs(release): 0.13.1 release notes (#154)

Curated notes are mandatory for a stable tag; the release workflow aborts
before `just publish` if the file is missing.

0.13.0

Toggle 0.13.0's commit message

Verified

This commit was signed with the committer’s verified signature.
lesnik512 Artur Shiriev
docs(releases): 0.13.0 release notes

Free-threaded (3.14t) Python support: the Free Threading :: 2 - Beta
classifier, the freethreaded CI job, and docs. No runtime/API change.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>

0.12.0

Toggle 0.12.0's commit message
faststream-outbox 0.12.0 — architecture-deepening pass

0.11.0

Toggle 0.11.0's commit message
faststream-outbox 0.11.0 — performance pass: NOTIFY dedup, batched te…

…rminal flush, autovacuum tooling

0.10.5

Toggle 0.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: publish to PyPI via Trusted Publishing (OIDC) (#123)

* ci: publish to PyPI via Trusted Publishing (OIDC)

Drop the long-lived PYPI_TOKEN secret in favor of OIDC. uv publish
auto-detects the GitHub Actions id-token, so the release job grants
id-token: write and runs under a `pypi` environment that scopes the
PyPI Trusted Publisher.

Requires a matching Trusted Publisher on the faststream-outbox PyPI
project (workflow: release.yml, environment: pypi) before the next tag.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>

* docs(release): add 0.10.5 notes (Trusted Publishing pipeline)

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>

0.10.4

Toggle 0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs(releases): add 0.10.4 release notes (#113)

Patch release: internal refactors (#109-#111, no behavior change) + richer PyPI
metadata (#108). Drop-in upgrade. Tag/publish gated on explicit go per the
release procedure.

Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>

0.10.3

Toggle 0.10.3's commit message
faststream-outbox 0.10.3 — schema validation matches the lease CHECK …

…by predicate, not name

0.10.2

Toggle 0.10.2's commit message
0.10.2 — schema validation honors naming_convention

0.10.1

Toggle 0.10.1's commit message
faststream-outbox 0.10.1 — actionable schema-drift errors

0.10.0

Toggle 0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: draft 0.10.0 release notes (pass-3 audit closure + drain_timeou…

…t adapters) (#97)

Covers PRs #85-#96: the F5-01 High fix, the F8-01 FastAPI dlq/recorder forwarding and
F3-01 last_exception_renderer features, the drain_timeout metric, the robustness/validation
fixes, and the test-hardening + docs sweep. Three behavior notes flagged for upgraders.

Tag-driven release: pushing the bare `0.10.0` tag publishes to PyPI.

Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>