Skip to content

v0.1.10 — First PyPI publish

Choose a tag to compare

@deyzho deyzho released this 24 Apr 02:03
· 17 commits to master since this release

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 COST routing 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, and axonsdk all 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.