Claude/setup cicd release workflow 2kbyj#22
Merged
Conversation
- auto-tag-release: fire on every master PR merge (patch default), not just labeled PRs — ensures every master merge triggers a v* tag which in turn drives PyPI + Docker + GitHub Release via release.yml - release: remove publish-testpypi-master job (master no longer publishes to TestPyPI; stable releases flow through v* tags only) - release: remove master from on.push.branches (no direct branch publish from master; all PyPI releases are tag-driven) - release: decouple github-release from publish-docker so GitHub Release and PyPI versions stay aligned regardless of Docker status - release: update channel mapping comment to reflect three-lane model: dev → TestPyPI (0.0.0.devN), stage → TestPyPI (0.0.0aN), master → PyPI (vX.Y.Z via auto-tag) https://claude.ai/code/session_011TVGTau9dgMHDuCo9qrDNV
…3.13 CI - benchmarks/update_readme_benchmarks.py: remove extra blank line after import block (ruff I001 - import block un-sorted or un-formatted) - FasterAPI/response.py: cast msgspec.json.encode() return value to bytes in JSONResponse._render so mypy strict no-any-return check passes (msgspec stubs type the return as Any; cast is zero-cost at runtime) https://claude.ai/code/session_011TVGTau9dgMHDuCo9qrDNV
Align feature branch with the rebuilt stage content: - release.yml: 2-branch model (stage → TestPyPI, v* tag → PyPI) - auto-tag-release.yml: master+stage only, no dev-v prefix https://claude.ai/code/session_011TVGTau9dgMHDuCo9qrDNV
Contributor
Benchmark results
🟢 Benchmark status: improvement detected. HTTP throughput (FasterAPI vs FastAPI vs Fiber)
Direct ASGI (no HTTP; 50,000 iterations)
Routing (radix vs regex, 1,500,000 lookups)
How to read this
|
EshwarCVS
added a commit
that referenced
this pull request
Apr 17, 2026
…rkflow-2kbyj Claude/setup cicd release workflow 2kbyj
EshwarCVS
added a commit
that referenced
this pull request
Apr 17, 2026
…rkflow-2kbyj Claude/setup cicd release workflow 2kbyj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Checklist
pytest --cov=FasterAPI)README.mdor wiki updated if user-facing behavior changedType of Change
Related Issues