-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'add-extract-api' of github.com:box/box-developer-change…
…log into staging
- Loading branch information
Showing
26 changed files
with
662 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -302,4 +302,6 @@ droppable | |
box-openapi | ||
dotnet | ||
deserialisation | ||
schemas | ||
schemas | ||
parametrize | ||
freeform |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
applied_at: '2024-05-20' | ||
applies_to: | ||
- sdks | ||
- python | ||
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 | ||
|
||
We are excited to introduce [Box Python SDK][1], designed to elevate the developer experience and streamline your integration with the Box Content Cloud. | ||
|
||
<!-- more --> | ||
|
||
With the [new generation of Python SDK][1], you'll have access to: | ||
|
||
* **Full API Support**: The new generation of Box SDKs empowers developers with complete coverage of the Box API ecosystem. You can now access all the latest features and functionalities offered by Box, allowing you to build even more sophisticated and feature-rich applications. | ||
* **Rapid API Updates** Say goodbye to waiting for new Box APIs to be incorporated into the SDK. With our new auto-generation development approach, we can now add new Box APIs to the SDK at a much faster pace (in a matter of days). This means you can leverage the most up-to-date features in your applications without delay. | ||
* **Embedded Documentation**: We understand that access to information is crucial for developers. With our new approach, we have included comprehensive documentation for all objects and parameters directly in the source code of the SDK. This means you no longer need to look up this information on the developer portal, saving you time and streamlining your development process. | ||
* **Enhanced Convenience Methods**: Our commitment to enhancing your development experience continues with the introduction of convenience methods. These methods cover various aspects such as authentication, chunk uploads, exponential back-offs, automatic retries, type checkers which help to ensure that you’re using variables correctly, and much more. | ||
|
||
Embrace the new generation of Box SDKs and unlock the full potential of the Box Content Cloud. Start building innovative solutions faster and more efficiently. Happy coding! | ||
|
||
[1]: https://github.com/box/box-python-sdk-gen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
content/2024/07-24-box-typescript-sdk-generated-v130-released.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
content/2024/07-26-box-python-sdk-generated-v120-released.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
applied_at: '2024-07-26' | ||
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.2.0' | ||
collapse: true | ||
--- | ||
|
||
# Box Python SDK Generated `v1.2.0` released | ||
|
||
### Bug Fixes | ||
|
||
* Improve chunked upload reliability ([#224][1]) ([`05f0353`][2]) | ||
|
||
### New Features and Enhancements | ||
|
||
* Add `is_active` parameter to user collaboration (box/box-openapi[#437][3]) ([#222][4]) ([`2b7bbe4`][5]) | ||
* Retry request with status code `202` (box/box-codegen[#511][6]) ([#204][7]) ([`f50ad6e`][8]) | ||
* Support AI Agent API (box/box-codegen[#531][9]) ([#229][10]) ([`c565383`][11]) | ||
* Support sending fields with `null` value (box/box-codegen[#528][12]) ([#230][13]) ([`f91076e`][14]), closes [#202][15] | ||
|
||
[1]: https://github.com/box/box-codegen/issues/224 | ||
|
||
[2]: https://github.com/box/box-codegen/commit/05f035354a76dac0d71849523e4a28641ac92aee | ||
|
||
[3]: https://github.com/box/box-codegen/issues/437 | ||
|
||
[4]: https://github.com/box/box-codegen/issues/222 | ||
|
||
[5]: https://github.com/box/box-codegen/commit/2b7bbe41ed23e50c6717148fa5e9e2c24a3f5897 | ||
|
||
[6]: https://github.com/box/box-codegen/issues/511 | ||
|
||
[7]: https://github.com/box/box-codegen/issues/204 | ||
|
||
[8]: https://github.com/box/box-codegen/commit/f50ad6e236003901792eb333738020cbdd8c8ae3 | ||
|
||
[9]: https://github.com/box/box-codegen/issues/531 | ||
|
||
[10]: https://github.com/box/box-codegen/issues/229 | ||
|
||
[11]: https://github.com/box/box-codegen/commit/c5653839e1a150377e7d5c4764d4c2a7b7d07c4a | ||
|
||
[12]: https://github.com/box/box-codegen/issues/528 | ||
|
||
[13]: https://github.com/box/box-codegen/issues/230 | ||
|
||
[14]: https://github.com/box/box-codegen/commit/f91076e1bfbccae4a0dff4b66d7bafb5357858c5 | ||
|
||
[15]: https://github.com/box/box-codegen/issues/202 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
applied_at: '2024-08-06' | ||
applies_to: | ||
- sdks | ||
- node | ||
is_impactful: false | ||
is_new_feature: false | ||
release_source_url: 'https://github.com/box/box-node-sdk/releases/tag/v3.7.1' | ||
collapse: true | ||
--- | ||
|
||
# Box Node SDK `v3.7.1` released | ||
|
||
### Bug Fixes | ||
|
||
* add version to copy file options annotation ([#885][1]) ([`4f9312c`][2]) | ||
|
||
[1]: https://github.com/box/box-node-sdk/issues/885 | ||
|
||
[2]: https://github.com/box/box-node-sdk/commit/4f9312c63138f8cf8e0a9e46a9e1345172dbdc6b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
applied_at: '2024-08-06' | ||
applies_to: | ||
- sdks | ||
- python | ||
is_impactful: false | ||
is_new_feature: true | ||
release_source_url: 'https://github.com/box/box-python-sdk/releases/tag/v3.12.0' | ||
collapse: true | ||
--- | ||
|
||
# Box Python SDK `v3.12.0` released | ||
|
||
### New Features and Enhancements | ||
|
||
* add create sign request function with different required parameters ([#878][1]) ([`d972f54`][2]) | ||
* Support Box AI features ([#877][3]) ([`3026d2a`][4]) | ||
|
||
[1]: https://github.com/box/box-python-sdk/issues/878 | ||
|
||
[2]: https://github.com/box/box-python-sdk/commit/d972f54dcf9962c6b911422793a682d8f6289f9e | ||
|
||
[3]: https://github.com/box/box-python-sdk/issues/877 | ||
|
||
[4]: https://github.com/box/box-python-sdk/commit/3026d2ab9932cd07aa9ff15a3ac3c3c14d3089b0 |
32 changes: 32 additions & 0 deletions
32
content/2024/08-12-box-python-sdk-generated-v130-released.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
applied_at: '2024-08-12' | ||
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.3.0' | ||
collapse: true | ||
--- | ||
|
||
# Box Python SDK Generated `v1.3.0` released | ||
|
||
### Bug Fixes | ||
|
||
* Fix fetch method for multipart request (box/box-codegen[#545][1]) ([#266][2]) ([`08a0818`][3]) | ||
|
||
### New Features and Enhancements | ||
|
||
* Parametrize chunked uploads endpoint URLs (box/box-openapi[#444][4]) ([#264][5]) ([`b5bce24`][6]) | ||
|
||
[1]: https://github.com/box/box-codegen/issues/545 | ||
|
||
[2]: https://github.com/box/box-codegen/issues/266 | ||
|
||
[3]: https://github.com/box/box-codegen/commit/08a0818995d64995c3e2720a459f9221c9ca1dea | ||
|
||
[4]: https://github.com/box/box-codegen/issues/444 | ||
|
||
[5]: https://github.com/box/box-codegen/issues/264 | ||
|
||
[6]: https://github.com/box/box-codegen/commit/b5bce24478c70ae6bb997adc773a0e2a76223568 |
46 changes: 46 additions & 0 deletions
46
content/2024/08-12-box-typescript-sdk-generated-v140-released.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
applied_at: '2024-08-12' | ||
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.4.0' | ||
collapse: true | ||
--- | ||
|
||
# Box TypeScript SDK Generated `v1.4.0` released | ||
|
||
### Bug Fixes | ||
|
||
* Add missing token scope (box/box-openapi[#442][1]) ([#281][2]) ([`ca77f58`][3]) | ||
* Fix fetch method for multipart request (box/box-codegen[#545][4]) ([#303][5]) ([`f8ceac0`][6]) | ||
|
||
### New Features and Enhancements | ||
|
||
* Parametrize chunked uploads endpoint URLs (box/box-openapi[#444][7]) ([#302][8]) ([`293a6e9`][9]) | ||
* **ts:** Add comments to properties and methods (box/box-codegen[#537][10]) ([#284][11]) ([`db3a2b5`][12]) | ||
|
||
[1]: https://github.com/box/box-typescript-sdk-gen/issues/442 | ||
|
||
[2]: https://github.com/box/box-typescript-sdk-gen/issues/281 | ||
|
||
[3]: https://github.com/box/box-typescript-sdk-gen/commit/ca77f58b10d3a302748750584730f0fcdd8b4b55 | ||
|
||
[4]: https://github.com/box/box-typescript-sdk-gen/issues/545 | ||
|
||
[5]: https://github.com/box/box-typescript-sdk-gen/issues/303 | ||
|
||
[6]: https://github.com/box/box-typescript-sdk-gen/commit/f8ceac005f043017e7cde310490e79ab9195f8d7 | ||
|
||
[7]: https://github.com/box/box-typescript-sdk-gen/issues/444 | ||
|
||
[8]: https://github.com/box/box-typescript-sdk-gen/issues/302 | ||
|
||
[9]: https://github.com/box/box-typescript-sdk-gen/commit/293a6e9aeabbba37e4c12e2322a79717a10e1775 | ||
|
||
[10]: https://github.com/box/box-typescript-sdk-gen/issues/537 | ||
|
||
[11]: https://github.com/box/box-typescript-sdk-gen/issues/284 | ||
|
||
[12]: https://github.com/box/box-typescript-sdk-gen/commit/db3a2b57fbe0eec17373a2acf8089ff247c98225 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
applied_at: '2024-08-22' | ||
applies_to: | ||
- sdks | ||
- python | ||
is_impactful: false | ||
is_new_feature: true | ||
release_source_url: 'https://github.com/box/box-python-sdk/releases/tag/v3.13.0' | ||
collapse: true | ||
--- | ||
|
||
# Box Python SDK `v3.13.0` released | ||
|
||
### New Features and Enhancements | ||
|
||
* Add support for get AI agent default ([#883][1]) ([`c1010e0`][2]) | ||
|
||
[1]: https://github.com/box/box-python-sdk/issues/883 | ||
|
||
[2]: https://github.com/box/box-python-sdk/commit/c1010e0349847586a9f00046570e975ec48eb0c5 |
Oops, something went wrong.