v0.1.10 — First PyPI publish
This is the first version actually published to PyPI. Versions 0.1.0 through 0.1.9 existed as git tags during pre-PyPI development but were never published to the registry.
Added
- PyPI Trusted Publishing: OIDC-backed release pipeline — no long-lived tokens.
- Providers: Implementation of
COSTrouting strategy across all cloud backends. - Security: 30-day post-close remediation — SSRF protection hardening, LRU rate-limit store, CI hardening (ruff + mypy strict + pytest-cov).
- Inference: Test suite added for the OpenAI-compatible handler; auth and parameter forwarding fixed.
Changed
- PyPI distribution name: finalised as
axonsdk-py.axon,axonpy,axon-sdk, andaxonsdkall failed PyPI's similarity check against existing packages. - README: CI badge, correct PyPI install name, ecosystem section linking the companion TS monorepo.
- SECURITY.md: updated contact and disclosure timeline.