Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
d71e56c
chore: bump license year
stainless-bot Jan 2, 2025
2cdfa92
chore(api): bump spec version
stainless-bot Jan 3, 2025
b535448
docs(readme): fix misplaced .
stainless-bot Jan 8, 2025
f94f270
feat(client): add realtime types
stainless-bot Jan 8, 2025
81b20f7
feat(client): improve debug logs
stainless-bot Jan 8, 2025
4593dab
fix: send correct Accept header for certain endpoints
stainless-bot Jan 10, 2025
3b4aede
chore(types): rename vector store chunking strategy
stainless-bot Jan 14, 2025
28662b9
refactor(types): remove deprecated params type aliases
stainless-bot Jan 14, 2025
0fd0d7c
chore(client): clean up file helpers
stainless-bot Jan 14, 2025
b20705e
chore(types): add `| undefined` to client options properties
stainless-bot Jan 15, 2025
54231c0
chore(client): improve node-fetch file upload errors
stainless-bot Jan 20, 2025
183d8e7
chore(client)!: document proxy use + clean up old code
stainless-bot Jan 20, 2025
4c7fcca
fix: correctly send default header values
stainless-bot Jan 21, 2025
c0e99db
docs: update deprecation messages
stainless-bot Jan 21, 2025
3e3a48a
chore(internal): minor restructuring
stainless-bot Jan 21, 2025
6477a60
feat(api): update enum values, comments, and examples
stainless-bot Jan 22, 2025
179e314
chore(types): remove type-level dependency on some platform specifics
stainless-bot Jan 27, 2025
e585df1
chore(client): handle expo fetch abort errors
stainless-bot Jan 30, 2025
7d3f8ef
chore(client): detect node and deno timeout errors
stainless-bot Jan 30, 2025
1e832a1
feat(api): add o3-mini
stainless-bot Jan 31, 2025
893d5ec
chore(internal): remove unused `isRequestOptions()` function
stainless-bot Feb 4, 2025
a8343ef
feat(client): send `X-Stainless-Timeout` header
stainless-bot Feb 4, 2025
983da6d
chore(api): delete deprecated method
stainless-bot Feb 4, 2025
b157a4b
fix(api/types): correct audio duration & role types
stainless-bot Feb 5, 2025
0e057f9
fix(client)!: uri encode path parameters
stainless-bot Feb 5, 2025
d99b497
fix: ChatCompletionStream types
RobertCraigie Feb 10, 2025
4cec09d
fix(api): add missing reasoning effort + model enums
stainless-bot Feb 5, 2025
87d26db
feat(pagination): avoid fetching when has_more: false
stainless-bot Feb 6, 2025
0b35b70
chore(internal): fix tests
stainless-em Feb 4, 2025
7f4714c
docs: fix typo, "zodFunctionTool" -> "zodFunction" (#1128)
hi019 Jan 22, 2025
71dd154
docs(helpers): fix type annotation
RobertCraigie Jan 22, 2025
a40d359
chore(internal): remove segfault-handler
RobertCraigie Feb 10, 2025
f3d7083
fix: correctly decode multi-byte characters over multiple chunks
stainless-bot Feb 10, 2025
59da177
feat(api): add support for storing chat completions
stainless-bot Feb 13, 2025
9416c96
fix(client): fix export map for index exports, accept BunFile
stainless-bot Feb 13, 2025
00ce31b
chore(internal): add missing return type annotation
stainless-bot Feb 14, 2025
0266b41
chore(internal): fix tests not always being type checked
stainless-bot Feb 17, 2025
a7effe8
fix: optimize sse chunk reading off-by-one error
stainless-bot Feb 18, 2025
a2714bb
fix(assistants): handle `thread.run.incomplete` event
RobertCraigie Feb 11, 2025
ee34833
fix(package): add chat/completions.ts back in (#1333)
RobertCraigie Feb 14, 2025
40e8dd2
fix(parsing): remove tool_calls default empty array (#1341)
RobertCraigie Feb 20, 2025
77e1180
fix(jsr): export zod helpers
RobertCraigie Jan 21, 2025
0eda70a
fix(azure/audio): use model param for deployments
RobertCraigie Feb 20, 2025
ad5a9b6
chore(internal): fix eslint ignores
RobertCraigie Feb 21, 2025
20f179d
chore: fix example types
RobertCraigie Feb 21, 2025
7737d25
feat(client): add Realtime API support
RobertCraigie Feb 21, 2025
04e30c0
fix(jsr): correct zod config
RobertCraigie Jan 21, 2025
0ea64eb
fix(jsr): export realtime helpers
RobertCraigie Jan 21, 2025
ead0ba4
feat(client): improve logging
stainless-bot Feb 21, 2025
873e273
chore(internal): fix devcontainers setup
stainless-bot Feb 21, 2025
b55321e
chore(internal): remove unnecessary todo
stainless-bot Feb 21, 2025
cfd2088
feat: add migration guide
stainless-ci-bot Feb 24, 2025
317a04d
fix(tests): stop using node:stream
stainless-ci-bot Feb 25, 2025
0b77c7c
fix(threads): remove unused duplicative types
RobertCraigie Feb 26, 2025
1d4478d
feat(api): add gpt-4.5-preview
stainless-ci-bot Feb 27, 2025
e4e737d
docs: update URLs from stainlessapi.com to stainless.com
stainless-ci-bot Feb 27, 2025
ebd464f
chore(tests): stop using node-fetch, don't directly upload FormDataFile
stainless-em Feb 28, 2025
45a372c
chore(internal): fix lint
stainless-em Feb 28, 2025
f18ced8
chore(docs): update zod tool call example, fix azure tests
stainless-em Feb 28, 2025
d94b41a
chore(internal): update @types/bun
stainless-em Feb 28, 2025
7d18430
chore(client): only accept standard types for file uploads
stainless-ci-bot Mar 3, 2025
98a5366
chore(internal): fix tests failing on node v18
RobertCraigie Mar 3, 2025
203f94f
chore(examples): remove node-fetch
RobertCraigie Mar 3, 2025
1144f91
chore(tests): fix responses tests
RobertCraigie Mar 3, 2025
ebd1aa6
try bumping bun-types
RobertCraigie Mar 3, 2025
237b5e7
chore(internal): add proxy ecosystem tests
stainless-em Jan 6, 2025
0a60f6e
skipLibCheck for bun and cloudflare workers (their types clash with @…
stainless-em Jan 10, 2025
455574d
chore(tests): switch proxy tests to fetchOptions
stainless-em Jan 31, 2025
c3d9beb
chore(internal): add Bun.File ecosystem test
stainless-em Feb 17, 2025
4e30652
chore: remove deprecated methods
RobertCraigie Feb 17, 2025
cb7c462
fix(client): fix TypeError with undefined File
stainless-ci-bot Mar 3, 2025
67e4f8e
fix(internal): clean up undefined File test
stainless-ci-bot Mar 3, 2025
c0c8d39
fix(tests): manually reset node:buffer File
RobertCraigie Mar 3, 2025
6051c35
chore(internal): fix ecosystem tests
RobertCraigie Mar 3, 2025
d77df11
chore: bump version to 5.0.0-beta.0
RobertCraigie Mar 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .devcontainer/Dockerfile

This file was deleted.

27 changes: 12 additions & 15 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "Debian",
"build": {
"dockerfile": "Dockerfile"
"name": "Development",
"image": "mcr.microsoft.com/devcontainers/typescript-node:latest",
"features": {
"ghcr.io/devcontainers/features/node:1": {}
},
"postCreateCommand": "yarn install",
"customizations": {
"vscode": {
"extensions": [
"esbenp.prettier-vscode"
]
}
}

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
29 changes: 0 additions & 29 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.0.0-alpha.0"
".": "5.0.0-beta.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 68
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-a39aca84ed97ebafb707ebd5221e2787c5a42ff3d98f2ffaea8a0dcd84cbcbcb.yml
configured_endpoints: 74
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-5d30684c3118d049682ea30cdb4dbef39b97d51667da484689193dc40162af32.yml
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024 OpenAI
Copyright 2025 OpenAI

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading