Skip to content

Commit

Permalink
Merge branch 'main' of github.com:box/box-developer-changelog into st…
Browse files Browse the repository at this point in the history
…aging
  • Loading branch information
superojla committed Oct 6, 2023
2 parents c0e5c5a + 44b6b59 commit 7ca3bb8
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
25 changes: 25 additions & 0 deletions content/2023/09-29-box-node-sdk-new-generation-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
applied_at: '2023-09-29'
applies_to:
- sdks
- node
is_impactful: true
is_new_feature: true
release_source_url: 'https://github.com/box/box-node-sdk/releases/tag/new-generation'
collapse: true
---

# Introducing Beta Release: New Generation TypeScript SDK

We are excited to introduce [the latest generation (currently in Beta) of Box TypeScript SDK][1], designed to elevate the developer experience and streamline your integration with the Box Content Cloud.

With the [new generation of Typescript 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-typescript-sdk-gen
25 changes: 25 additions & 0 deletions content/2023/09-29-box-python-sdk-new-gen-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
applied_at: '2023-09-29'
applies_to:
- sdks
- python
is_impactful: true
is_new_feature: true
release_source_url: 'https://github.com/box/box-python-sdk/releases/tag/new-gen'
collapse: true
---

# Introducing Beta Release: New Generation Python SDK

We are excited to introduce [the latest generation (currently in Beta) of Box Python SDK][1], designed to elevate the developer experience and streamline your integration with the Box Content Cloud.

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** 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
20 changes: 20 additions & 0 deletions content/2023/10-06-box-node-sdk-v321-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
applied_at: '2023-10-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.2.1'
collapse: true
---

# Box Node SDK `v3.2.1` released

### Bug Fixes

* Overrides tough-cookie dependency ([#852][1]) ([`99df873`][2])

[1]: https://github.com/box/box-node-sdk/issues/852

[2]: https://github.com/box/box-node-sdk/commit/99df873e1a1dad4a0073d53b4ed57c0eeb859401

0 comments on commit 7ca3bb8

Please sign in to comment.