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

Skip to content

Tags: modern-python/lite-bootstrap

Tags

Verified

This tag was signed with the committer’s verified signature.
lesnik512 Artur Shiriev

1.4.1

Toggle 1.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
lesnik512 Artur Shiriev
lite-bootstrap 1.4.1 — one physical line per rendered structlog event

1.4.0

Toggle 1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
lesnik512 Artur Shiriev
lite-bootstrap 1.4.0 — Litestar access logging off by default

1.3.2

Toggle 1.3.2's commit message
lite-bootstrap 1.3.2 — fix lite-bootstrap[litestar] import (guard pro…

…metheus plugin)

1.3.1

Toggle 1.3.1's commit message
lite-bootstrap 1.3.1 — fix bare-install import (declare typing-extens…

…ions)

1.3.0

Toggle 1.3.0's commit message
lite-bootstrap 1.3.0 — free-threaded Python support, orjson opt-in, O…

…TLP-http exporter

1.2.3

Toggle 1.2.3'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) (#145)

* 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 lite-bootstrap 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 1.2.3 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]>

1.2.2

Toggle 1.2.2's commit message
lite-bootstrap 1.2.2

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: lift fastapi<0.137 cap; require instrumentator>=8.0.1 (#133)

The cap (1.1.1) existed only because prometheus-fastapi-instrumentator <=8.0.0
crashed on FastAPI 0.137's _IncludedRouter. Fixed upstream in instrumentator
8.0.1 (issue #370). Remove fastapi<0.137 and raise the fastapi-metrics floor to
>=8.0.1 so the fix is guaranteed wherever metrics are installed. Verified against
FastAPI 0.138.0 + instrumentator 8.0.2: full suite green at 100%.

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

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
lesnik512 Artur Shiriev
docs: release notes for 1.2.0

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