Skip to content

Commit

Permalink
Merge branch 'main' into box/box-typescript-sdk-gen/v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc authored Nov 5, 2024
2 parents 0248e54 + 3104b94 commit 0fd529b
Show file tree
Hide file tree
Showing 13 changed files with 870 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,11 @@ dotnet
deserialisation
schemas
parametrize
freeform
freeform
ai
boxai-sidebar
api
update_app_activity_item
uaa-logging
eslint
configs
32 changes: 32 additions & 0 deletions content/2024/09-11-box-swift-sdk-generated-050-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
applied_at: '2024-09-11'
applies_to:
- sdks
- swift
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-swift-sdk-gen/releases/tag/0.5.0'
collapse: true
---

# Box Swift SDK Generated `0.5.0` released

### Bug Fixes

* Fix variants in metadata query results (box/box-openapi[#456][1]) ([#232][2]) ([`be2fa52`][3])

### New Features and Enhancements

* add Hubs Beta (box/box-openapi[#453][4]) ([#220][5]) ([`546f487`][6])

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

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

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

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

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

[6]: https://github.com/box/box-codegen/commit/546f487bde9dae2407ff65620eb6e6a81e45b149
60 changes: 60 additions & 0 deletions content/2024/09-18-box-python-sdk-generated-v150-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
applied_at: '2024-09-18'
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.5.0'
collapse: true
---

# Box Python SDK Generated `v1.5.0` released

### Bug Fixes

* Add the missing license to `setup.py` (box/box-codegen[#562][1]) ([#307][2]) ([`679d789`][3])
* Fix variants in metadata query results (box/box-openapi[#456][4]) ([#313][5]) ([`8830303`][6])

### New Features and Enhancements

* Add support for proxy (box/box-codegen[#559][7]) ([#302][8]) ([`3d881ac`][9])
* Introduce `raw_data` field for storing raw `json` response (box/box-codegen[#566][10]) ([#319][11]) ([`3776dc3`][12])
* Support `ai/extract` and `ai/extract_structured` endpoints (box/box-codegen[#564][13]) ([#317][14]) ([`b3d8da4`][15])
* Support App item associations (box/box-codegen[#561][16]) ([#299][17]) ([`8b6ea0b`][18])

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

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

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

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

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

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

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

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

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

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

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

[12]: https://github.com/box/box-codegen/commit/3776dc3d44bc09eb68da99f45e36e058dca2607e

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

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

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

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

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

[18]: https://github.com/box/box-codegen/commit/8b6ea0bbec719a36eb11b6d214c08801c4f1a40b
33 changes: 33 additions & 0 deletions content/2024/09-19-box-python-sdk-generated-v151-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
applied_at: '2024-09-19'
applies_to:
- sdks
- python
is_impactful: false
is_new_feature: false
release_source_url: 'https://github.com/box/box-python-sdk-gen/releases/tag/v1.5.1'
collapse: true
---

# Box Python SDK Generated `v1.5.1` released

### Bug Fixes

* Fix proxy `url` without proxy credentials (box/box-codegen[#568][1]) ([#322][2]) ([`fb19160`][3]), closes [#318][4]
* Stop sending last empty chunk for chunk upload (box/box-codegen[#569][5]) ([#324][6]) ([`1605f04`][7]), closes [#321][8]

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

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

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

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

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

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

[7]: https://github.com/box/box-codegen/commit/1605f0495994b333e735bc98f28fa714324b75f5

[8]: https://github.com/box/box-codegen/issues/321
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
25 changes: 25 additions & 0 deletions content/2024/10-18-box-java-sdk-v4120-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
applied_at: '2024-10-18'
applies_to:
- sdks
- java
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-java-sdk/releases/tag/v4.12.0'
collapse: true
---

# Box Java SDK `v4.12.0` released

### New Features and Enhancements

* Support AI Agent ([#1265][1]) ([`3cb2c7c`][2])
* Support AI extract and AI extract structured ([#1266][3]) ([`7ba90b9`][4])

[1]: https://github.com/box/box-java-sdk/issues/1265

[2]: https://github.com/box/box-java-sdk/commit/3cb2c7c275761a24be9403a6a2b41d0725ba8d9b

[3]: https://github.com/box/box-java-sdk/issues/1266

[4]: https://github.com/box/box-java-sdk/commit/7ba90b96070a32b3e2ac60e5c55bd04d0a5973c0
Loading

0 comments on commit 0fd529b

Please sign in to comment.