Commit Graph

142 Commits

Author SHA1 Message Date
Jacob Zimmerman
aea5ebccac feat(client): remove HTML escaping in JSON 2025-08-06 18:33:19 -04:00
stainless-app[bot]
3fb5d8d68e release: 1.12.0 (#458)
* codegen metadata

* chore(internal): refactor stream event processing to be more future proof

* feat(api): manual updates

* release: 1.12.0

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: David Meadows <dmeadows@stainless.com>
2025-07-30 12:45:47 +00:00
stainless-app[bot]
a473e04606 release: 1.11.1 2025-07-22 13:10:56 +00:00
stainless-app[bot]
ee4897bd8f release: 1.11.0 2025-07-16 16:40:53 +00:00
stainless-app[bot]
a5e05b1ccd release: 1.10.3 2025-07-15 16:22:29 +00:00
stainless-app[bot]
fd39ca293d release: 1.10.2 2025-07-15 16:03:25 +00:00
stainless-app[bot]
469dc3ce52 release: 1.10.1 2025-07-11 20:47:04 +00:00
stainless-app[bot]
75e593f9cb release: 1.10.0 2025-07-10 18:34:16 +00:00
stainless-app[bot]
32f80cde71 release: 1.9.0 2025-07-10 14:20:41 +00:00
stainless-app[bot]
50eece0c66 release: 1.8.3 2025-07-08 15:36:38 +00:00
stainless-app[bot]
7649ea2c07 release: 1.8.2 2025-06-27 17:06:25 +00:00
stainless-app[bot]
944e0f8d2f fix: don't try to deserialize as json when ResponseBodyInto is []byte 2025-06-27 17:06:25 +00:00
stainless-app[bot]
b10d28d1e2 release: 1.8.1 2025-06-26 19:35:06 +00:00
stainless-app[bot]
e68ae3e5ae release: 1.8.0 2025-06-26 16:51:30 +00:00
stainless-app[bot]
f6a7e7dcd8 feat(api): webhook and deep research support 2025-06-26 16:50:47 +00:00
stainless-app[bot]
417979e8b9 release: 1.7.0 2025-06-23 18:27:08 +00:00
stainless-app[bot]
3474462282 feat(client): add escape hatch for null slice & maps 2025-06-23 18:27:08 +00:00
stainless-app[bot]
439fe82195 release: 1.6.0 2025-06-17 05:08:25 +00:00
stainless-app[bot]
33d4c92605 release: 1.5.0 2025-06-10 16:49:54 +00:00
stainless-app[bot]
31813473dd release: 1.4.0 2025-06-09 16:50:47 +00:00
stainless-app[bot]
9c70d89df9 release: 1.3.0 2025-06-03 17:11:21 +00:00
stainless-app[bot]
cad9fde441 release: 1.2.1 2025-06-02 19:39:27 +00:00
stainless-app[bot]
f2b2a89525 release: 1.2.0 2025-05-29 01:54:38 +00:00
stainless-app[bot]
cdfb065ed9 release: 1.1.0 2025-05-22 19:58:12 +00:00
stainless-app[bot]
a7ed605c08 release: 1.0.0 2025-05-19 21:11:49 +00:00
stainless-app[bot]
9c15332027 fix(client): don't panic on marshal with extra null field 2025-05-19 19:39:40 +00:00
stainless-app[bot]
0ec68f0d77 fix(client): correctly set stream key for multipart 2025-05-19 15:40:16 +00:00
stainless-app[bot]
ecfccf0ecf release: 0.1.0-beta.11 2025-05-16 19:41:43 +00:00
stainless-app[bot]
072dce4648 feat(client): add support for endpoint-specific base URLs in python
This also changes how `WithEnvironmentProduction()` and `WithBaseURL()` interact. Previously, `WithBaseURL()` would be overridden by `WithEnvironmentProduction()` if `WithEnvironmentProduction()` was later in the list of options; now, `WithBaseURL()` always takes precedence.
2025-05-13 15:23:02 +00:00
stainless-app[bot]
523487582e feat(client): experimental support for unmarshalling into param structs 2025-05-08 02:15:46 +00:00
stainless-app[bot]
443351625e feat(client)!: rename resp package 2025-05-08 02:12:32 +00:00
stainless-app[bot]
9f312a9b14 fix(client)!: improve core function names 2025-05-08 02:05:22 +00:00
stainless-app[bot]
910d1730e9 fix(client): resolve issue with optional multipart files 2025-05-08 01:59:58 +00:00
stainless-app[bot]
239c4e2cb3 chore(utils): add internal resp to param utility 2025-05-08 01:59:08 +00:00
stainless-app[bot]
8a78f37c25 feat(client)!: improve param subunions & deduplicate types 2025-05-08 01:59:05 +00:00
stainless-app[bot]
710b92eaa7 fix(client): clean up reader resources 2025-05-07 16:31:39 +00:00
stainless-app[bot]
fc9fec3c46 fix(client): unmarshal responses properly 2025-05-07 16:31:29 +00:00
stainless-app[bot]
ec171b2405 feat(client): support more time formats 2025-05-07 16:30:58 +00:00
stainless-app[bot]
ca175533ac fix(client): time format encoding fix 2025-05-07 16:30:55 +00:00
stainless-app[bot]
4befa5a48c chore(docs): document pre-request options 2025-05-07 16:30:39 +00:00
stainless-app[bot]
c0414f15a9 release: 0.1.0-beta.10 2025-04-14 16:46:37 +00:00
stainless-app[bot]
e1d5123160 release: 0.1.0-beta.9 2025-04-09 10:28:29 +01:00
stainless-app[bot]
0ae103de4e release: 0.1.0-beta.8 2025-04-09 05:07:19 +00:00
stainless-app[bot]
4d4168700e feat(client): support custom http clients (#357) 2025-04-09 05:07:19 +00:00
stainless-app[bot]
dc246a6b2a release: 0.1.0-beta.7 2025-04-07 19:49:56 +00:00
stainless-app[bot]
605e30392e release: 0.1.0-beta.6 2025-04-04 05:07:06 +00:00
stainless-app[bot]
fc5eabf81d feat(client): support unions in query and forms (#347) 2025-04-04 05:07:06 +00:00
stainless-app[bot]
6021080b8a release: 0.1.0-beta.5 2025-04-03 05:07:13 +00:00
stainless-app[bot]
a52cebdbd0 fix(client): support multipart encoding array formats (#342) 2025-04-03 05:07:13 +00:00
stainless-app[bot]
08f9891e41 release: 0.1.0-beta.4 2025-04-02 05:07:13 +00:00