Skip to content

Commit

Permalink
Merge branch 'main' into box/box-python-sdk-gen/v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc authored Aug 9, 2024
2 parents ef95716 + ab000cc commit 27e6fd8
Show file tree
Hide file tree
Showing 11 changed files with 74 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ is_impactful: true
is_new_feature: true
release_source_url: 'https://github.com/box/box-python-sdk-gen/releases/tag/v1.0.0'
collapse: true
show_excerpt: true
---

# Introducing New Generation Python SDK
Expand Down
1 change: 1 addition & 0 deletions content/2024/06-06-box-cli-v3141-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ is_impactful: false
is_new_feature: false
release_source_url: 'https://github.com/box/boxcli/releases/tag/v3.14.1'
collapse: true
show_excerpt: true
---

# Box CLI `v3.14.1` released
Expand Down
1 change: 1 addition & 0 deletions content/2024/06-28-box-swift-sdk-generated-030-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-swift-sdk-gen/releases/tag/0.3.0'
collapse: true
show_excerpt: true
---

# Box Swift SDK Generated `0.3.0` released
Expand Down
1 change: 1 addition & 0 deletions content/2024/07-16-box-ui-elements-v2100-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ is_impactful: true
is_new_feature: true
release_source_url: 'https://github.com/box/box-ui-elements/releases/tag/v21.0.0'
collapse: true
show_excerpt: true
---

# Box UI Elements `v21.0.0` released
Expand Down
1 change: 1 addition & 0 deletions content/2024/07-16-react-18-buie.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ is_impactful: true
is_new_feature: true
release_source_url: ''
collapse: true
show_excerpt: true
---

# React 18 support for Box UI Elements
Expand Down
1 change: 1 addition & 0 deletions content/2024/07-22-box-windows-sdk-v580-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-windows-sdk-v2/releases/tag/v5.8.0'
collapse: true
show_excerpt: true
---

# Box Windows SDK `v5.8.0` released
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ is_impactful: true
is_new_feature: true
release_source_url: 'https://github.com/box/box-dotnet-sdk-gen/releases/tag/v1.0.0'
collapse: true
show_excerpt: true
---

# Box Dotnet SDK Generated `v1.0.0` released
Expand Down
46 changes: 46 additions & 0 deletions content/2024/07-24-box-typescript-sdk-generated-v130-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
applied_at: '2024-07-24'
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.3.0'
collapse: true
---

# Box TypeScript SDK Generated `v1.3.0` released

### Bug Fixes

* Extract `IntegrationMappingPartnerItemSlack` to union type (box/box-codegen[#530][1]) ([#255][2]) ([`fa8952a`][3])
* Improve chunked upload reliability (box/box-codegen[#529][4]) ([#254][5]) ([`12d9288`][6])

### New Features and Enhancements

* Add `is_active` parameter to user collaboration (box/box-openapi[#437][7]) ([#253][8]) ([`4d8d436`][9])
* Support AI Agent API (box/box-codegen[#531][10]) ([#260][11]) ([`0ec40d4`][12])

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

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

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

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

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

[6]: https://github.com/box/box-typescript-sdk-gen/commit/12d928850e0a1cd60f336a9919474b9aaba33028

[7]: https://github.com/box/box-typescript-sdk-gen/issues/437

[8]: https://github.com/box/box-typescript-sdk-gen/issues/253

[9]: https://github.com/box/box-typescript-sdk-gen/commit/4d8d436977b3e487a47e7717626f1c0f2eb43227

[10]: https://github.com/box/box-typescript-sdk-gen/issues/531

[11]: https://github.com/box/box-typescript-sdk-gen/issues/260

[12]: https://github.com/box/box-typescript-sdk-gen/commit/0ec40d44c86a8a9cf4fe594966cfad1866be457c
1 change: 1 addition & 0 deletions content/2024/07-25-box-ai-overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ is_impactful: true
is_new_feature: true
release_source_url: ''
collapse: true
show_excerpt: true
---

# Fetch and override default AI configuration
Expand Down
1 change: 1 addition & 0 deletions content/2024/07-25-box-swift-sdk-new-gen-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ is_impactful: true
is_new_feature: true
release_source_url: "https://github.com/box/box-swift-sdk-gen/releases/tag/0.3.0"
collapse: true
show_excerpt: true
---

# Introducing New Generation Swift SDK
Expand Down
19 changes: 19 additions & 0 deletions content/2024/08-06-box-cli-v3150-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
applied_at: '2024-08-06'
applies_to:
- cli
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/boxcli/releases/tag/v3.15.0'
collapse: true
---

# Box CLI `v3.15.0` released

### New Features and Enhancements

* Support AI APIs using Box Node SDK ([#539][1]) ([`59551d2`][2])

[1]: https://github.com/box/boxcli/issues/539

[2]: https://github.com/box/boxcli/commit/59551d2153549b5a87b2c3fae01eb3089d640c89

0 comments on commit 27e6fd8

Please sign in to comment.