Full Changelog: v1.12.0...v1.12.1
- remove create_tunnel endpoint (627c994)
Full Changelog: v1.11.0...v1.12.0
- deps: bump minimum typing-extensions version (a873aad)
- pydantic: do not pass
by_aliasunless set (baf3a9a)
Full Changelog: v1.10.3...v1.11.0
- add snapshots example (#753) (f13916a)
- documentation: added llms.txt, examples and referenced these artifacts via README (#748) (bceb953)
- ci: skip uploading artifacts on stainless-internal branches (6874252)
- documentation: correct exec advice (#752) (fa16c1d)
- test: do not count install time for mock server timeout (f6fde05)
- update placeholder string (5dfcd93)
Full Changelog: v1.10.2...v1.10.3
- ci: bump uv version (b0fad50)
Full Changelog: v1.10.1...v1.10.2
Full Changelog: v1.10.0...v1.10.1
Full Changelog: v1.9.0...v1.10.0
Full Changelog: v1.8.0...v1.9.0
- Add archive method to stainless (#7537) (836f18d)
- benchmarks: removed scorer (#740) (1033264)
- format all
api.mdfiles (ee5d577) - internal: add request options to SSE classes (e636aca)
- internal: make
test_proxy_environment_variablesmore resilient (564cd57) - internal: make
test_proxy_environment_variablesmore resilient to env (21d4ce8) - scenarios: make scenario status enum instead of string (#7552) (e6e5208)
- update mock server docs (273fb5e)
Full Changelog: v1.7.0...v1.8.0
- benchmarks: scenario scoring timeout (#7300) (6615183)
- devbox: expose snapshot size (in bytes) (#7444) (b25c3f7)
Full Changelog: v1.5.1...v1.7.0
- add api to query devbox usage (#7296) (ab903f5)
- adding MCP Config routes (#7331) (79d05c0)
- devbox: add mcp configuration to devbox create (#7341) (0b81e31)
- devbox: adding gateway config (#736) (9f4b49d)
Full Changelog: v1.5.0...v1.5.1
Full Changelog: v1.4.0...v1.5.0
Full Changelog: v1.3.2...v1.4.0
- client: add custom JSON encoder for extended type support (840addd)
- devbox: add gateway routes (#7212) (2527bb7)
- devbox: add new tunnel APIs and deprecate old tunnel API (#7227) (71620a1)
- devbox: deprecate remove tunnel API (#7230) (d48832d)
- documentation: made warning message language more accurate (#7215) (08e0586)
Full Changelog: v1.3.1...v1.3.2
Full Changelog: v1.3.0...v1.3.1
- ci: upgrade
actions/github-script(7ba3962)
Full Changelog: v1.3.0-alpha...v1.3.0
- network-policy: add network policies (#720) (9b31116)
- benchmarks: add
update_scenariosmethod to benchmarks resource (71ec221) - blueprint: Set cilium network policy on blueprint build (#7006) (95c62ac)
- client: add support for binary request streaming (d6c2200)
- devbox: added stdin streaming endpoint (83ae56a)
- devbox: remove this one (91854d5)
- network-policy: add network policies to api (1d98bb1)
- scenarios: add scenario builder to sdk (#706) (2d41a15)
- sdk: add Benchmark and AsyncBenchmark classes (#714) (8909d8a)
- sdk: add BenchmarkOps and AsyncBenchmarkOps to SDK (#716) (9b434d9)
- sdk: add BenchmarkRun and AsyncBenchmarkRun classes (#712) (6aa83e2)
- benchmarks:
update()for benchmarks and scenarios replaces all provided fields and does not modify unspecified fields (#6702) (cfd04b6) - types: allow pyright to infer TypedDict types within SequenceNotStr (3241717)
- use async_to_httpx_files in patch method (88f8fb9)
- fix stainless spec / remove deprecated benchmark/runs (#7074) (3ed7d80)
- fix tests and linting (#719) (74db814)
- update network policy create params descriptions (#7069) (b151692)
- remove support for pydantic-v1, pydantic-v2 is now default (#710)
- add documentation url to pypi project page (#711) (7afb327)
- add missing docstrings (a198632)
- devbox: Remove network policy from devbox view; use launch params instead (#7025) (d53af14)
- internal: add
--fixargument to lint script (c381201) - internal: add missing files argument to base client (b7065e2)
- internal: codegen related update (75fecdf)
- internal: update
actions/checkoutversion (7a57030) - remove support for pydantic-v1, pydantic-v2 is now default (#710) (fb3cc3d)
- reformat sidebar and index pages to be more transparent, add favicon to browser tab (#715) (1161b8f)
Full Changelog: v1.1.0...v1.2.0
- ensure streams are always closed (d01aae2)
- bump required
uvversion (8ad519f) - deps: mypy 1.18.1 has a regression, pin to 1.17 (e56582a)
- docs: use environment variables for authentication in code snippets (55cf613)
- internal: version bump (2fa85c6)
- remove some unnecessary changes to reduce diff from Stainless (#705) (715c9d0)
- update lockfile (7e0136d)
- update requirements-dev.lock (#707) (a2d5326)
- update uv.lock (b9e0729)
Full Changelog: v1.0.0...v1.1.0
- scenarios: added scenario class to sdk (#701) (121f0fc)
- SDK: Build context helpers for the python clients and SDKs (#684) (42849d6)
Full Changelog: v0.69.0...v1.0.0
- devbox: made command positional arg in exec and exec_async (#695)
- blueprints: Add build context to the OpenAPI spec (#6494) (d202b94)
- devbox: added devbox.shell(shellName) command and stateful shell class to SDK (#696) (c1e8f09)
- devbox: made command positional arg in exec and exec_async (#695) (6cc8c2f)
- sdk: added scorer classes to sdk (#698) (85f798f)
- api: don't ignore devbox keep_alive, suspend and resume in api (fe3589f)
- devbox: launch parameter typo (1c9c346)
- scenarios: update parameters for manually maintained start_run_and_await_env_ready methods (#692) (8000495)
- scorer: fixed RL_TEST_CONTEXT to RL_SCORER_CONTEXT (df43a42)
- blueprints: Add build context examples (#694) (6e63928)
- hide build context APIs (159a38f)
- mounts: Update documentation for deprecated fields to direct the user to the replacement API (4936844)
Full Changelog: v0.68.0...v0.69.0
- blueprints: blueprints create_and_await_build_complete now take in build_context and named_build_context arguments (#681) (1febe28)
- devbox: unify api for devbox mounts (01c7d14)
- docs: add documentation for the object oriented sdk, rendered with sphinx (#677) (e8d1053)
- storage-objects: Add upload_from_dir helper method (#680) (be5d99e)
- restructured sync vs async sdk and resources, added support for more type references (#679) (6af891e)
Full Changelog: v0.67.0...v0.68.0
- blueprints: Cleanup the BuildContext API (#6407)\n\nTest (c87b986)
- blueprints: prevent deletion of blueprints with dependent snapshots (ce55350)
- object: Added ability to give objects a Time To Live, after which they are automatically deleted.\nfeat(blueprints): Added the ability to attach objects as build contexts that can be referenced in your Dockerfile. (f2bc83c)
- compat with Python 3.14 (a52802a)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (50340b2) - snapshot: added "deleted" status to DevboxSnapshotStatus enum \n fix(storage-object): added ObjectState enum, fixed createObject() to appropriately type content_type and state as the respective enums (7c26593)
Full Changelog: v0.66.1...v0.67.0
- client: close streams without requiring full consumption (30f9ee5)
- internal/tests: avoid race condition with implicit client cleanup (7152280)
- internal: grammar fix (it's -> its) (fd6963f)
- package: drop Python 3.8 support (5026669)
Full Changelog: v0.66.0...v0.66.1
Full Changelog: v0.65.0...v0.66.0
- api: api update (a0f1f40)
- bump
httpx-aiohttpversion to 0.1.9 (8d29288)
Full Changelog: v0.64.0...v0.65.0
- api: api update (e6de5c0)
- internal: detect missing future annotations with ruff (e8914e3)
Full Changelog: v0.63.0...v0.64.0
Full Changelog: v0.62.0...v0.63.0
Full Changelog: v0.61.0...v0.62.0
Full Changelog: v0.60.1...v0.61.0
- do not install brew dependencies in ./scripts/bootstrap by default (d5ba1be)
- internal: update pydantic dependency (baecb39)
- types: change optional parameter type from NotGiven to Omit (783fea5)
Full Changelog: v0.60.0...v0.60.1
Full Changelog: v0.59.0...v0.60.0
Full Changelog: v0.58.0...v0.59.0
Full Changelog: v0.57.0...v0.58.0
- api: api update (59e649d)
- improve future compat with pydantic v3 (adb9765)
- types: replace List[str] with SequenceNotStr in params (9c3bbcd)
- internal: add Sequence related utils (dec07b5)
Full Changelog: v0.56.2...v0.57.0
- avoid newer type syntax (3412f2b)
Full Changelog: v0.56.1-beta...v0.56.2
- update github action (d0a51b8)
Full Changelog: v0.55.2...v0.56.1-beta
- api: api update (9ad6951)
Full Changelog: v0.55.1...v0.55.2
Full Changelog: v0.55.0...v0.55.1
Full Changelog: v0.54.0...v0.55.0
- internal: fix ruff target version (91fb064)
- internal: update comment in script (4b8d5ba)
- update @stainless-api/prism-cli to v5.15.0 (3119d91)
Full Changelog: v0.53.0...v0.54.0
Full Changelog: v0.52.0...v0.53.0
- api: api update (1854faf)
Full Changelog: v0.51.0...v0.52.0
- api: api update (49a39e1)
Full Changelog: v0.50.0...v0.51.0
- api: api update (5d42629)
- project: add settings file for vscode (7a11210)
- types: rebuild Pydantic models after all types are defined (b1839c6)
Full Changelog: v0.49.0...v0.50.0
- api: api update (3ebaf54)
Full Changelog: v0.48.2...v0.49.0
- client: don't send Content-Type header on GET requests (5d9b833)
Full Changelog: v0.48.1...v0.48.2
- readme: fix version rendering on pypi (73af53e)
Full Changelog: v0.48.0...v0.48.1
- parsing: correctly handle nested discriminated unions (3312be9)
Full Changelog: v0.47.1...v0.48.0
Full Changelog: v0.47.0...v0.47.1
Full Changelog: v0.46.0...v0.47.0
- api: api update (01b01d4)
Full Changelog: v0.45.0...v0.46.0
- api: api update (f8b3493)
- ci: only run for pushes and fork pull requests (c914e94)
Full Changelog: v0.44.0...v0.45.0
- tests: skip some failing tests on the latest python versions (27007c0)
Full Changelog: v0.43.0...v0.44.0
- tests: fix: tests which call HTTP endpoints directly with the example parameters (038fe71)
- ci: enable for pull requests (f64b8a2)
- internal: update conftest.py (d840c86)
- readme: update badges (4b5af3f)
- tests: add tests for httpx client instantiation & proxies (938b9aa)
- client: fix httpx.Timeout documentation reference (b8df915)
Full Changelog: v0.42.0...v0.43.0
- api: api update (695b29a)
- client: correctly parse binary response | stream (1d815d4)
- tests: run tests in parallel (fdeee42)
Full Changelog: v0.41.0...v0.42.0
- api: api update (6cdcab7)
Full Changelog: v0.40.0...v0.41.0
- api: api update (31d12f7)
Full Changelog: v0.39.0...v0.40.0
Full Changelog: v0.38.0...v0.39.0
Full Changelog: v0.37.0...v0.38.0
- api: api update (ecb87bd)
Full Changelog: v0.36.0...v0.37.0
Full Changelog: v0.35.0...v0.36.0
- api: api update (43e693c)
Full Changelog: v0.34.1...v0.35.0
- api: api update (c303a71)
Full Changelog: v0.34.0...v0.34.1
- docs/api: remove references to nonexistent types (2462ba5)
Full Changelog: v0.33.0...v0.34.0
- api: api update (997a8ff)
Full Changelog: v0.32.0...v0.33.0
- api: api update (cb65028)
- api: api update (d86368b)
- api: api update (a08fe0e)
- api: api update (597df88)
- package: support direct resource imports (44f30d6)
- ci: fix installation instructions (5fed44a)
- ci: upload sdks to package manager (25dbae1)
- docs: grammar improvements (a0c74a5)
- internal: avoid errors for isinstance checks on proxies (e825829)
Full Changelog: v0.31.0...v0.32.0
- api: api update (cf2ad50)
- pydantic v1: more robust ModelField.annotation check (6ac21f3)
- broadly detect json family of content-type headers (0a09a72)
- ci: add timeout thresholds for CI jobs (a10bca8)
- ci: only use depot for staging repos (84dd6ba)
- internal: codegen related update (fdaff81)
- internal: fix list file params (d74de2f)
- internal: import reformatting (97a122c)
- internal: minor formatting changes (6557c6c)
- internal: refactor retries to not use recursion (88cd023)
Full Changelog: v0.30.0...v0.31.0
- api: api update (4c348b6)
- internal: base client updates (71a0a00)
- internal: bump pyright version (950fe0d)
- internal: update models test (def3490)
Full Changelog: v0.29.0...v0.30.0
- client: correctly reuse idempotency key (a6ba920)
- perf: optimize some hot paths (edf120c)
- perf: skip traversing types for NotGiven values (bcb8823)
- fix typos (#582) (66d248c)
- internal: expand CI branch coverage (0b68591)
- internal: reduce CI branch coverage (58821a3)
- internal: remove trailing character (#584) (65bacb7)
- internal: slight transform perf improvement (#587) (ec630c4)
- internal: update pyright settings (487213d)
- slight wording improvement in README (#588) (2eb6437)
Full Changelog: v0.28.0...v0.29.0
Full Changelog: v0.27.0...v0.28.0
Full Changelog: v0.26.0...v0.27.0
- ci: ensure pip is always available (#571) (ddb9362)
- ci: remove publishing patch (#572) (c71815a)
- types: handle more discriminated union shapes (#570) (297cfbe)
- internal: bump rye to 0.44.0 (#569) (dd5b79a)
- internal: remove extra empty newlines (#567) (49f34bd)
Full Changelog: v0.25.0...v0.26.0
- docs: update client docstring (#559) (aae64ef)
- internal: remove unused http client options forwarding (#561) (39fcd59)
Full Changelog: v0.24.0...v0.25.0
- client: mark some request bodies as optional (dc21cae)
- internal: codegen related update (#551) (8dd01a1)
- internal: fix devcontainers setup (#554) (9260eb4)
- internal: properly set pydantic_private (#556) (4496830)
Full Changelog: v0.23.0...v0.24.0
- internal: codegen related update (#543) (5c44e84)
- internal: codegen related update (#546) (d8b620d)
- internal: update client tests (#545) (30307f4)
- internal: update client tests (#548) (4e782f1)
Full Changelog: v0.22.0...v0.23.0
- internal: codegen related update (#538) (b538d7c)
- internal: fix type traversing dictionary params (#537) (d6afc80)
- internal: minor type handling changes (#539) (ecd4acd)
Full Changelog: v0.21.0...v0.22.0
Full Changelog: v0.20.0...v0.21.0
Full Changelog: v0.19.0...v0.20.0
- internal: bummp ruff dependency (#525) (84051db)
- internal: change default timeout to an int (#524) (a15ccaa)
Full Changelog: v0.18.0...v0.19.0
Full Changelog: v0.17.0...v0.18.0
Full Changelog: v0.16.0...v0.17.0
Full Changelog: v0.15.0...v0.16.0
Full Changelog: v0.14.0...v0.15.0
Full Changelog: v0.13.0...v0.14.0
Full Changelog: v0.12.0...v0.13.0
- add helpers for common polling operations (97891c7)
- api: api update (#481) (7a8d8a8)
- api: manual updates (#490) (bcc441e)
- api: manual updates (#492) (96e2419)
- client: only call .close() when needed (#484) (55bf004)
- correctly handle deserialising
clsfields (#489) (2b2a573)
Full Changelog: v0.11.0...v0.12.0
- api: api update (#362) (3dfc4eb)
- api: api update (#364) (206a693)
- api: api update (#365) (ffb41c8)
- api: api update (#366) (d3acab8)
- api: api update (#367) (32362b4)
- api: api update (#369) (7f4ac29)
- api: api update (#370) (b401ea0)
- api: api update (#371) (7199c10)
- api: api update (#372) (3d054e8)
- api: api update (#374) (e1df606)
- api: api update (#375) (4d377b5)
- api: api update (#376) (ae3516e)
- api: api update (#377) (aba9fd4)
- api: api update (#378) (b8f2463)
- api: api update (#379) (e9cf060)
- api: api update (#380) (d20ea3b)
- api: api update (#381) (74b87c3)
- api: api update (#382) (233e0dd)
- api: api update (#383) (e235409)
- api: api update (#384) (1b0e2c4)
- api: api update (#385) (8343ecc)
- api: api update (#386) (70f46f2)
- api: api update (#387) (389cf90)
- api: api update (#388) (bf43a05)
- api: api update (#389) (af17aed)
- api: api update (#390) (012f542)
- api: api update (#391) (9f52531)
- api: api update (#392) (b65b5a4)
- api: api update (#393) (40016f9)
- api: api update (#394) (d8b3c3f)
- api: api update (#395) (4d1c78a)
- api: api update (#396) (cff50a1)
- api: api update (#397) (7b1cbec)
- api: api update (#398) (48cda68)
- api: api update (#399) (c9473fb)
- api: api update (#400) (e17628d)
- api: api update (#401) (80a1564)
- api: api update (#402) (fffe4ca)
- api: api update (#403) (e055c7e)
- api: api update (#404) (1afe6bb)
- api: api update (#405) (6621921)
- api: api update (#406) (633bf17)
- api: api update (#407) (964cb03)
- api: api update (#408) (f414a30)
- api: api update (#409) (8eb1ea3)
- api: api update (#410) (cf5cb65)
- api: api update (#411) (c4958ef)
- api: api update (#412) (f0bdc85)
- api: api update (#413) (d621c18)
- api: api update (#414) (33f66ee)
- api: api update (#415) (dc4dee7)
- api: api update (#416) (18ade84)
- api: api update (#417) (02a1fe8)
- api: api update (#418) (ba31602)
- api: api update (#419) (ed84a54)
- api: api update (#420) (a189508)
- api: api update (#421) (ee6083b)
- api: api update (#422) (7415fb9)
- api: api update (#423) (cdb793d)
- api: api update (#424) (5b5c0c1)
- api: api update (#425) (673d5ba)
- api: api update (#426) (0b11b80)
- api: api update (#427) (875a3bb)
- api: api update (#428) (fc11810)
- api: api update (#431) (c4990b0)
- api: api update (#432) (d0684d0)
- api: api update (#433) (bbe8d92)
- api: api update (#434) (f81e740)
- api: api update (#435) (531fcc0)
- api: api update (#436) (f4e0343)
- api: api update (#437) (e7e5cde)
- api: api update (#438) (8f3b91f)
- api: api update (#440) (5a89907)
- api: api update (#441) (b59c6e8)
- api: api update (#442) (4b12c1a)
- api: api update (#443) (0847342)
- api: api update (#444) (a268c66)
- api: api update (#445) (c81a340)
- api: api update (#446) (890dd15)
- api: api update (#447) (5c15205)
- api: api update (#448) (0a4281c)
- api: api update (#450) (f146e9e)
- api: api update (#451) (3aa8890)
- api: api update (#452) (f34e6a0)
- api: api update (#456) (1c4457e)
- api: api update (#457) (3944caf)
- api: api update (#458) (2051057)
- api: api update (#459) (f994f2b)
- api: api update (#461) (9916c69)
- api: api update (#462) (12db42c)
- api: api update (#463) (2b96a69)
- api: api update (#464) (8befd9c)
- api: api update (#465) (13a2b7c)
- api: api update (#466) (32022e6)
- api: api update (#467) (b54bcda)
- api: api update (#468) (c63ccbb)
- api: api update (#469) (e360b33)
- api: api update (#470) (4d451be)
- api: api update (#471) (00b4736)
- api: api update (#472) (b3bb5a3)
- api: api update (#473) (0ddbcd9)
- api: api update (#474) (bebafe7)
- api: api update (#475) (493d9a5)
- api: api update (#476) (8a8c550)
- add missing isclass check (#478) (1b477a3)
- internal: add support for TypeAliasType (#430) (7c4be68)
- internal: bump pyright (#429) (5546e05)
- internal: codegen related update (#368) (6bbac9d)
- internal: codegen related update (#439) (0ea26b1)
- internal: codegen related update (#453) (947ffa2)
- internal: codegen related update (#454) (72127cd)
- internal: codegen related update (#477) (648039b)
- internal: fix some typos (#460) (1c17f0c)
- make the
Omittype public (#373) (1ec1400) - updates (#479) (55b7d1d)
Full Changelog: v0.10.0...v0.11.0
- api: api update (#267) (27a2611)
- api: api update (#269) (398d7b7)
- api: api update (#270) (79cdab5)
- api: api update (#271) (b98e2c3)
- api: api update (#272) (cd352c7)
- api: api update (#273) (e98fc62)
- api: api update (#274) (333d0bb)
- api: api update (#275) (cccf52e)
- api: api update (#276) (1833bda)
- api: api update (#277) (a2e551d)
- api: api update (#278) (5f6bc45)
- api: api update (#279) (93892e2)
- api: api update (#280) (95d36c1)
- api: api update (#281) (d0e7fac)
- api: api update (#282) (774ba0e)
- api: api update (#283) (302e7c3)
- api: api update (#284) (aef73c2)
- api: api update (#285) (1a6003d)
- api: api update (#286) (9037685)
- api: api update (#287) (8ecabea)
- api: api update (#288) (c6ef6fc)
- api: api update (#289) (72f5f56)
- api: api update (#290) (508bb3f)
- api: api update (#291) (2df9175)
- api: api update (#292) (141e1f3)
- api: api update (#293) (74ca2f8)
- api: api update (#294) (8e69b95)
- api: api update (#295) (9b3a76c)
- api: api update (#296) (4bd3edb)
- api: api update (#297) (3922954)
- api: api update (#298) (a4c9fb4)
- api: api update (#299) (ba67b5d)
- api: api update (#300) (a571b57)
- api: api update (#301) (e8606c3)
- api: api update (#302) (b7014fd)
- api: api update (#303) (4ffec44)
- api: api update (#304) (dbede4f)
- api: api update (#305) (d62a804)
- api: api update (#306) (ebf7fe1)
- api: api update (#309) (3fd934e)
- api: api update (#311) (2524093)
- api: api update (#312) (f2b4f2e)
- api: api update (#313) (a896e14)
- api: api update (#314) (3982687)
- api: api update (#315) (1ee6056)
- api: api update (#316) (e64ddd0)
- api: api update (#317) (4800de8)
- api: api update (#318) (60ba766)
- api: api update (#319) (b999876)
- api: api update (#320) (ed99ec5)
- api: api update (#321) (d7ce737)
- api: api update (#322) (e579ee9)
- api: api update (#323) (06bb999)
- api: api update (#324) (42230ec)
- api: api update (#325) (9436f02)
- api: api update (#326) (2a97e59)
- api: api update (#327) (a6d07d7)
- api: api update (#328) (c419733)
- api: api update (#329) (27e682c)
- api: api update (#330) (4c27571)
- api: api update (#331) (2c25235)
- api: api update (#332) (60a1eeb)
- api: api update (#333) (76b345c)
- api: api update (#334) (e77b717)
- api: api update (#335) (5eb9c88)
- api: api update (#336) (fa539cd)
- api: api update (#337) (f9abf13)
- api: api update (#338) (475b693)
- api: api update (#339) (916bc6e)
- api: api update (#340) (e42de98)
- api: api update (#341) (710172d)
- api: api update (#342) (6a3dbb2)
- api: api update (#344) (59209ff)
- api: api update (#345) (9a8181d)
- api: api update (#346) (f708cd1)
- api: api update (#347) (30b5ee7)
- api: api update (#348) (782a004)
- api: api update (#349) (acd7cfb)
- api: api update (#350) (9858df4)
- api: api update (#351) (c1e84ff)
- api: api update (#352) (fc60fd0)
- api: api update (#353) (d29d0c4)
- api: api update (#354) (30c029d)
- api: api update (#358) (c237f10)
- internal: codegen related update (#343) (68a4523)
- internal: exclude mypy from running on tests (#359) (8b8fe06)
- internal: fix compat model_dump method when warnings are passed (#355) (59c36a0)
- rebuild project due to codegen change (#307) (6e6a696)
- rebuild project due to codegen change (#308) (11883c9)
- remove now unused
cached-propertydep (#357) (919b44c)
Full Changelog: v0.9.0...v0.10.0
- api: api update (#257) (d4d01da)
- api: api update (#259) (c695aa0)
- api: api update (#260) (ac9193f)
- api: api update (#261) (5a7fce2)
- api: api update (#262) (b463693)
- api: api update (#263) (dbd490a)
- api: api update (#264) (0380eb2)
- api: api update (#265) (2827aeb)
Full Changelog: v0.8.0...v0.9.0
- api: api update (#252) (aa42dcb)
- api: api update (#254) (a310c68)
- api: manual updates (#255) (4eafcf0)
Full Changelog: v0.7.0...v0.8.0
- api: api update (#239) (e265611)
- api: api update (#241) (d69d8a8)
- api: api update (#242) (ad2f4c7)
- api: api update (#243) (7b6c98f)
- api: api update (#244) (12d0039)
- api: api update (#245) (2b82f31)
- api: api update (#246) (ee79233)
- api: api update (#247) (492e315)
- api: api update (#248) (045ec22)
- api: api update (#249) (baa457c)
- api: api update (#250) (e69b069)
Full Changelog: v0.6.0...v0.7.0
Full Changelog: v0.5.0...v0.6.0
Full Changelog: v0.4.0...v0.5.0
- api: api update (#224) (f536d22)
- api: api update (#226) (c3f93d1)
- api: api update (#227) (ea18fbc)
- api: api update (#228) (e5ac996)
- api: api update (#229) (df42110)
Full Changelog: v0.3.0...v0.4.0
- api: api update (#206) (1018bb4)
- api: api update (#208) (d0c2bd8)
- api: api update (#209) (5ba4709)
- api: api update (#210) (620fcb9)
- api: api update (#211) (b181289)
- api: api update (#212) (6410fed)
- api: api update (#213) (4c7552a)
- api: api update (#214) (a02b476)
- api: api update (#215) (87fb66e)
- api: api update (#216) (568d2f8)
- api: api update (#217) (23902ae)
- api: api update (#218) (5bd1497)
- api: api update (#219) (c2f5075)
- api: api update (#220) (6bc6ffb)
- api: api update (#221) (da27ecc)
- api: api update (#222) (753ea7c)
Full Changelog: v0.2.2...v0.3.0
Full Changelog: v0.2.0...v0.2.2
- api: api update (#190) (4b40a20)
- api: api update (#192) (51358a5)
- api: api update (#193) (d4c04da)
- api: api update (#194) (31fcc6c)
- api: api update (#195) (4b3112b)
- api: api update (#196) (f367ac3)
- api: api update (#197) (f5d88d9)
- api: api update (#198) (6a8c688)
- api: api update (#199) (e36adf9)
- api: api update (#200) (2b51e56)
Full Changelog: v0.1.0-alpha.23...v0.2.0
Full Changelog: v0.1.0-alpha.22...v0.1.0-alpha.23
- api: OpenAPI spec update via Stainless API (#177) (ffb1036)
- api: OpenAPI spec update via Stainless API (#179) (77911b5)
- api: OpenAPI spec update via Stainless API (#180) (0849ddb)
- api: OpenAPI spec update via Stainless API (#184) (7022855)
- add repr to PageInfo class (#183) (29b7283)
- internal: add support for parsing bool response content (#181) (e2f1795)
Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22
Full Changelog: v0.1.0-alpha.20...v0.1.0-alpha.21
- api: OpenAPI spec update via Stainless API (#156) (1594f34)
- api: OpenAPI spec update via Stainless API (#160) (ee5dccc)
- api: OpenAPI spec update via Stainless API (#161) (47f9ac6)
- api: OpenAPI spec update via Stainless API (#162) (0ac9009)
- api: OpenAPI spec update via Stainless API (#163) (c819584)
- api: OpenAPI spec update via Stainless API (#167) (3a84eea)
- api: OpenAPI spec update via Stainless API (#168) (c9a19cb)
- api: OpenAPI spec update via Stainless API (#171) (d814a44)
- client: send retry count header (#170) (8390f52)
- add docstrings to raw response properties (#158) (762a6b3)
- internal: bump pyright / mypy version (#166) (69bc4f3)
- internal: bump ruff (#165) (1085a1c)
- internal: codegen related update (#172) (b2e05d5)
- readme: add section on determining installed version (#159) (9f23958)
- update CONTRIBUTING.md (#164) (169ef14)
Full Changelog: v0.1.0-alpha.19...v0.1.0-alpha.20
- api: OpenAPI spec update via Stainless API (#143) (8cd8b77)
- api: OpenAPI spec update via Stainless API (#145) (ce6146e)
- api: OpenAPI spec update via Stainless API (#146) (21a9a9c)
- api: OpenAPI spec update via Stainless API (#147) (79994e5)
- api: OpenAPI spec update via Stainless API (#148) (e645bda)
- api: OpenAPI spec update via Stainless API (#150) (0017597)
- api: OpenAPI spec update via Stainless API (#151) (7b9f2fa)
- api: OpenAPI spec update via Stainless API (#152) (9845185)
- api: OpenAPI spec update via Stainless API (#154) (e6350ec)
Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19
- api: OpenAPI spec update via Stainless API (#139) (f359981)
- api: OpenAPI spec update via Stainless API (#141) (ebd75f4)
Full Changelog: v0.1.0-alpha.17...v0.1.0-alpha.18
Full Changelog: v0.1.0-alpha.16...v0.1.0-alpha.17
- api: OpenAPI spec update via Stainless API (#130) (fc8ef2f)
- api: OpenAPI spec update via Stainless API (#132) (29725a4)
- api: OpenAPI spec update via Stainless API (#133) (9e05c97)
- api: OpenAPI spec update via Stainless API (#134) (4c3fd59)
Full Changelog: v0.1.0-alpha.15...v0.1.0-alpha.16
- api: OpenAPI spec update via Stainless API (#122) (e65a4b5)
- api: OpenAPI spec update via Stainless API (#124) (cb87b6f)
- api: OpenAPI spec update via Stainless API (#125) (b1f126d)
- api: OpenAPI spec update via Stainless API (#126) (db6ba44)
- api: OpenAPI spec update via Stainless API (#127) (3940b9f)
- api: OpenAPI spec update via Stainless API (#128) (ff9ade1)
Full Changelog: v0.1.0-alpha.14...v0.1.0-alpha.15
- api: manual updates (#117) (5222c74)
- api: manual updates (#118) (2801d62)
- api: OpenAPI spec update via Stainless API (#106) (977e845)
- api: OpenAPI spec update via Stainless API (#110) (dc0bc88)
- api: OpenAPI spec update via Stainless API (#111) (82a1581)
- api: OpenAPI spec update via Stainless API (#112) (cfddae4)
- api: OpenAPI spec update via Stainless API (#113) (23d90e8)
- api: OpenAPI spec update via Stainless API (#114) (f754530)
- api: OpenAPI spec update via Stainless API (#115) (b5200de)
- api: OpenAPI spec update via Stainless API (#120) (e432b64)
- ci: also run pydantic v1 tests (#109) (23009f0)
- client: fix parsing union responses when non-json is returned (#108) (9133e9b)
Full Changelog: v0.1.0-alpha.13...v0.1.0-alpha.14
Full Changelog: v0.1.0-alpha.12...v0.1.0-alpha.13
- api: OpenAPI spec update via Stainless API (#100) (772cfa1)
- api: OpenAPI spec update via Stainless API (#101) (a0841a4)
- api: OpenAPI spec update via Stainless API (#102) (158d661)
- api: OpenAPI spec update via Stainless API (#96) (fb6dd1d)
- api: OpenAPI spec update via Stainless API (#98) (0d77cac)
- api: OpenAPI spec update via Stainless API (#99) (081978b)
Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12
- api: OpenAPI spec update via Stainless API (#83) (df99a13)
- api: OpenAPI spec update via Stainless API (#88) (a8882d4)
- api: OpenAPI spec update via Stainless API (#89) (a8b5d6a)
- api: OpenAPI spec update via Stainless API (#90) (dc4b13c)
- api: OpenAPI spec update via Stainless API (#93) (d6ba90f)
- api: update via SDK Studio (#91) (612ce32)
- ci: bump prism mock server version (#85) (ff2c8dd)
- ci: minor changes (#84) (32f527f)
- examples: minor formatting changes (#87) (64c9bd5)
- internal: codegen related update (#92) (0c34d9a)
- internal: ensure package is importable in lint cmd (#86) (ecf2a95)
- internal: remove deprecated ruff config (#81) (2916f9f)
- internal: use different 32bit detection method (#94) (cf748e3)
Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11
- api: OpenAPI spec update via Stainless API (#66) (291eddb)
- api: OpenAPI spec update via Stainless API (#68) (91913d6)
- api: OpenAPI spec update via Stainless API (#69) (f82c51c)
- api: OpenAPI spec update via Stainless API (#70) (b0ffcf0)
- api: OpenAPI spec update via Stainless API (#75) (213734e)
- api: OpenAPI spec update via Stainless API (#76) (d6370bc)
- api: OpenAPI spec update via Stainless API (#79) (23d4705)
- client: add
retry_countto raw response class (#73) (e17fb03)
- internal: bump pyright (#72) (3fcd1bf)
- internal: bump ruff version (#77) (240971d)
- internal: test updates (#74) (cac724a)
- internal: update pydantic compat helper function (#78) (3befea7)
- internal: use
TypeAliasmarker for type assignments (#71) (4de0849)
Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10
Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9
Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8
- api: OpenAPI spec update via Stainless API (#52) (f7b6f31)
- api: OpenAPI spec update via Stainless API (#54) (008ea96)
- api: OpenAPI spec update via Stainless API (#55) (daae357)
- api: OpenAPI spec update via Stainless API (#56) (ba93ed6)
- api: OpenAPI spec update via Stainless API (#57) (12018b3)
- api: update via SDK Studio (#58) (86cf18f)
Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7
- api: OpenAPI spec update via Stainless API (#41) (d4da50f)
- api: OpenAPI spec update via Stainless API (#43) (2eed5ae)
- api: OpenAPI spec update via Stainless API (#44) (d936662)
- api: OpenAPI spec update via Stainless API (#46) (cd62f94)
- api: OpenAPI spec update via Stainless API (#47) (218b9b0)
- api: OpenAPI spec update via Stainless API (#48) (b866f26)
- api: OpenAPI spec update via Stainless API (#49) (3a39028)
- api: OpenAPI spec update via Stainless API (#50) (c6d26f4)
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
- api: codegen changes (4dc6179)
- api: OpenAPI spec update via Stainless API (#24) (d89833e)
- api: OpenAPI spec update via Stainless API (#26) (0418fb3)
- api: OpenAPI spec update via Stainless API (#28) (4b90fc2)
- api: OpenAPI spec update via Stainless API (#29) (351c37b)
- api: OpenAPI spec update via Stainless API (#30) (877f6a4)
- api: OpenAPI spec update via Stainless API (#31) (dd37c08)
- api: OpenAPI spec update via Stainless API (#32) (8572bf8)
- api: OpenAPI spec update via Stainless API (#33) (aff00c2)
- api: OpenAPI spec update via Stainless API (#34) (706ca4f)
- api: OpenAPI spec update via Stainless API (#37) (c30452b)
- api: OpenAPI spec update via Stainless API (#38) (399782f)
- api: OpenAPI spec update via Stainless API (#39) (76ed1ec)
- internal: refactor release doctor script (#35) (3189cad)
- tests: update prism version (#36) (8ad7914)
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
- api: OpenAPI spec update via Stainless API (#19) (9def751)
- api: OpenAPI spec update via Stainless API (#20) (a0bf266)
- api: OpenAPI spec update via Stainless API (#21) (9e9f3c2)
- api: OpenAPI spec update via Stainless API (#22) (5bf8bc0)
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1