Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(next => main): release abc 0.0.1 #1159

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Feb 15, 2024

✨ Stainless prepared a new release

0.0.1 (2024-02-15)

Full Changelog: ...abc-v0.0.1

Features

  • add None default value to nullable response properties (#1043) (c4db321)
  • api: add timestamp_granularities, add gpt-3.5-turbo-0125 model (#1125) (489dadf)
  • api: add additional instructions for runs (#995) (53bca49)
  • api: add gpt-3.5-turbo-1106 (#813) (98b3240)
  • api: add optional name argument + improve docs (#972) (d161688)
  • api: add text embeddings dimensions param (#1103) (20d97ef)
  • api: add token logprobs to chat completions (#980) (ccae821)
  • api: add usage to runs and run steps (#1090) (7f18183)
  • api: releases from DevDay; assistants, multimodality, tools, dall-e-3, tts, and more (#682) (baa9f07)
  • api: unify function types (#741) (a228a53)
  • api: updates (#1146) (79b7675)
  • azure: proactively add audio/speech to deployment endpoints (#1099) (f66d33e)
  • cli/images: add support for --model arg (#1132) (a061daf)
  • client: add support for streaming raw responses (#1072) (86379b4)
  • client: enable follow redirects by default (#1100) (62cd463)
  • client: support parsing custom response types (#1111) (61f3346)
  • client: support passing chunk size for binary responses (#747) (cbdafb5)
  • client: support reading the base url from an env variable (#829) (0733934)

Bug Fixes

  • api: accidentally required params, add new models & other fixes (#729) (4f89244)
  • api: update embedding response object type (#739) (ee28c46)
  • asssitant_deleted -> assistant_deleted (#711) (f5ef2b3)
  • avoid leaking memory when Client.with_options is used (#956) (d052708)
  • azure: ensure custom options can be passed to copy (#858) (97a6895)
  • breaking!: correct broken type names in moderation categories (#811) (ea4fa23)
  • cli/audio: file format detection failing for whisper (#733) (2425c15)
  • client: add support for streaming binary responses (#866) (2fc3204)
  • client: attempt to parse unknown json content types (#854) (c26014e)
  • client: correct base_url setter implementation (#919) (f6f38a9)
  • client: correctly assign error properties (#759) (1455a7c)
  • client: correctly flush the stream response body (#771) (7e2b254)
  • client: correctly use custom http client auth (#1028) (6279b26)
  • client: don't cause crashes when inspecting the module (#897) (84c85bd)
  • client: ensure path params are non-empty (#1075) (023a4e6)
  • client: ensure retried requests are closed (#902) (7aad340)
  • client: retry if SSLWantReadError occurs in the async client (#804) (b607e20)
  • client: serialise pydantic v1 default fields correctly in params (#776) (a10655a)
  • client: show a helpful error message if the v0 API is used (#743) (d3d7e1b)
  • download: Fix download url by reverting change (#197) (88b267b)
  • errors: properly assign APIError.body (#949) (d468f30)
  • fix response format bug (#282) (9b5f8db)
  • models: mark unknown fields as set in pydantic v1 (#772) (c5975bd)
  • pagination: use correct type hint for .object (#943) (60ccec6)
  • prevent crash when platform.architecture() is not allowed (#1120) (2384e27)
  • prevent IndexError in fine-tunes CLI (#768) (460a282)
  • proxy: prevent recursion errors when debugging pycharm (#1076) (a05b160)
  • remove double brackets from timestamp_granularities param (#1140) (d6f9334)
  • SSE Stream parser expects additional space after colon "data:" (#559) (8944bd1)
  • types: loosen most List params types to Iterable (#1129) (2dc3976)
  • wandb: encoding on Windows (#148) (af59037), closes #143

This Pull Request has been generated automatically as part of Stainless's release process.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request (see details).

More technical details can be found at stainless-api/release-please.

@stainless-app stainless-app bot requested a review from a team as a code owner February 15, 2024 19:39
@RobertCraigie RobertCraigie deleted the release-please--branches--main--changes--next--components--abc branch February 15, 2024 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Encoding Error on Windows with WandB
2 participants