Skip to content

Commit

Permalink
Merge branch 'main' into box/box-dotnet-sdk-gen/v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc authored Nov 5, 2024
2 parents 75e769d + 405a507 commit a06d990
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 0 deletions.
32 changes: 32 additions & 0 deletions content/2024/10-17-box-dotnet-sdk-generated-v130-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
applied_at: '2024-10-17'
applies_to:
- sdks
- dotnet
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-dotnet-sdk-gen/releases/tag/v1.3.0'
collapse: true
---

# Box Dotnet SDK Generated `v1.3.0` released

### Bug Fixes

* bump `system.text.json` to 8.0.5 (box/box-codegen[#578][1]) ([#271][2]) ([`dad2f52`][3])

### New Features and Enhancements

* support proxy (box/box-codegen[#577][4]) ([#274][5]) ([`dea1937`][6])

[1]: https://github.com/box/box-codegen/issues/578

[2]: https://github.com/box/box-codegen/issues/271

[3]: https://github.com/box/box-codegen/commit/dad2f521066e73c3dcdaec196cd6940401e31f3a

[4]: https://github.com/box/box-codegen/issues/577

[5]: https://github.com/box/box-codegen/issues/274

[6]: https://github.com/box/box-codegen/commit/dea19373a7169365acb968a66c78c5937ef698e1
29 changes: 29 additions & 0 deletions content/2024/10-17-box-typescript-sdk-generated-v170-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
applied_at: '2024-10-17'
applies_to:
- sdks
- typescript
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-typescript-sdk-gen/releases/tag/v1.7.0'
collapse: true
---

# Box TypeScript SDK Generated `v1.7.0` released

### New Features and Enhancements

* Include raw data in response object (box/box-codegen[#576][1]) ([#375][2]) ([`bdb9d0c`][3])
* Support `ai/extract` and `ai/extract_structured` endpoints (box/box-codegen[#566][4]) ([#356][5]) ([`4a33562`][6])

[1]: https://github.com/box/box-typescript-sdk-gen/issues/576

[2]: https://github.com/box/box-typescript-sdk-gen/issues/375

[3]: https://github.com/box/box-typescript-sdk-gen/commit/bdb9d0caab1a54ca56aef5de4260215d1d3fbd35

[4]: https://github.com/box/box-typescript-sdk-gen/issues/566

[5]: https://github.com/box/box-typescript-sdk-gen/issues/356

[6]: https://github.com/box/box-typescript-sdk-gen/commit/4a335621c7eaa413162a5daa65d63d8353ba37f5
34 changes: 34 additions & 0 deletions content/2024/10-24-box-dotnet-sdk-generated-v131-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
applied_at: '2024-10-24'
applies_to:
- sdks
- dotnet
is_impactful: false
is_new_feature: false
release_source_url: 'https://github.com/box/box-dotnet-sdk-gen/releases/tag/v1.3.1'
collapse: true
---

# Box Dotnet SDK Generated `v1.3.1` released

### Bug Fixes

* properly serialize `StringEnum` list when inside query `params` ([#288][1]) ([`dac8392`][2])
* update client error schema to support schema errors (box/box-openapi[#467][3]) ([#281][4]) ([`bef2632`][5])
* update integration mapping response description (box/box-openapi[#463][6]) ([#279][7]) ([`05e07b0`][8])

[1]: https://github.com/box/box-codegen/issues/288

[2]: https://github.com/box/box-codegen/commit/dac839280b43f4bd954d3966032ff4925150c061

[3]: https://github.com/box/box-codegen/issues/467

[4]: https://github.com/box/box-codegen/issues/281

[5]: https://github.com/box/box-codegen/commit/bef2632af99f0477bd009bcb91248c678b4e1bab

[6]: https://github.com/box/box-codegen/issues/463

[7]: https://github.com/box/box-codegen/issues/279

[8]: https://github.com/box/box-codegen/commit/05e07b025c234de4c4161e567c0919748d24f804
60 changes: 60 additions & 0 deletions content/2024/10-30-box-python-sdk-generated-v160-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
applied_at: '2024-10-30'
applies_to:
- sdks
- python
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-python-sdk-gen/releases/tag/v1.6.0'
collapse: true
---

# Box Python SDK Generated `v1.6.0` released

### Bug Fixes

* Set stream position to 0 for multipart requests (box/box-codegen[#581][1]) ([#348][2]) ([`fa6942c`][3])
* Update client error schema (box/box-openapi[#467][4]) ([#347][5]) ([`a42a253`][6])
* Use original stream position when retrying requests (box/box-codegen[#583][7]) ([#358][8]) ([`060b4dc`][9])
* use raw `docstrings` when comments contain backslash (box/box-codegen[#571][10]) ([#330][11]) ([`8dd8cb7`][12])

### New Features and Enhancements

* Add `download_file_to_output_stream` method to `DownloadsManager` (box/box-codegen[#575][13]) ([#334][14]) ([`6820d08`][15])
* add AI LLM endpoint AWS `params` (box/box-openapi[#478][16]) ([#354][17]) ([`c8fa2c1`][18])

[1]: https://github.com/box/box-codegen/issues/581

[2]: https://github.com/box/box-codegen/issues/348

[3]: https://github.com/box/box-codegen/commit/fa6942c231024947250955ccc52f352744ab5f38

[4]: https://github.com/box/box-codegen/issues/467

[5]: https://github.com/box/box-codegen/issues/347

[6]: https://github.com/box/box-codegen/commit/a42a2532337c79d20b6524fda0acf717d9ccbd5f

[7]: https://github.com/box/box-codegen/issues/583

[8]: https://github.com/box/box-codegen/issues/358

[9]: https://github.com/box/box-codegen/commit/060b4dc2b8bbbc1e17cce0fc049394e0527952b7

[10]: https://github.com/box/box-codegen/issues/571

[11]: https://github.com/box/box-codegen/issues/330

[12]: https://github.com/box/box-codegen/commit/8dd8cb71105c200bd03f5f894a4dbfb42baf0865

[13]: https://github.com/box/box-codegen/issues/575

[14]: https://github.com/box/box-codegen/issues/334

[15]: https://github.com/box/box-codegen/commit/6820d08f37c5c0605a580391bef2dc4f2a384c00

[16]: https://github.com/box/box-codegen/issues/478

[17]: https://github.com/box/box-codegen/issues/354

[18]: https://github.com/box/box-codegen/commit/c8fa2c1131154d07a500290db6a7b34b06005c2b
39 changes: 39 additions & 0 deletions content/2024/10-31-box-dotnet-sdk-generated-v140-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
applied_at: '2024-10-31'
applies_to:
- sdks
- dotnet
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-dotnet-sdk-gen/releases/tag/v1.4.0'
collapse: true
---

# Box Dotnet SDK Generated `v1.4.0` released

### Bug Fixes

* Change `QueryParams` type in `MetadataQuery` from `Dictionary<string, string>` to `Dictionary<string, object>` (box/box-openapi[#479][1]) ([#298][2]) ([`656b495`][3])
* Fix conversion to `RSAKey` (box/box-codegen[#591][4]) ([#297][5]) ([`068b1f7`][6])

### New Features and Enhancements

* add AI LLM endpoint AWS `params`. Change the type from `AiLlmEndpointParamsGoogleOrAiLlmEndpointParamsOpenAi` to `AiLlmEndpointParamsAwsOrAiLlmEndpointParamsGoogleOrAiLlmEndpointParamsOpenAi` (box/box-openapi[#478][7]) ([#291][8]) ([`dcb8a20`][9])

[1]: https://github.com/box/box-codegen/issues/479

[2]: https://github.com/box/box-codegen/issues/298

[3]: https://github.com/box/box-codegen/commit/656b495bea779879bb82b2cda0cca5a30a8ad8ca

[4]: https://github.com/box/box-codegen/issues/591

[5]: https://github.com/box/box-codegen/issues/297

[6]: https://github.com/box/box-codegen/commit/068b1f7b3ea3c62647e03e0e17176bde049949db

[7]: https://github.com/box/box-codegen/issues/478

[8]: https://github.com/box/box-codegen/issues/291

[9]: https://github.com/box/box-codegen/commit/dcb8a201577be08b644266c157db45cd6797c71c
24 changes: 24 additions & 0 deletions content/2024/11-04-box-python-sdk-generated-v170-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
applied_at: '2024-11-04'
applies_to:
- sdks
- python
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-python-sdk-gen/releases/tag/v1.7.0'
collapse: true
---

# Box Python SDK Generated `v1.7.0` released

### New Features and Enhancements

* Support get collection by ID endpoint (box/box-codegen[#595][1]) ([#366][2]) ([`1db5722`][3]), closes [#355][4]

[1]: https://github.com/box/box-codegen/issues/595

[2]: https://github.com/box/box-codegen/issues/366

[3]: https://github.com/box/box-codegen/commit/1db5722f7d02694739f1a52a6b2ebe0c406960b0

[4]: https://github.com/box/box-codegen/issues/355

0 comments on commit a06d990

Please sign in to comment.