Releases: ArcadeAI/arcade-py
Releases · ArcadeAI/arcade-py
v1.6.0
1.6.0 (2025-06-18)
Full Changelog: v1.5.0...v1.6.0
Features
Bug Fixes
- client: correctly parse binary response | stream (30b1399)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (f7d916c)
Chores
- ci: enable for pull requests (181f08f)
- docs: remove reference to rye shell (bb105b1)
- docs: remove unnecessary param examples (e63f45b)
- internal: update conftest.py (6f4b908)
- readme: update badges (e0ecda6)
- tests: add tests for httpx client instantiation & proxies (8328a61)
- tests: run tests in parallel (aabdc37)
v1.5.0
v1.4.0
1.4.0 (2025-04-25)
Full Changelog: v1.3.1...v1.4.0
Features
- api: api update (8ebf770)
- api: api update (db1894b)
- api: api update (fb62a65)
- api: api update (3133b01)
- api: api update (7290dc8)
- api: api update (#137) (7ce1f6a)
- api: api update (#138) (cb71d87)
- api: api update (#139) (9a0ef5a)
Bug Fixes
- ci: ensure pip is always available (#135) (fd63bd1)
- ci: remove publishing patch (#136) (bd4bfc8)
- perf: optimize some hot paths (c544b05)
- perf: skip traversing types for NotGiven values (af97129)
- pydantic v1: more robust ModelField.annotation check (be8bb32)
- types: handle more discriminated union shapes (#134) (2e8aa54)
Chores
- broadly detect json family of content-type headers (b562715)
- ci: add timeout thresholds for CI jobs (467dfb2)
- ci: only use depot for staging repos (eb51e05)
- client: minor internal fixes (4e548b8)
- internal: base client updates (1a4a717)
- internal: bump pyright version (6681c14)
- internal: bump rye to 0.44.0 (#133) (0068d95)
- internal: codegen related update (b551ba9)
- internal: codegen related update (#132) (85ff426)
- internal: expand CI branch coverage (02cc295)
- internal: fix list file params (1f6d1f3)
- internal: import reformatting (772a87c)
- internal: reduce CI branch coverage (f6d1892)
- internal: refactor retries to not use recursion (709debf)
- internal: remove extra empty newlines (#131) (4a0f409)
- internal: remove trailing character (#140) (850838e)
- internal: slight transform perf improvement (#142) (af27cc2)
- internal: update models test (ced3495)
- internal: update pyright settings (950f294)
Documentation
v1.3.1
v1.3.0
1.3.0 (2025-03-10)
Full Changelog: v1.2.1...v1.3.0
Features
- api: api update (#116) (398641f)
- api: api update (#117) (6e333f1)
- api: api update (#118) (83cf396)
- api: api update (#119) (e618af4)
- api: api update (#123) (c145e1e)
Chores
- docs: update client docstring (#121) (a30a866)
- internal: properly set pydantic_private (#114) (558c1bb)
- internal: remove unused http client options forwarding (#122) (6f0d183)