Full Changelog: v1.24.0...v1.24.1
Full Changelog: v1.23.0...v1.24.0
- api: api update (349fab1)
Full Changelog: v1.22.2...v1.23.0
- internal: implement indices array format for query and form serialization (b5f2cbb)
Full Changelog: v1.22.1...v1.22.2
- sanitize endpoint path params (3d04ad1)
- 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)
- tests: switch from prism to steady (9737588)
Full Changelog: v1.22.0...v1.22.1
- deps: bump minimum typing-extensions version (13f6b82)
- pydantic: do not pass
by_aliasunless set (658f6ca)
- internal: tweak CI branches (0187280)
Full Changelog: v1.21.0...v1.22.0
- api: api update (9c5ed4a)
Full Changelog: v1.20.0...v1.21.0
- api: api update (9e0b66c)
Full Changelog: v1.19.7...v1.20.0
Full Changelog: v1.19.6...v1.19.7
- ci: skip uploading artifacts on stainless-internal branches (0192fc9)
Full Changelog: v1.19.5...v1.19.6
- test: do not count install time for mock server timeout (7869bca)
Full Changelog: v1.19.4...v1.19.5
- internal: make
test_proxy_environment_variablesmore resilient to env (e583264)
Full Changelog: v1.19.3...v1.19.4
- internal: add request options to SSE classes (82eb18f)
- internal: make
test_proxy_environment_variablesmore resilient (8d549cc)
Full Changelog: v1.19.2...v1.19.3
- update mock server docs (71a7ebf)
Full Changelog: v1.19.1...v1.19.2
Full Changelog: v1.19.0...v1.19.1
- internal: bump dependencies (62f3fa1)
Full Changelog: v1.18.2...v1.19.0
- client: add custom JSON encoder for extended type support (b86708c)
Full Changelog: v1.18.1...v1.18.2
- ci: upgrade
actions/github-script(b53a0e7)
Full Changelog: v1.18.0...v1.18.1
- internal: update
actions/checkoutversion (a74da99)
Full Changelog: v1.17.8...v1.18.0
- client: add support for binary request streaming (65e70c7)
Full Changelog: v1.17.7...v1.17.8
- compat with Python 3.14 (2ebc518)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor 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)
- 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
--fixargument 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)
Full Changelog: v1.17.6...v1.17.7
- client: close streams without requiring full consumption (70f09eb)
Full Changelog: v1.17.5...v1.17.6
- bump
httpx-aiohttpversion to 0.1.9 (6ae619a)
Full Changelog: v1.17.4...v1.17.5
- internal: detect missing future annotations with ruff (9807d04)
Full Changelog: v1.17.3...v1.17.4
- improve example values (7a14d29)
Full Changelog: v1.17.2...v1.17.3
- do not install brew dependencies in ./scripts/bootstrap by default (39dcea7)
Full Changelog: v1.17.1...v1.17.2
- internal: update pydantic dependency (c13d52b)
- types: change optional parameter type from NotGiven to Omit (c24d539)
Full Changelog: v1.17.0...v1.17.1
- internal: move mypy configurations to
pyproject.tomlfile (baa06e6) - tests: simplify
get_platformtest (0cced81)
Full Changelog: v1.16.0...v1.17.0
- improve future compat with pydantic v3 (1b63906)
Full Changelog: v1.15.5...v1.16.0
- types: replace List[str] with SequenceNotStr in params (810c88d)
Full Changelog: v1.15.4...v1.15.5
- internal: add Sequence related utils (767a34a)
Full Changelog: v1.15.3...v1.15.4
- avoid newer type syntax (4100abb)
- internal: update pyright exclude list (c71f41b)
Full Changelog: v1.15.2...v1.15.3
Full Changelog: v1.15.1...v1.15.2
Full Changelog: v1.15.0...v1.15.1
- internal: fix ruff target version (5d8b092)
Full Changelog: v1.14.2...v1.15.0
- client: support file upload requests (27cab18)
Full Changelog: v1.14.1...v1.14.2
- project: add settings file for vscode (995b6d4)
Full Changelog: v1.14.0...v1.14.1
Full Changelog: v1.13.5...v1.14.0
- clean up environment call outs (ecac1f6)
Full Changelog: v1.13.4...v1.13.5
- client: don't send Content-Type header on GET requests (935e2d2)
- readme: fix version rendering on pypi (e29e75d)
Full Changelog: v1.13.3...v1.13.4
- parsing: correctly handle nested discriminated unions (d1bb078)
Full Changelog: v1.13.2...v1.13.3
Full Changelog: v1.13.1...v1.13.2
- internal: version bump (b017c04)
Full Changelog: v1.13.0...v1.13.1
- ci: correct conditional (1b938b2)
Full Changelog: v1.12.2...v1.13.0
- client: add support for aiohttp (30eada9)
- ci: release-doctor — report correct token name (32bbbb3)
- tests: skip some failing tests on the latest python versions (6a88517)
Full Changelog: v1.12.1...v1.12.2
- tests: fix: tests which call HTTP endpoints directly with the example parameters (355779a)
- ci: enable for pull requests (2b9118f)
- internal: update conftest.py (a2b6c3e)
- readme: update badges (dc50499)
- tests: add tests for httpx client instantiation & proxies (55c4719)
- client: fix httpx.Timeout documentation reference (5e8cb3a)
Full Changelog: v1.12.0...v1.12.1
- client: correctly parse binary response | stream (4bc049c)
- tests: run tests in parallel (1329bbe)
Full Changelog: v1.11.1...v1.12.0
- client: add follow_redirects request option (569c63a)
- docs: remove reference to rye shell (064f5b8)
Full Changelog: v1.11.0...v1.11.1
- docs: grammar improvements (052af65)
Full Changelog: v1.10.0...v1.11.0
- api: api update (9981b15)
Full Changelog: v1.9.1...v1.10.0
- api: api update (e1770ea)
Full Changelog: v1.9.0...v1.9.1
- internal: codegen related update (d996edf)
Full Changelog: v1.8.6...v1.9.0
- client: support digest authentication (7968d8e)
- client: support digest authentication (645fab1)
- client: support digest authentication (442412c)
- client: support digest authentication (78752fb)
- pydantic v1: more robust ModelField.annotation check (0bf5ca2)
- suppress type checking warnings in stops_for_location.py (6f86de6)
- 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)
Full Changelog: v1.8.5...v1.8.6
- 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)
Full Changelog: v1.8.4...v1.8.5
Full Changelog: v1.8.3...v1.8.4
- ci: ensure pip is always available (#284) (959d15e)
- ci: remove publishing patch (#285) (43691e0)
- types: handle more discriminated union shapes (#283) (d55c08a)
- fix typos (#286) (e45e047)
- internal: bump rye to 0.44.0 (#282) (217ce3f)
- internal: remove extra empty newlines (#280) (3ca5c73)
Full Changelog: v1.8.2...v1.8.3
- docs: update client docstring (#274) (cd68881)
- internal: remove unused http client options forwarding (#276) (7b2e2e5)
Full Changelog: v1.8.1...v1.8.2
Full Changelog: v1.8.0...v1.8.1
Full Changelog: v1.7.1...v1.8.0
- client: mark some request bodies as optional (a4b3083)
Full Changelog: v1.7.0...v1.7.1
Full Changelog: v1.6.0...v1.7.0
- chore(tests): formatting (dbb3cd7)
Full Changelog: v1.5.2...v1.6.0
- fix(tests): use urllib.parse.quote_plus for API key encoding in expected URLs (41dfd84)
Full Changelog: v1.5.1...v1.5.2
Full Changelog: v1.5.0...v1.5.1
Full Changelog: v1.4.23...v1.5.0
Full Changelog: v1.4.22...v1.4.23
Full Changelog: v1.4.21...v1.4.22
Full Changelog: v1.4.20...v1.4.21
Full Changelog: v1.4.19...v1.4.20
Full Changelog: v1.4.18...v1.4.19
Full Changelog: v1.4.17...v1.4.18
Full Changelog: v1.4.16...v1.4.17
Full Changelog: v1.4.15...v1.4.16
Full Changelog: v1.4.14...v1.4.15
Full Changelog: v1.4.13...v1.4.14
Full Changelog: v1.4.12...v1.4.13
Full Changelog: v1.4.11...v1.4.12
Full Changelog: v1.4.10...v1.4.11
Full Changelog: v1.4.9...v1.4.10
Full Changelog: v1.4.8...v1.4.9
Full Changelog: v1.4.7...v1.4.8
Full Changelog: v1.4.6...v1.4.7
Full Changelog: v1.4.5...v1.4.6
Full Changelog: v1.4.4...v1.4.5
Full Changelog: v1.4.3...v1.4.4
Full Changelog: v1.4.2...v1.4.3
Full Changelog: v1.4.1...v1.4.2
Full Changelog: v1.4.0...v1.4.1
Full Changelog: v1.3.0...v1.4.0
Full Changelog: v1.2.13...v1.3.0
Full Changelog: v1.2.12...v1.2.13
Full Changelog: v1.2.11...v1.2.12
Full Changelog: v1.2.10...v1.2.11
Full Changelog: v1.2.9...v1.2.10
Full Changelog: v1.2.8...v1.2.9
Full Changelog: v1.2.7...v1.2.8
Full Changelog: v1.2.6...v1.2.7
Full Changelog: v1.2.5...v1.2.6
Full Changelog: v1.2.4...v1.2.5
- rebuild project due to codegen change (#144) (8a06a1e)
- rebuild project due to codegen change (#146) (2dcaaff)
Full Changelog: v1.2.3...v1.2.4
Full Changelog: v1.2.2...v1.2.3
Full Changelog: v1.2.1...v1.2.2
Full Changelog: v1.2.0...v1.2.1
Full Changelog: v1.1.6...v1.2.0
Full Changelog: v1.1.5...v1.1.6
Full Changelog: v1.1.4...v1.1.5
Full Changelog: v1.1.3...v1.1.4
Full Changelog: v1.1.2...v1.1.3
Full Changelog: v1.1.1...v1.1.2
Full Changelog: v1.1.0...v1.1.1
Full Changelog: v1.0.0...v1.1.0
- add docstrings to raw response properties (#107) (0fecff5)
- internal: codegen related update (#105) (1c46884)
- internal: codegen related update (#109) (89d809e)
Full Changelog: v0.1.0-alpha.19...v1.0.0
- release: 1.0.0 (709a130)
Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19
Full Changelog: v0.1.0-alpha.17...v0.1.0-alpha.18
- 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)
- 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)
Full Changelog: v0.1.0-alpha.16...v0.1.0-alpha.17
- api: OpenAPI spec update via Stainless API (#77) (70ce97c)
- api: update via SDK Studio (#79) (b31341a)
Full Changelog: v0.1.0-alpha.15...v0.1.0-alpha.16
- api: OpenAPI spec update via Stainless API (#71) (876b77c)
- api: OpenAPI spec update via Stainless API (#75) (6af5d8a)
- ci: bump prism mock server version (#73) (e303bb6)
- internal: ensure package is importable in lint cmd (#74) (b4db5b9)
Full Changelog: v0.1.0-alpha.14...v0.1.0-alpha.15
Full Changelog: v0.1.0-alpha.13...v0.1.0-alpha.14
Full Changelog: v0.1.0-alpha.12...v0.1.0-alpha.13
Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12
- 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_countto raw response class (#51) (97156e5)
- internal: bump pyright (#50) (6d1fdf7)
- internal: bump ruff version (#53) (c8cbc6a)
- internal: remove deprecated ruff config (#59) (a6413af)
- internal: test updates (#52) (f3b7cb0)
- internal: update pydantic compat helper function (#54) (1f501f0)
Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11
- 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)
Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10
- api: OpenAPI spec update via Stainless API (#37) (cc7611d)
- api: OpenAPI spec update via Stainless API (#39) (45dc9fe)
Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9
Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8
Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
- api: OpenAPI spec update via Stainless API (#22) (54e9f2a)
- api: OpenAPI spec update via Stainless API (#25) (64e3e43)
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
- internal: refactor release doctor script (#12) (ee1f10f)
- tests: update prism version (#13) (4298ff4)
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
- 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)
Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1
- 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)
- configure new SDK language (23b3c89)
- configure new SDK language (9a9c0c6)
- configure new SDK language (63065e2)
- configure new SDK language (84b1ca6)
- configure new SDK language (4b14ec2)
- configure new SDK language (267eede)
- format agency.py (7776ddd)
- update SDK settings (9bf975b)
- update SDK settings (4886cd2)
- 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)