Skip to content

Latest commit

 

History

History
1140 lines (722 loc) · 93.2 KB

File metadata and controls

1140 lines (722 loc) · 93.2 KB

Changelog

2.4.0 (2026-03-11)

Full Changelog: v2.3.2...v2.4.0

Features

  • jig: move config.dockerfile to config.image.dockerfile_path and add an config.deploy.image option so that you don't have to always pass it as a flag (#287) (16f64a5)

Bug Fixes

  • fix autoscaling config usage in jig (#298) (a3b6657)
  • fixed autoscaling configs in deployments api (d31204c)
  • jig: deployment tracking (#300) (f80a2b0)
  • jig: send {} for deployment autoscaling to unset if unset in config (#294) (7657de3)

Chores

2.3.2 (2026-03-09)

Full Changelog: v2.3.1...v2.3.2

Bug Fixes

  • Address pydantic validation error on file literal (#291) (ecb8e7d)

2.3.1 (2026-03-09)

Full Changelog: v2.3.0...v2.3.1

Bug Fixes

  • Improve multipart file uploads (#290) (b27d19c)
  • jig: compile cache should be owned by current user instead of root so cleanup works (504717e)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (e7d23c3)
  • update placeholder string (9b0a5b9)

2.3.0 (2026-03-05)

Full Changelog: v2.2.0...v2.3.0

Features

  • Add typing for completion responses related to logprobs (d81683a)
  • Another try (d16cbaa)
  • cli: Add --json to fine-tuning retrieve (#272) (b9bb6e0)
  • update deployments schemas to include volume versions (b4dfb3d)
  • Update training type for price estimation too (a430a3a)

Bug Fixes

  • cli: Improve error output message when model/checkpoint is not provided in finetune create (#271) (bae0065)
  • cli: Improve output when downloading an incomplete finetune job (#273) (eae629e)
  • jig autoscaling config should be nullable (#286) (589215f)
  • jig: minor improvements (#283) (98cb9fb)
  • remove dependency from .jig.json managing setting secrets (#282) (5470ade)
  • use volume version metadata when updating volumes (#279) (20304af)

Chores

  • ci: bump uv version (8b138b5)
  • cli: Improve output for fine-tuning list and files list commands (#274) (a73f525)
  • cli: Improve output for file uploads and fine-tuning create (#277) (089d4b9)
  • internal: add request options to SSE classes (174bf4d)
  • internal: make test_proxy_environment_variables more resilient (eb89afd)
  • internal: make test_proxy_environment_variables more resilient to env (0bf71ae)
  • test: do not count install time for mock server timeout (bbf3f2d)

2.2.0 (2026-02-19)

Full Changelog: v2.1.1...v2.2.0

Features

  • cli: Add json mode to fine-tuning list --json (#269) (13d3551)
  • Improve file uploads and FT create flows with checksums (#253) (3095b9a)
  • Update descriptions for endpoints (70900c6)

Bug Fixes

Chores

  • Add documentation and changelog to project.urls (#264) (7b9e574)
  • Better jig deployment progress (#242) (ba9c50a)
  • cli: Improve messaging when attempting to cancel finetune that is not cancellable (#268) (6502acc)
  • configure new SDK language (b312b50)
  • Fix various docstrings (2e1bd13)
  • format all api.md files (c16f892)
  • format files (#266) (2a452df)
  • Refactor argument options with CLI file downloads (#267) (642adbd)
  • Remove broken field LineCount from FileResponse (778a7d9)
  • Remove line_count field from files sdks/clis (#265) (62c9da6)
  • Revert adding mcp code. Code additions were unexpected. (7a322f7)
  • update mock server docs (5bcfbdf)

2.1.1 (2026-02-12)

Full Changelog: v2.1.0...v2.1.1

Bug Fixes

  • cli: handle None model.type in 'together models list' sort (9c17a0c)

Chores

  • internal: fix lint error on Python 3.14 (c66238c)

2.1.0 (2026-02-10)

Full Changelog: v2.0.0...v2.1.0

Features

  • cli: improve error messages for endpoint creation failures (#230) (0285a69)
  • jig support for multi deployment (d1165fd)

Bug Fixes

  • cli: fine-tuning retrieve now renders data instead of schema (#250) (52cde25)
  • jig: lint errors (07f4d34)
  • jig: migrate old state files properly and be even more defensive about parsing deploy errors (92ef79b)
  • jig: pyright does not handle isinstance type narrowing in ternary expressions. also fix migration logic (bf5267f)
  • remove hardcoded API key from image example (#254) (8f2c60c)

Chores

  • internal: bump dependencies (c9678ff)
  • Update descriptions for jig queue methods and properties (23be158)

2.0.0 (2026-02-04)

Full Changelog: v2.0.0-alpha.20...v2.0.0

Features

  • api: Publish 2.0 Stable (213f5c1)

2.0.0-alpha.20 (2026-02-04)

Full Changelog: v2.0.0-alpha.19...v2.0.0-alpha.20

Features

  • ENG-82904 - chore: update ReplicaEvent schema (21d143c)
  • Improve error handling and messaging when api key is missing in CLI usage (#231) (cc16ba6)
  • simplify cli endpoints usability (#233) (4649e95)

Bug Fixes

  • jig: fix jig submit response showing request_id and requestId (#240) (0518b99)
  • jig: print raw json response for retrieve commands in order to maintain the same order (#234) (15324d7)
  • jig: replace pprint with click.echo (67281e7)

Chores

Documentation

2.0.0-alpha.19 (2026-02-03)

Full Changelog: v2.0.0-alpha.18...v2.0.0-alpha.19

Features

  • internal: Add code samples to deployments features (eaa20a5)

Chores

  • api: move hardware listing feature under endpoints resource. (ac6671a)
  • Fix CLI (5d89415)
  • run internal foramt (45ef6b3)

2.0.0-alpha.18 (2026-01-31)

Full Changelog: v2.0.0-alpha.17...v2.0.0-alpha.18

Features

  • Add chat completion support for reasoning.enabled (7fba349)
  • api: Add API for listing deployments (298d447)
  • api: Add beta sdks for jig features (c3ac883)
  • api: Move jobs apis to nest under model uploads per their use case (368c003)
  • api: Move queue out of jig namespace (ebc1498)
  • api: Update Jig types and add retrieve_logs api to jig (76a3c1a)
  • cli: enhance hardware command to display availability status (#223) (e7cf8a3)
  • client: add custom JSON encoder for extended type support (036a0ea)
  • internal: Update to new cluster api routing (54af0bd)
  • move byoc features under /deployments route (d70e2e9)

Bug Fixes

  • Avoid crashing when uploading a model which weights already exist (#226) (5a9095c)

Chores

  • api: Improve type names for jig volumes and logs (b256c61)
  • api: Move Queue SDK methods into Jig namespace (43179e1)
  • api: Rename jig queue apis (4b466d6)
  • ci: upgrade actions/github-script (c8668a1)

Documentation

  • axle-queue: added axle-queue endpoints (4e60b09)

2.0.0-alpha.17 (2026-01-21)

Full Changelog: v2.0.0-alpha.16...v2.0.0-alpha.17

Features

  • cli: add b200 and h200 GPU options for endpoint creation (#218) (b514912)
  • Improve usage of models list cli command (#216) (430e6c1)

Chores

  • Deprecate CLI usage for endpoints create flag --no-promopt-cache (#219) (55e9700)
  • Mark disable_prompt_cache as deprecated for endpoint creation (6a629b2)

2.0.0-alpha.16 (2026-01-18)

Full Changelog: v2.0.0-alpha.15...v2.0.0-alpha.16

Features

  • Add backwards compatible support for google colab api keys (#211) (80dacca)
  • Add together clusters get-credentials CLI command (#208) (fa54aa9)
  • client: add support for binary request streaming (8464e12)

Chores

  • Add code samples and descriptions to instant cluster apis (e1ad614)
  • Improve example script (#213) (7839058)
  • internal: update actions/checkout version (dc0819c)
  • Port tokenize_data example (#209) (f2714a8)
  • Update cluster apis to reflect their new response shape (6be132b)

2.0.0-alpha.15 (2026-01-09)

Full Changelog: v2.0.0-alpha.14...v2.0.0-alpha.15

Features

  • Add started_at timestamp to fix time estimation (92ce60d)

Chores

  • api: Remove APIs that were accidentally added in the wrong namespace (0425f14)
  • Minimize breaking changes on common import paths and alias names (#206) (e677e60)
  • Update README for clusters CLI commands (aeaf53a)

2.0.0-alpha.14 (2026-01-06)

Full Changelog: v2.0.0-alpha.13...v2.0.0-alpha.14

Chores

  • Add Instant Clusters to OpenAPI spec (2583943)

2.0.0-alpha.13 (2026-01-06)

Full Changelog: v2.0.0-alpha.12...v2.0.0-alpha.13

Features

  • Add compliance and chat_template_kwargs to chat completions spec (e6fed17)

2.0.0-alpha.12 (2026-01-05)

Full Changelog: v2.0.0-alpha.11...v2.0.0-alpha.12

Features

Bug Fixes

  • use async_to_httpx_files in patch method (dc293e6)

Chores

  • internal: add --fix argument to lint script (c29463d)
  • internal: codegen related update (f7499fc)

Documentation

2.0.0-alpha.11 (2025-12-16)

Full Changelog: v2.0.0-alpha.10...v2.0.0-alpha.11

Features

  • api: api update (17ad3ec)
  • api: api update (ebc3414)
  • files: add support for string alternative to file upload type (db59ed6)

Chores

  • internal: add missing files argument to base client (6977285)

2.0.0-alpha.10 (2025-12-15)

Full Changelog: v2.0.0-alpha.9...v2.0.0-alpha.10

Features

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (048f2b7)

Chores

  • add missing docstrings (a1c8329)
  • internal: avoid using unstable Python versions in tests (6268112)
  • Update model list CLI to use api parameter for dedicated filtering (#195) (95cc672)

2.0.0-alpha.9 (2025-12-03)

Full Changelog: v2.0.0-alpha.8...v2.0.0-alpha.9

Features

Bug Fixes

  • ensure streams are always closed (db990c7)

Chores

  • bump required uv version (1dfec56)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (2235b95)
  • docs: use environment variables for authentication in code snippets (051c1b4)
  • fix internal type issues (4a2b0f1)
  • update lockfile (e93c953)

2.0.0-alpha.8 (2025-11-26)

Full Changelog: v2.0.0-alpha.7...v2.0.0-alpha.8

Features

  • api: api update (49bb5d4)
  • api: Fix internal references for VideoJob spec (fb5e7bb)

Bug Fixes

  • Address incorrect logic for endpoint [command] --wait false logic (31236a9)

Chores

  • Remove incorrect file upload docs (5bb847e)
  • Remove incorrect file upload docs (bb97093)

2.0.0-alpha.7 (2025-11-26)

Full Changelog: v2.0.0-alpha.6...v2.0.0-alpha.7

Bug Fixes

  • include rich in package dependencies (9c9c5fc)

2.0.0-alpha.6 (2025-11-25)

Full Changelog: v2.0.0-alpha.5...v2.0.0-alpha.6

Chores

2.0.0-alpha.5 (2025-11-25)

Full Changelog: v2.0.0-alpha.4...v2.0.0-alpha.5

Features

Bug Fixes

  • uv v0.8.11 only has python 3.14rc, which causes issues with pydantic 2 (981828a)

Chores

  • internal: working around mypy (7d080fc)

2.0.0-alpha.4 (2025-11-24)

Full Changelog: v2.0.0-alpha.3...v2.0.0-alpha.4

Chores

  • Run bootstrap on codebase (399a559)

2.0.0-alpha.3 (2025-11-24)

Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.3

Features

  • api: update via SDK Studio (79346e8)

Chores

  • internal: codegen related update (ae73675)

2.0.0-alpha.2 (2025-11-21)

Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2

⚠ BREAKING CHANGES

  • api: Change call signature for audio.create to audio.speech.create to match spec with python library and add space for future APIs

Features

2.0.0-alpha.1 (2025-11-21)

Full Changelog: v0.1.0-alpha.28...v2.0.0-alpha.1

⚠ BREAKING CHANGES

  • api: Update method signature for reranking to rerank.create()
  • api: Change Fine Tuning method name from download() to content() to align with other namespaces
  • api: For the TS SDK the images.create is now images.generate

Features

  • api: api update (921fa59)
  • api: Change fine tuning download method to .create (aa27907)
  • api: Change image creation signature to images.generate (a6e3ad7)
  • api: Change rerank method signature (338c415)
  • api: Port finetuning create code from together-python (#176) (ef3bd52)

Chores

  • api: Remove auto-generated fine_tuning.create method from Python SDK (c533f29)
  • Fix examples (35422cb)

0.1.0-alpha.28 (2025-11-18)

Full Changelog: v0.1.0-alpha.27...v0.1.0-alpha.28

Features

  • api: api update (c854d7d)
  • api: file upload method signature and functionality match previ… (#174) (e2a19ca)

Chores

  • api: Remove auto-generated files upload API to support custom coded version (d6c9c59)

0.1.0-alpha.27 (2025-11-14)

Full Changelog: v0.1.0-alpha.26...v0.1.0-alpha.27

Features

  • api: Add batches.cancel API (c0e615b)

0.1.0-alpha.26 (2025-11-14)

Full Changelog: v0.1.0-alpha.25...v0.1.0-alpha.26

⚠ BREAKING CHANGES

  • api: Access to the api for listing checkpoints has changed its name to list_checkpoints
  • api: Access to fine tuning APIs namespace has changed from fine_tune to fine_tuning

Features

  • api: Add audio.voices.list sdk (f81ec92)

Styles

  • api: Change fine tuning method retrieve_checkpoints to list_checkpoints (131ebfe)
  • api: Change fine tuning namespace to fine_tuning (52288c9)

0.1.0-alpha.25 (2025-11-13)

Full Changelog: v0.1.0-alpha.24...v0.1.0-alpha.25

Bug Fixes

  • Add CLI support for endpoings list --mine and --usage-type (54b81f1)
  • Remove unnecessary logic require endpoints cli to have both min/max replicas provided together (12a5fc1)

0.1.0-alpha.24 (2025-11-12)

Full Changelog: v0.1.0-alpha.23...v0.1.0-alpha.24

Features

0.1.0-alpha.23 (2025-11-12)

Full Changelog: v0.1.0-alpha.22...v0.1.0-alpha.23

Features

  • api: Add endpoints.list_avzones (9492e97)

0.1.0-alpha.22 (2025-11-12)

Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22

Features

0.1.0-alpha.21 (2025-11-11)

Full Changelog: v0.1.0-alpha.20...v0.1.0-alpha.21

Features

Bug Fixes

  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (f3a2627)

0.1.0-alpha.20 (2025-11-10)

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

Features

0.1.0-alpha.19 (2025-11-10)

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

⚠ BREAKING CHANGES

  • api: The default max retries for api calls has changed from 5 to 2. This may result in more frequent non-200 responses.

Features

Bug Fixes

  • client: close streams without requiring full consumption (298c565)
  • compat with Python 3.14 (274f25d)

Chores

  • bump httpx-aiohttp version to 0.1.9 (18e2050)
  • do not install brew dependencies in ./scripts/bootstrap by default (af4299a)
  • improve example values (0855619)
  • internal/tests: avoid race condition with implicit client cleanup (cc6a071)
  • internal: detect missing future annotations with ruff (d33b041)
  • internal: grammar fix (it's -> its) (57b735a)
  • internal: update pydantic dependency (9a64a83)
  • package: drop Python 3.8 support (94fabac)
  • types: change optional parameter type from NotGiven to Omit (8384a79)

0.1.0-alpha.18 (2025-09-05)

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

Features

  • api: api update (4001cfe)
  • improve future compat with pydantic v3 (384e6b6)
  • types: replace List[str] with SequenceNotStr in params (b5453b3)

Chores

  • internal: add Sequence related utils (458cd63)
  • internal: move mypy configurations to pyproject.toml file (7faa161)
  • tests: simplify get_platform test (44ee2e2)

0.1.0-alpha.17 (2025-08-29)

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

Features

  • api: add evals api to config (a4c2938)

Bug Fixes

  • avoid newer type syntax (8723398)

Chores

  • internal: change ci workflow machines (7e0823d)

0.1.0-alpha.16 (2025-08-21)

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

Features

Bug Fixes

  • client: don't send Content-Type header on GET requests (0cad846)
  • parsing: ignore empty metadata (4629c6d)
  • parsing: parse extra field types (81734d8)

Chores

  • internal: fix ruff target version (5d6d8cb)
  • internal: update comment in script (4a51bbe)
  • internal: update test skipping reason (13f9c03)
  • project: add settings file for vscode (d257e48)
  • update @stainless-api/prism-cli to v5.15.0 (29dca11)
  • update github action (44e1d3a)

0.1.0-alpha.15 (2025-07-10)

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

Features

Bug Fixes

  • ci: correct conditional (7ede6e3)
  • ci: release-doctor — report correct token name (3d04b80)
  • parsing: correctly handle nested discriminated unions (d930701)

Chores

  • ci: change upload type (16f1b33)
  • ci: only run for pushes and fork pull requests (a8a34c0)
  • internal: bump pinned h11 dep (dbb7251)
  • internal: codegen related update (74e55b0)
  • package: mark python 3.13 as supported (b184004)
  • readme: fix version rendering on pypi (6f29b83)

0.1.0-alpha.14 (2025-06-23)

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

Chores

  • api: re-enable audio unit tests (02c8f9a)
  • tests: skip some failing tests on the latest python versions (49a71b3)

0.1.0-alpha.13 (2025-06-20)

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

Features

  • api: add batch api to config (07299cc)
  • api: api update (249669c)
  • client: add support for aiohttp (8e4cedf)

Bug Fixes

  • client: correctly parse binary response | stream (7b9486c)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (82b2dcb)

Chores

  • change publish docs url (8fac9f3)
  • ci: enable for pull requests (6e4d972)
  • internal: update conftest.py (2b13ac4)
  • readme: update badges (acfabb5)
  • tests: add tests for httpx client instantiation & proxies (30ba23e)
  • tests: run tests in parallel (7efb923)

Documentation

  • client: fix httpx.Timeout documentation reference (bed4e88)

0.1.0-alpha.12 (2025-06-10)

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

Features

  • api: address diagnostic issues in audio api, correct openapi issue in images api, disambiguate a response in finetune api, enable automated testing on finetune and images (9d72038)

0.1.0-alpha.11 (2025-06-03)

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

Features

  • api: api update (3cff5ae)
  • api: update spec / config to remove remaining codegen warnings (48986d2)

0.1.0-alpha.10 (2025-06-03)

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

Features

  • api: add files/upload apu support and switch upload_file method over to use it. (2269981)
  • api: api update (436f32a)
  • client: add follow_redirects request option (b515197)

Chores

  • docs: remove reference to rye shell (1931f17)
  • docs: remove unnecessary param examples (6ed818e)

0.1.0-alpha.9 (2025-05-31)

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

Features

  • api: get file upload working (cb8b8b8)
  • api: move upload to be a method of existing files resource (b7c43be)

Bug Fixes

  • api: correct file reroute handling, error message (b8bc101)

0.1.0-alpha.8 (2025-05-29)

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

Features

  • api: move upload to be a method of existing files resource (80d5ae0)

0.1.0-alpha.7 (2025-05-24)

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

Features

  • api: update via SDK Studio (8be984a)
  • api: update via SDK Studio (7c0522d)
  • api: update via SDK Studio (e4a88e4)
  • api: update via SDK Studio (065228b)

Chores

  • tests: improve ci test names (03a7211)

0.1.0-alpha.6 (2025-05-22)

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

Features

Bug Fixes

  • tests: make test pydantic v1 compatible (ffd8631)

0.1.0-alpha.5 (2025-05-21)

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

Features

  • api: api update (ccdc937)
  • api: api update (33f506b)
  • api: api update (e5803db)
  • api: api update (3d7c605)
  • api: api update (ccef35f)
  • api: Formatting fixes, some lint fixes (e002ae7)
  • api: get test_code_interpreter passing (dc5babc)
  • api: Update spec and config to get all tests except code-interpolation an fine_tune unit tests working. (2c21a07)

Chores

  • ci: fix installation instructions (164cbd1)
  • ci: upload sdks to package manager (c9aae0a)
  • ci: use --pre flag for prerelease installation instructions (9775c6b)
  • ci: use --pre flag for prerelease installation instructions (a460c1e)
  • docs: grammar improvements (387b072)

0.1.0-alpha.4 (2025-05-13)

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

Features

Bug Fixes

  • ci: ensure pip is always available (#127) (4da2bc0)
  • ci: remove publishing patch (#128) (6bd4d6f)
  • client: correct type to enum (#129) (8a5fa0e)
  • package: support direct resource imports (f59e7c3)
  • perf: optimize some hot paths (f79734d)
  • perf: skip traversing types for NotGiven values (1103dd0)
  • pydantic v1: more robust ModelField.annotation check (d380238)
  • skip invalid fine-tune test (#133) (2f41046)
  • tests: correctly skip create fine tune tests (#138) (47c9cae)
  • types: handle more discriminated union shapes (#126) (2483c76)

Chores

  • broadly detect json family of content-type headers (6e2421e)
  • ci: add timeout thresholds for CI jobs (2425c53)
  • ci: only use depot for staging repos (2dfe569)
  • ci: run on more branches and use depot runners (3c61f56)
  • client: minor internal fixes (f6f5174)
  • fix typos (#131) (dedf3ad)
  • internal: avoid errors for isinstance checks on proxies (8b81509)
  • internal: base client updates (890efc3)
  • internal: bump pyright version (01e104a)
  • internal: bump rye to 0.44.0 (#124) (e8c3dc3)
  • internal: codegen related update (#125) (5e83e04)
  • internal: expand CI branch coverage (#139) (2db8ca2)
  • internal: fix list file params (8a8dcd3)
  • internal: import reformatting (49f361b)
  • internal: minor formatting changes (33e3a75)
  • internal: reduce CI branch coverage (6f6ac97)
  • internal: refactor retries to not use recursion (ffb0eb4)
  • internal: remove extra empty newlines (#122) (b0cbbaa)
  • internal: remove trailing character (#134) (f09c6cb)
  • internal: slight transform perf improvement (#136) (d31383c)
  • internal: update models test (b64d4cc)
  • internal: update pyright settings (05720d5)
  • tests: improve enum examples (#137) (4c3e75d)

Documentation

  • revise readme docs about nested params (#118) (0eefffd)

0.1.0-alpha.3 (2025-03-05)

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

Features

Bug Fixes

  • asyncify on non-asyncio runtimes (#106) (573af88)
  • client: avoid OverflowError with very large retry counts (#42) (580649d)
  • client: compat with new httpx 0.28.0 release (#69) (6b181ec)
  • client: mark some request bodies as optional (8a33c2e)
  • client: only call .close() when needed (#85) (79ef703)
  • cli: handle nullable choice property (8af8258)
  • correctly handle deserialising cls fields (#88) (dfe1abb)
  • tests: skip invalid test (#96) (e66f177)

Chores

  • add docstrings to raw response properties (#37) (8d8e94b)
  • add missing isclass check (#83) (e99d895)
  • add repr to PageInfo class (#43) (7879084)
  • client: fix parsing union responses when non-json is returned (#28) (f748a99)
  • docs: update client docstring (#112) (1ea62fe)
  • internal: add support for parsing bool response content (#41) (848cd31)
  • internal: add support for TypeAliasType (#77) (8850496)
  • internal: bummp ruff dependency (#99) (c152d80)
  • internal: bump httpx dependency (#84) (7155d20)
  • internal: bump pydantic dependency (#72) (9266b43)
  • internal: bump pyright (#70) (34237b9)
  • internal: bump pyright (#76) (b0f7cf2)
  • internal: change default timeout to an int (#98) (5e0fd91)
  • internal: codegen related update (#113) (bbfb435)
  • internal: codegen related update (#36) (523c4d1)
  • internal: codegen related update (#40) (40ea230)
  • internal: codegen related update (#62) (53019a6)
  • internal: codegen related update (#68) (5716d81)
  • internal: codegen related update (#82) (69cc9ed)
  • internal: codegen related update (#87) (1ff846c)
  • internal: codegen related update (#93) (1c16d7b)
  • internal: fix devcontainers setup (#109) (df0b4c6)
  • internal: fix some typos (#81) (1bcc6f0)
  • internal: fix type traversing dictionary params (#102) (ca385c7)
  • internal: minor formatting changes (#94) (b66a762)
  • internal: minor type handling changes (#103) (901a1d3)
  • internal: properly set pydantic_private (#110) (634041c)
  • internal: update client tests (#104) (026f971)
  • internal: update deps (#91) (2a6fd12)
  • internal: updated imports (#78) (3e66395)
  • make the Omit type public (#71) (e50e602)
  • rebuild project due to codegen change (#52) (140ec3a)
  • rebuild project due to codegen change (#55) (46088fc)
  • rebuild project due to codegen change (#56) (6fdde5a)
  • rebuild project due to codegen change (#58) (98cd9d5)
  • rebuild project due to codegen change (#59) (96f0ddb)
  • remove now unused cached-property dep (#63) (e61ac83)

Documentation

  • fix typos (#86) (8061902)
  • readme: add section on determining installed version (#38) (f52840b)
  • readme: example snippet for client context manager (#79) (81f9dad)
  • readme: fix http client proxies example (#74) (001a301)
  • update URLs from stainlessapi.com to stainless.com (#111) (728c998)

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

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

Features

  • api: manual updates (#17) (6c36480)
  • api: OpenAPI spec update via Stainless API (#12) (da7c038)
  • api: OpenAPI spec update via Stainless API (#21) (26ef309)
  • api: removed pypi publishing for now (#23) (badbc9a)

Chores

  • ci: bump prism mock server version (#19) (fb2da6c)
  • examples: minor formatting changes (#22) (52377af)
  • internal: codegen related update (#18) (8496650)
  • internal: ensure package is importable in lint cmd (#20) (324e03a)
  • internal: use different 32bit detection method (#24) (b14d279)

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

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

Features

  • api: Config update for pstern-sl/dev (0a841c4)
  • api: manual updates (d43927b)
  • api: manual updates (94cfef7)
  • api: manual updates (#6) (a25a797)
  • api: OpenAPI spec update via Stainless API (a78681d)
  • api: OpenAPI spec update via Stainless API (9d54568)
  • api: OpenAPI spec update via Stainless API (00c8693)
  • api: OpenAPI spec update via Stainless API (8609a6e)
  • api: OpenAPI spec update via Stainless API (3dc55d1)
  • api: OpenAPI spec update via Stainless API (add76c7)
  • api: OpenAPI spec update via Stainless API (5eaa129)
  • api: OpenAPI spec update via Stainless API (d229eef)
  • api: OpenAPI spec update via Stainless API (643f5cf)
  • api: OpenAPI spec update via Stainless API (9ae4e1b)
  • api: OpenAPI spec update via Stainless API (#10) (af93a5c)
  • api: OpenAPI spec update via Stainless API (#3) (cd703fb)
  • api: OpenAPI spec update via Stainless API (#4) (00ef6cc)
  • api: OpenAPI spec update via Stainless API (#5) (3e9827b)
  • api: OpenAPI spec update via Stainless API (#7) (6bab9da)
  • api: OpenAPI spec update via Stainless API (#8) (a7584db)
  • api: OpenAPI spec update via Stainless API (#9) (04877a0)
  • api: rename api key (b7b55e6)
  • api: update via SDK Studio (5866250)
  • api: update via SDK Studio (27bbc3c)
  • api: update via SDK Studio (f7c11ec)
  • api: update via SDK Studio (22a5f1f)
  • api: update via SDK Studio (159534b)
  • api: update via SDK Studio (30663ec)
  • api: update via SDK Studio (6561269)
  • api: update via SDK Studio (72bad68)
  • api: update via SDK Studio (59cce01)
  • api: update via SDK Studio (b2b0177)
  • api: update via SDK Studio (331cc46)
  • api: update via SDK Studio (6a57974)
  • api: update via SDK Studio (80c35ee)
  • api: update via SDK Studio (668c023)
  • api: update via SDK Studio (a592cff)
  • api: update via SDK Studio (733f0b0)
  • api: update via SDK Studio (5095404)
  • api: update via SDK Studio (d3b6a64)
  • api: update via SDK Studio (adf918b)
  • api: update via SDK Studio (a79da8e)
  • api: update via SDK Studio (44b426f)
  • api: update via SDK Studio (1f7c7fe)
  • api: update via SDK Studio (500e41b)
  • api: update via SDK Studio (ca665ed)
  • api: updates (3591c56)
  • update via SDK Studio (c56e7d1)
  • update via SDK Studio (90adf12)
  • update via SDK Studio (b75aa7f)
  • update via SDK Studio (48c9e19)
  • update via SDK Studio (592853d)
  • update via SDK Studio (611badd)
  • update via SDK Studio (a84defc)
  • update via SDK Studio (3c83f12)
  • update via SDK Studio (67d01b0)
  • update via SDK Studio (065b990)

Chores