Skip to content

Latest commit

 

History

History
1371 lines (770 loc) · 76.6 KB

File metadata and controls

1371 lines (770 loc) · 76.6 KB

Changelog

1.24.1 (2026-04-01)

Full Changelog: v1.24.0...v1.24.1

Chores

  • tests: bump steady to v0.20.1 (5fb2fbf)
  • tests: bump steady to v0.20.2 (007d6fd)

1.24.0 (2026-03-29)

Full Changelog: v1.23.0...v1.24.0

Features

1.23.0 (2026-03-27)

Full Changelog: v1.22.2...v1.23.0

Features

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

1.22.2 (2026-03-25)

Full Changelog: v1.22.1...v1.22.2

Bug Fixes

  • sanitize endpoint path params (3d04ad1)

Chores

  • ci: skip lint on metadata-only changes (dc9ab43)
  • internal: update gitignore (ad43452)
  • tests: bump steady to v0.19.4 (7dc10af)
  • tests: bump steady to v0.19.5 (d0e4a0f)
  • tests: bump steady to v0.19.6 (b068311)
  • tests: bump steady to v0.19.7 (d9c7629)

Refactors

  • tests: switch from prism to steady (9737588)

1.22.1 (2026-03-17)

Full Changelog: v1.22.0...v1.22.1

Bug Fixes

  • deps: bump minimum typing-extensions version (13f6b82)
  • pydantic: do not pass by_alias unless set (658f6ca)

Chores

  • internal: tweak CI branches (0187280)

1.22.0 (2026-03-14)

Full Changelog: v1.21.0...v1.22.0

Features

1.21.0 (2026-03-10)

Full Changelog: v1.20.0...v1.21.0

Features

1.20.0 (2026-03-09)

Full Changelog: v1.19.7...v1.20.0

Features

1.19.7 (2026-03-07)

Full Changelog: v1.19.6...v1.19.7

Chores

  • ci: skip uploading artifacts on stainless-internal branches (0192fc9)

1.19.6 (2026-03-06)

Full Changelog: v1.19.5...v1.19.6

Chores

  • test: do not count install time for mock server timeout (7869bca)

1.19.5 (2026-02-26)

Full Changelog: v1.19.4...v1.19.5

Chores

  • internal: make test_proxy_environment_variables more resilient to env (e583264)

1.19.4 (2026-02-24)

Full Changelog: v1.19.3...v1.19.4

Chores

  • internal: add request options to SSE classes (82eb18f)
  • internal: make test_proxy_environment_variables more resilient (8d549cc)

1.19.3 (2026-02-20)

Full Changelog: v1.19.2...v1.19.3

Chores

  • update mock server docs (71a7ebf)

1.19.2 (2026-02-13)

Full Changelog: v1.19.1...v1.19.2

Chores

  • format all api.md files (a800c7d)
  • internal: fix lint error on Python 3.14 (790e84d)

1.19.1 (2026-02-10)

Full Changelog: v1.19.0...v1.19.1

Chores

  • internal: bump dependencies (62f3fa1)

1.19.0 (2026-01-30)

Full Changelog: v1.18.2...v1.19.0

Features

  • client: add custom JSON encoder for extended type support (b86708c)

1.18.2 (2026-01-24)

Full Changelog: v1.18.1...v1.18.2

Chores

  • ci: upgrade actions/github-script (b53a0e7)

1.18.1 (2026-01-17)

Full Changelog: v1.18.0...v1.18.1

Chores

  • internal: update actions/checkout version (a74da99)

1.18.0 (2026-01-14)

Full Changelog: v1.17.8...v1.18.0

Features

  • client: add support for binary request streaming (65e70c7)

1.17.8 (2026-01-02)

Full Changelog: v1.17.7...v1.17.8

Bug Fixes

  • compat with Python 3.14 (2ebc518)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (37abc5b)
  • ensure streams are always closed (75f1288)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (f10f373)
  • use async_to_httpx_files in patch method (bb271d4)

Chores

  • add missing docstrings (5daefdd)
  • add Python 3.14 classifier and testing (5ba9679)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (167648d)
  • docs: use environment variables for authentication in code snippets (a2ac5df)
  • internal/tests: avoid race condition with implicit client cleanup (f6c9ee8)
  • internal: add --fix argument to lint script (fecb3ed)
  • internal: add missing files argument to base client (1744224)
  • internal: codegen related update (dc918e3)
  • internal: grammar fix (it's -> its) (aa8df91)
  • package: drop Python 3.8 support (b633259)
  • speedup initial import (d938f66)
  • update lockfile (4fd805d)

1.17.7 (2025-10-30)

Full Changelog: v1.17.6...v1.17.7

Bug Fixes

  • client: close streams without requiring full consumption (70f09eb)

1.17.6 (2025-10-18)

Full Changelog: v1.17.5...v1.17.6

Chores

  • bump httpx-aiohttp version to 0.1.9 (6ae619a)

1.17.5 (2025-10-11)

Full Changelog: v1.17.4...v1.17.5

Chores

  • internal: detect missing future annotations with ruff (9807d04)

1.17.4 (2025-09-23)

Full Changelog: v1.17.3...v1.17.4

Chores

1.17.3 (2025-09-20)

Full Changelog: v1.17.2...v1.17.3

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (39dcea7)

1.17.2 (2025-09-19)

Full Changelog: v1.17.1...v1.17.2

Chores

  • internal: update pydantic dependency (c13d52b)
  • types: change optional parameter type from NotGiven to Omit (c24d539)

1.17.1 (2025-09-06)

Full Changelog: v1.17.0...v1.17.1

Chores

  • internal: move mypy configurations to pyproject.toml file (baa06e6)
  • tests: simplify get_platform test (0cced81)

1.17.0 (2025-09-04)

Full Changelog: v1.16.0...v1.17.0

Features

  • improve future compat with pydantic v3 (1b63906)

1.16.0 (2025-09-03)

Full Changelog: v1.15.5...v1.16.0

Features

  • types: replace List[str] with SequenceNotStr in params (810c88d)

1.15.5 (2025-08-30)

Full Changelog: v1.15.4...v1.15.5

Chores

  • internal: add Sequence related utils (767a34a)

1.15.4 (2025-08-27)

Full Changelog: v1.15.3...v1.15.4

Bug Fixes

  • avoid newer type syntax (4100abb)

Chores

  • internal: update pyright exclude list (c71f41b)

1.15.3 (2025-08-26)

Full Changelog: v1.15.2...v1.15.3

Chores

  • internal: change ci workflow machines (0225ca8)
  • update github action (f1e8695)

1.15.2 (2025-08-10)

Full Changelog: v1.15.1...v1.15.2

Chores

  • internal: update comment in script (b0cd25c)
  • update @stainless-api/prism-cli to v5.15.0 (af3e4cf)

1.15.1 (2025-08-06)

Full Changelog: v1.15.0...v1.15.1

Chores

  • internal: fix ruff target version (5d8b092)

1.15.0 (2025-07-31)

Full Changelog: v1.14.2...v1.15.0

Features

  • client: support file upload requests (27cab18)

1.14.2 (2025-07-25)

Full Changelog: v1.14.1...v1.14.2

Chores

  • project: add settings file for vscode (995b6d4)

1.14.1 (2025-07-23)

Full Changelog: v1.14.0...v1.14.1

Bug Fixes

  • parsing: ignore empty metadata (eef0db2)
  • parsing: parse extra field types (e477fc8)

1.14.0 (2025-07-15)

Full Changelog: v1.13.5...v1.14.0

Features

  • clean up environment call outs (ecac1f6)

1.13.5 (2025-07-12)

Full Changelog: v1.13.4...v1.13.5

Bug Fixes

  • client: don't send Content-Type header on GET requests (935e2d2)

Chores

  • readme: fix version rendering on pypi (e29e75d)

1.13.4 (2025-07-10)

Full Changelog: v1.13.3...v1.13.4

Bug Fixes

  • parsing: correctly handle nested discriminated unions (d1bb078)

1.13.3 (2025-07-09)

Full Changelog: v1.13.2...v1.13.3

Chores

  • internal: bump pinned h11 dep (495b65d)
  • package: mark python 3.13 as supported (404807c)

1.13.2 (2025-07-05)

Full Changelog: v1.13.1...v1.13.2

Chores

1.13.1 (2025-07-02)

Full Changelog: v1.13.0...v1.13.1

Bug Fixes

  • ci: correct conditional (1b938b2)

Chores

  • ci: change upload type (add541c)
  • ci: only run for pushes and fork pull requests (e15aec6)

1.13.0 (2025-06-27)

Full Changelog: v1.12.2...v1.13.0

Features

  • client: add support for aiohttp (30eada9)

Bug Fixes

  • ci: release-doctor — report correct token name (32bbbb3)

Chores

  • tests: skip some failing tests on the latest python versions (6a88517)

1.12.2 (2025-06-19)

Full Changelog: v1.12.1...v1.12.2

Bug Fixes

  • tests: fix: tests which call HTTP endpoints directly with the example parameters (355779a)

Chores

  • ci: enable for pull requests (2b9118f)
  • internal: update conftest.py (a2b6c3e)
  • readme: update badges (dc50499)
  • tests: add tests for httpx client instantiation & proxies (55c4719)

Documentation

  • client: fix httpx.Timeout documentation reference (5e8cb3a)

1.12.1 (2025-06-13)

Full Changelog: v1.12.0...v1.12.1

Bug Fixes

  • client: correctly parse binary response | stream (4bc049c)

Chores

  • tests: run tests in parallel (1329bbe)

1.12.0 (2025-06-03)

Full Changelog: v1.11.1...v1.12.0

Features

  • client: add follow_redirects request option (569c63a)

Chores

  • docs: remove reference to rye shell (064f5b8)

1.11.1 (2025-05-22)

Full Changelog: v1.11.0...v1.11.1

Chores

  • docs: grammar improvements (052af65)

1.11.0 (2025-05-20)

Full Changelog: v1.10.0...v1.11.0

Features

1.10.0 (2025-05-17)

Full Changelog: v1.9.1...v1.10.0

Features

1.9.1 (2025-05-16)

Full Changelog: v1.9.0...v1.9.1

Chores

  • internal: codegen related update (d996edf)

1.9.0 (2025-05-15)

Full Changelog: v1.8.6...v1.9.0

Features

  • client: support digest authentication (7968d8e)
  • client: support digest authentication (645fab1)
  • client: support digest authentication (442412c)
  • client: support digest authentication (78752fb)

Bug Fixes

  • pydantic v1: more robust ModelField.annotation check (0bf5ca2)
  • suppress type checking warnings in stops_for_location.py (6f86de6)

Chores

  • broadly detect json family of content-type headers (4ac9df4)
  • ci: add timeout thresholds for CI jobs (4f9bf3f)
  • ci: only use depot for staging repos (b943cd6)
  • client: minor internal fixes (46ef2ca)
  • formatting (3a1f625)
  • internal: base client updates (5dcff0e)
  • internal: bump pyright version (372d33b)
  • internal: codegen related update (f2c26ec)
  • internal: fix list file params (2401f32)
  • internal: import reformatting (55369d4)
  • internal: minor formatting changes (769fecb)
  • internal: refactor retries to not use recursion (f034ad2)
  • internal: update models test (6d50ec1)
  • internal: update pyright settings (2583fea)

1.8.6 (2025-05-15)

Full Changelog: v1.8.5...v1.8.6

Bug Fixes

  • perf: optimize some hot paths (ddf06ce)
  • perf: skip traversing types for NotGiven values (3ef7f7b)

Chores

  • internal: codegen related update (#290) (ae2f18c)
  • internal: expand CI branch coverage (3ba0a52)
  • internal: reduce CI branch coverage (c2e056e)
  • internal: slight transform perf improvement (#291) (f74def5)

1.8.5 (2025-05-15)

Full Changelog: v1.8.4...v1.8.5

Chores

1.8.4 (2025-03-27)

Full Changelog: v1.8.3...v1.8.4

Bug Fixes

Chores

1.8.3 (2025-03-04)

Full Changelog: v1.8.2...v1.8.3

Chores

  • docs: update client docstring (#274) (cd68881)
  • internal: remove unused http client options forwarding (#276) (7b2e2e5)

Documentation

  • update URLs from stainlessapi.com to stainless.com (#273) (362a2f9)

1.8.2 (2025-02-26)

Full Changelog: v1.8.1...v1.8.2

Chores

  • internal: properly set pydantic_private (#270) (b14c2b5)

1.8.1 (2025-02-22)

Full Changelog: v1.8.0...v1.8.1

Chores

1.8.0 (2025-02-21)

Full Changelog: v1.7.1...v1.8.0

Features

  • client: allow passing NotGiven for body (#264) (a4b3083)

Bug Fixes

  • client: mark some request bodies as optional (a4b3083)

1.7.1 (2025-02-14)

Full Changelog: v1.7.0...v1.7.1

Bug Fixes

1.7.0 (2025-02-08)

Full Changelog: v1.6.0...v1.7.0

Features

  • chore(tests): formatting (dbb3cd7)

1.6.0 (2025-02-08)

Full Changelog: v1.5.2...v1.6.0

Features

  • fix(tests): use urllib.parse.quote_plus for API key encoding in expected URLs (41dfd84)

1.5.2 (2025-02-07)

Full Changelog: v1.5.1...v1.5.2

Chores

  • internal: minor type handling changes (#254) (401146a)

1.5.1 (2025-02-07)

Full Changelog: v1.5.0...v1.5.1

Chores

  • internal: fix type traversing dictionary params (#251) (6dc1d57)

1.5.0 (2025-02-06)

Full Changelog: v1.4.23...v1.5.0

Features

  • client: send X-Stainless-Read-Timeout header (#248) (2bdb366)

1.4.23 (2025-02-04)

Full Changelog: v1.4.22...v1.4.23

Chores

1.4.22 (2025-02-04)

Full Changelog: v1.4.21...v1.4.22

Chores

  • internal: change default timeout to an int (#242) (7a6abd4)

1.4.21 (2025-01-24)

Full Changelog: v1.4.20...v1.4.21

Chores

1.4.20 (2025-01-23)

Full Changelog: v1.4.19...v1.4.20

Chores

1.4.19 (2025-01-22)

Full Changelog: v1.4.18...v1.4.19

Chores

1.4.18 (2025-01-21)

Full Changelog: v1.4.17...v1.4.18

Documentation

1.4.17 (2025-01-17)

Full Changelog: v1.4.16...v1.4.17

Chores

1.4.16 (2025-01-10)

Full Changelog: v1.4.15...v1.4.16

Bug Fixes

  • correctly handle deserialising cls fields (#223) (33d5ab7)

1.4.15 (2025-01-09)

Full Changelog: v1.4.14...v1.4.15

Chores

1.4.14 (2025-01-09)

Full Changelog: v1.4.13...v1.4.14

Documentation

1.4.13 (2025-01-08)

Full Changelog: v1.4.12...v1.4.13

Chores

1.4.12 (2025-01-07)

Full Changelog: v1.4.11...v1.4.12

Chores

1.4.11 (2025-01-02)

Full Changelog: v1.4.10...v1.4.11

Chores

1.4.10 (2024-12-21)

Full Changelog: v1.4.9...v1.4.10

Chores

1.4.9 (2024-12-17)

Full Changelog: v1.4.8...v1.4.9

Chores

1.4.8 (2024-12-17)

Full Changelog: v1.4.7...v1.4.8

Chores

1.4.7 (2024-12-17)

Full Changelog: v1.4.6...v1.4.7

Chores

1.4.6 (2024-12-14)

Full Changelog: v1.4.5...v1.4.6

Chores

1.4.5 (2024-12-13)

Full Changelog: v1.4.4...v1.4.5

Chores

1.4.4 (2024-12-10)

Full Changelog: v1.4.3...v1.4.4

Chores

1.4.3 (2024-12-10)

Full Changelog: v1.4.2...v1.4.3

Chores

1.4.2 (2024-12-04)

Full Changelog: v1.4.1...v1.4.2

Chores

1.4.1 (2024-12-03)

Full Changelog: v1.4.0...v1.4.1

Chores

1.4.0 (2024-11-29)

Full Changelog: v1.3.0...v1.4.0

Features

1.3.0 (2024-11-29)

Full Changelog: v1.2.13...v1.3.0

Features

1.2.13 (2024-11-28)

Full Changelog: v1.2.12...v1.2.13

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#170) (0409197)

1.2.12 (2024-11-28)

Full Changelog: v1.2.11...v1.2.12

Chores

  • internal: exclude mypy from running on tests (#167) (e5a89a4)

1.2.11 (2024-11-26)

Full Changelog: v1.2.10...v1.2.11

Chores

  • remove now unused cached-property dep (#164) (327cdeb)

1.2.10 (2024-11-22)

Full Changelog: v1.2.9...v1.2.10

Documentation

1.2.9 (2024-11-22)

Full Changelog: v1.2.8...v1.2.9

Chores

  • internal: fix compat model_dump method when warnings are passed (#158) (699d488)

1.2.8 (2024-11-18)

Full Changelog: v1.2.7...v1.2.8

Chores

  • rebuild project due to codegen change (#155) (a1206f8)

1.2.7 (2024-11-12)

Full Changelog: v1.2.6...v1.2.7

Chores

  • rebuild project due to codegen change (#152) (0ccfcf3)

1.2.6 (2024-11-12)

Full Changelog: v1.2.5...v1.2.6

Chores

  • rebuild project due to codegen change (#149) (a4f5f5c)

1.2.5 (2024-11-06)

Full Changelog: v1.2.4...v1.2.5

Chores

  • rebuild project due to codegen change (#144) (8a06a1e)
  • rebuild project due to codegen change (#146) (2dcaaff)

1.2.4 (2024-11-04)

Full Changelog: v1.2.3...v1.2.4

Chores

  • rebuild project due to codegen change (#141) (d52c16a)

1.2.3 (2024-11-02)

Full Changelog: v1.2.2...v1.2.3

Chores

  • rebuild project due to codegen change (#138) (2b313bd)

1.2.2 (2024-11-01)

Full Changelog: v1.2.1...v1.2.2

Chores

  • rebuild project due to codegen change (#135) (34f0283)

1.2.1 (2024-10-28)

Full Changelog: v1.2.0...v1.2.1

Chores

  • rebuild project due to codegen change (#132) (39da39b)

1.2.0 (2024-10-22)

Full Changelog: v1.1.6...v1.2.0

Features

1.1.6 (2024-10-07)

Full Changelog: v1.1.5...v1.1.6

Chores

1.1.5 (2024-10-07)

Full Changelog: v1.1.4...v1.1.5

Bug Fixes

  • client: avoid OverflowError with very large retry counts (#124) (5f67626)

1.1.4 (2024-10-07)

Full Changelog: v1.1.3...v1.1.4

Chores

  • internal: add support for parsing bool response content (#121) (390f17a)

1.1.3 (2024-10-02)

Full Changelog: v1.1.2...v1.1.3

Chores

1.1.2 (2024-10-02)

Full Changelog: v1.1.1...v1.1.2

Chores

1.1.1 (2024-09-27)

Full Changelog: v1.1.0...v1.1.1

Chores

1.1.0 (2024-09-11)

Full Changelog: v1.0.0...v1.1.0

Features

  • api: OpenAPI spec update via Stainless API (#110) (6ae5ddf)

Chores

Documentation

  • readme: add section on determining installed version (#108) (01b74e9)

1.0.0 (2024-08-28)

Full Changelog: v0.1.0-alpha.19...v1.0.0

Chores

0.1.0-alpha.19 (2024-08-24)

Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19

Features

  • api: OpenAPI spec update via Stainless API (#99) (e2d03b3)

0.1.0-alpha.18 (2024-08-20)

Full Changelog: v0.1.0-alpha.17...v0.1.0-alpha.18

Features

  • api: OpenAPI spec update via Stainless API (#81) (71f8ac8)
  • api: OpenAPI spec update via Stainless API (#85) (87a9f3f)
  • api: OpenAPI spec update via Stainless API (#86) (d63524a)
  • api: OpenAPI spec update via Stainless API (#87) (d4f2ca0)
  • api: OpenAPI spec update via Stainless API (#88) (3543b38)
  • api: OpenAPI spec update via Stainless API (#89) (b56865a)
  • api: OpenAPI spec update via Stainless API (#93) (be44ac5)
  • api: OpenAPI spec update via Stainless API (#94) (2ebd77c)
  • api: OpenAPI spec update via Stainless API (#95) (54d58cf)
  • api: OpenAPI spec update via Stainless API (#96) (7cc92e8)
  • api: OpenAPI spec update via Stainless API (#97) (c3ca610)

Chores

  • ci: also run pydantic v1 tests (#92) (19a0334)
  • client: fix parsing union responses when non-json is returned (#91) (38860c1)
  • internal: codegen related update (#83) (bb39847)
  • internal: use different 32bit detection method (#84) (8dbeb49)

0.1.0-alpha.17 (2024-08-12)

Full Changelog: v0.1.0-alpha.16...v0.1.0-alpha.17

Features

  • api: OpenAPI spec update via Stainless API (#77) (70ce97c)
  • api: update via SDK Studio (#79) (b31341a)

0.1.0-alpha.16 (2024-08-10)

Full Changelog: v0.1.0-alpha.15...v0.1.0-alpha.16

Features

  • api: OpenAPI spec update via Stainless API (#71) (876b77c)
  • api: OpenAPI spec update via Stainless API (#75) (6af5d8a)

Chores

  • ci: bump prism mock server version (#73) (e303bb6)
  • internal: ensure package is importable in lint cmd (#74) (b4db5b9)

0.1.0-alpha.15 (2024-08-08)

Full Changelog: v0.1.0-alpha.14...v0.1.0-alpha.15

Features

  • api: OpenAPI spec update via Stainless API (#68) (6367613)

0.1.0-alpha.14 (2024-08-08)

Full Changelog: v0.1.0-alpha.13...v0.1.0-alpha.14

Features

  • api: OpenAPI spec update via Stainless API (#65) (d93e82a)

0.1.0-alpha.13 (2024-08-08)

Full Changelog: v0.1.0-alpha.12...v0.1.0-alpha.13

Chores

0.1.0-alpha.12 (2024-08-08)

Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12

Features

  • api: OpenAPI spec update via Stainless API (#48) (a5c305c)
  • api: OpenAPI spec update via Stainless API (#55) (9adae4d)
  • api: OpenAPI spec update via Stainless API (#56) (1882cdc)
  • api: OpenAPI spec update via Stainless API (#57) (5c8a7ee)
  • api: OpenAPI spec update via Stainless API (#58) (29edb45)
  • client: add retry_count to raw response class (#51) (97156e5)

Chores

0.1.0-alpha.11 (2024-08-01)

Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11

Features

  • api: OpenAPI spec update via Stainless API (#43) (d80d795)
  • api: OpenAPI spec update via Stainless API (#44) (c79102d)
  • api: OpenAPI spec update via Stainless API (#45) (138c1c3)
  • chore: Refactor code by removing unnecessary blank lines (9dfffd8)
  • various codegen changes (1cba822)

0.1.0-alpha.10 (2024-07-31)

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10

Features

  • api: OpenAPI spec update via Stainless API (#37) (cc7611d)
  • api: OpenAPI spec update via Stainless API (#39) (45dc9fe)

0.1.0-alpha.9 (2024-07-31)

Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9

Features

  • api: OpenAPI spec update via Stainless API (#34) (d60f5d7)

0.1.0-alpha.8 (2024-07-30)

Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8

Features

  • api: OpenAPI spec update via Stainless API (#31) (891cdf5)

0.1.0-alpha.7 (2024-07-29)

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7

Chores

  • internal: add type construction helper (#27) (ceb8e94)

0.1.0-alpha.6 (2024-07-29)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

Features

  • api: OpenAPI spec update via Stainless API (#22) (54e9f2a)
  • api: OpenAPI spec update via Stainless API (#25) (64e3e43)

Chores

  • internal: add type construction helper (#24) (92184d0)

0.1.0-alpha.5 (2024-07-28)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Features

  • api: OpenAPI spec update via Stainless API (#18) (e209b47)

0.1.0-alpha.4 (2024-07-27)

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

Features

  • api: OpenAPI spec update via Stainless API (#15) (171d1b7)

0.1.0-alpha.3 (2024-07-27)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Features

  • api: OpenAPI spec update via Stainless API (#10) (72b1a9c)

Chores

  • internal: refactor release doctor script (#12) (ee1f10f)
  • tests: update prism version (#13) (4298ff4)

0.1.0-alpha.2 (2024-07-22)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features

  • api: OpenAPI spec update via Stainless API (#4) (fc1679d)
  • api: OpenAPI spec update via Stainless API (#6) (b6a54cf)
  • api: OpenAPI spec update via Stainless API (#7) (448c0e3)
  • api: OpenAPI spec update via Stainless API (#8) (361ab73)
  • refactor: Remove print statement from main_sync function (b72a7a1)
  • refactor: Remove print statement from main_sync function (dcd9e3b)

0.1.0-alpha.1 (2024-07-14)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • api: update trip resource endpoint to use trip_id parameter (505ac28)
  • api: update via SDK Studio (2fc0ce6)
  • api: update via SDK Studio (58b87fc)
  • api: update via SDK Studio (6fce548)
  • api: update via SDK Studio (7586440)
  • api: update via SDK Studio (7a43139)
  • api: update via SDK Studio (9d44ad8)
  • api: update via SDK Studio (92f3ad8)
  • api: update via SDK Studio (6155c59)
  • api: update via SDK Studio (c581bdb)
  • api: update via SDK Studio (fdb908c)
  • api: update via SDK Studio (f1b0a5f)
  • api: update via SDK Studio (85038fe)
  • api: update via SDK Studio (7da9927)
  • api: update via SDK Studio (9521b6e)
  • api: update via SDK Studio (b22b033)
  • api: update via SDK Studio (f8926c3)
  • api: update via SDK Studio (0854942)
  • api: update via SDK Studio (7ddaf77)
  • api: update via SDK Studio (0809c44)
  • api: update via SDK Studio (84da952)
  • api: update via SDK Studio (db3e659)
  • api: update via SDK Studio (3beb328)
  • api: update via SDK Studio (1decfcf)
  • api: update via SDK Studio (0ad9c15)
  • api: update via SDK Studio (5ce8b85)
  • api: update via SDK Studio (1b32372)
  • api: update via SDK Studio (ba50d73)
  • api: update via SDK Studio (295f030)
  • api: update via SDK Studio (cfdc365)
  • api: update via SDK Studio (21115c3)
  • api: update via SDK Studio (a80244d)
  • api: update via SDK Studio (f2a3418)
  • api: update via SDK Studio (80a7f9e)
  • api: update via SDK Studio (b0bab66)
  • api: update via SDK Studio (fc88be6)
  • api: update via SDK Studio (2d32178)
  • api: update via SDK Studio (4094e8a)
  • api: update via SDK Studio (#1) (70824e7)
  • Examples: add agency endpoint (c5f808a)
  • examples: add example for testing api response (98d1952)

Chores

Refactors

  • Api: update agency resource endpoint to use agency_id parameter (3760fc5)
  • Api: update API endpoint to use stop_id variable (91625b8)
  • api: update arrival and departure resource endpoints to use stop_id parameter (f267a9c)
  • api: update tests endpoint to use api_key in param (446cafd)
  • client: update auth_headers method to return an empty dictionary (8133b61)
  • EndPoint: update agency API endpoint to use agency_id variable (6abcaa6)
  • examples: remove commented code and unused imports (ffe2774)
  • route: update route API endpoint to use route_id variable (9857e55)
  • route: update route resource endpoint to use route_id parameter (643d71d)
  • test_transform: fix base64 encoding issue (fefa1fb)
  • test_transform: fix base64 encoding issue (9f35949)
  • test_transform: optimize base64 encoding (1b2f58e)
  • test_transform: update base64 encoding (b51acbe)
  • test_transform: update base64 encoding (62ba4f2)
  • tests: update base64 encoding in test_transform (97a218e)
  • tests: update sample_file.txt with newline character (f0d7644)
  • trip: update trip API endpoint to use trip_id variable (2602a05)
  • update agency resource URL to use agency_id variable (d600eb1)
  • Update agency resource URL to use agency_id variable (2719d60)
  • Update API resource URLs to use agency_id variable (b9c6499)
  • update API resource URLs to use route_id variable (b374991)
  • update API resource URLs to use route_id variable (c80bdae)
  • Update API resource URLs to use route_id variable (8e8f38a)
  • Update API resource URLs to use route_id variable (b866e83)
  • Update API resource URLs to use route_id variable (3923494)
  • Update API resource URLs to use route_id variable (0dbbc76)
  • update API resource URLs to use stop_id variable (26cd3ed)
  • Update API resource URLs to use stop_id variable (ea81ad9)
  • Update API resource URLs to use stop_id variable (9307bb7)
  • update API resource URLs to use trip_id variable (0b100ed)
  • Update API resource URLs to use trip_id variable (38687b9)
  • Update API resource URLs to use trip_id variable (c173e75)
  • Update API resource URLs to use trip_id variable (7c5fddb)
  • update API resource URLs to use variable names (a4f2bac)
  • Update API resource URLs to use variable names (fc93fe5)
  • Update API resource URLs to use variable names (6d61f7f)
  • update auth_headers method to return an empty dictionary (ab69500)
  • Update auth_headers method to return an empty dictionary (2d7b81c)
  • Update auth_headers method to return an empty dictionary (9d1f2b7)
  • Update main_sync function signature to include return type annotation (653bb1a)
  • update the test example (6f6fa42)