Skip to content

Releases: axioradev/axiora-sdk

v0.12.0

Choose a tag to compare

@stainless-app stainless-app released this 14 May 08:37
48a9530

0.12.0 (2026-05-13)

Full Changelog: v0.11.1...v0.12.0

Features

  • internal/types: support eagerly validating pydantic iterators (525c14a)

v0.11.1

Choose a tag to compare

@stainless-app stainless-app released this 11 May 16:38
9f91a70

0.11.1 (2026-05-09)

Full Changelog: v0.11.0...v0.11.1

Bug Fixes

  • client: add missing f-string prefix in file type error message (21523cc)

v0.11.0

Choose a tag to compare

@stainless-app stainless-app released this 07 May 01:19
fb83886

0.11.0 (2026-05-07)

Full Changelog: v0.10.0...v0.11.0

Features

  • add subsidiaries and shareholding-audit endpoints (9ca7183)
  • api: add is_consolidaed to FinancialOut (b2d9e3e)
  • api: add sections api endpoints (5b92006)
  • api: manual updates (1b5e6f9)
  • api: manual updates (12b1545)
  • api: manual updates (4ca4df3)
  • api: manual updates (8352e0d)
  • api: manual updates (ac38e70)
  • api: section endpoints (9cc9e74)
  • extend Company, Financial, SectorListItem, and Meta types (ccb6d59)
  • internal: implement indices array format for query and form serialization (7e1133e)
  • ontology: add resource for queryable field metadata (a556381)
  • support setting headers via env (472629b)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (12bceb9)
  • deps: bump minimum typing-extensions version (5431e43)
  • ensure file data are only sent as 1 parameter (dbbdbda)
  • pydantic: do not pass by_alias unless set (00361df)
  • sanitize endpoint path params (8cb29f7)
  • use correct field name format for multipart file arrays (10667a8)

Performance Improvements

  • client: optimize file structure copying in multipart requests (c9abccd)

Chores

  • ci: bump uv version (cb1c955)
  • ci: skip lint on metadata-only changes (a6e3968)
  • ci: skip uploading artifacts on stainless-internal branches (cd61b0e)
  • internal: make test_proxy_environment_variables more resilient to env (9fcbdd7)
  • internal: more robust bootstrap script (0dee67b)
  • internal: refactor authentication internals (e2069e2)
  • internal: reformat pyproject.toml (504892c)
  • internal: tweak CI branches (7c5d3c1)
  • internal: update gitignore (ca5cd8c)
  • regenerate openapi.json — add earnings, investors, watchlist, ownership chart endpoints (d03f181)
  • release: 0.10.0 (4e2ca86)
  • sync repo (0304381)
  • update SDK settings (cee414e)
  • update SDK settings (4d1ea9f)
  • update SDK settings (622f5f7)
  • update SDK settings (6c69d33)
  • update SDK settings (6a915cc)
  • update SDK settings (81f7667)
  • update SDK settings (a6510c8)
  • update SDK settings (0124007)
  • update SDK settings (db38a9e)

Documentation

  • rewrite README product-first and update api.md (7666543)

v0.9.0

Choose a tag to compare

@stainless-app stainless-app released this 06 May 23:37
1227d7a

0.9.0 (2026-05-01)

Full Changelog: v0.8.2...v0.9.0

Features

  • support setting headers via env (472629b)

Bug Fixes

  • use correct field name format for multipart file arrays (10667a8)

Performance Improvements

  • client: optimize file structure copying in multipart requests (c9abccd)

Chores

  • internal: more robust bootstrap script (0dee67b)
  • internal: reformat pyproject.toml (504892c)

v0.8.2

Choose a tag to compare

@stainless-app stainless-app released this 12 Apr 09:37
f282e01

0.8.2 (2026-04-12)

Full Changelog: v0.8.1...v0.8.2

Chores

  • regenerate openapi.json — add earnings, investors, watchlist, ownership chart endpoints (d03f181)

v0.8.1

Choose a tag to compare

@stainless-app stainless-app released this 12 Apr 09:32
b7a6009

0.8.1 (2026-04-11)

Full Changelog: v0.8.0...v0.8.1

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (12bceb9)
  • ensure file data are only sent as 1 parameter (dbbdbda)

v0.8.0

Choose a tag to compare

@stainless-app stainless-app released this 31 Mar 02:53
ac583de

0.8.0 (2026-03-31)

Full Changelog: v0.7.0...v0.8.0

Features

v0.7.0

Choose a tag to compare

@stainless-app stainless-app released this 31 Mar 02:30
7317660

0.7.0 (2026-03-31)

Full Changelog: v0.6.0...v0.7.0

Features

v0.6.0

Choose a tag to compare

@stainless-app stainless-app released this 31 Mar 02:28
5b2f1f2

0.6.0 (2026-03-27)

Full Changelog: v0.5.0...v0.6.0

Features

  • internal: implement indices array format for query and form serialization (7e1133e)

Bug Fixes

  • deps: bump minimum typing-extensions version (5431e43)
  • pydantic: do not pass by_alias unless set (00361df)
  • sanitize endpoint path params (8cb29f7)

Chores

  • ci: skip lint on metadata-only changes (a6e3968)
  • ci: skip uploading artifacts on stainless-internal branches (cd61b0e)
  • internal: refactor authentication internals (e2069e2)
  • internal: tweak CI branches (7c5d3c1)
  • internal: update gitignore (ca5cd8c)

v0.5.0

Choose a tag to compare

@stainless-app stainless-app released this 03 Mar 07:40
c6bc0aa

0.5.0 (2026-03-03)

Full Changelog: v0.4.0...v0.5.0

Features

  • api: add sections api endpoints (5b92006)
  • api: section endpoints (9cc9e74)

Chores