Skip to content

Commit

Permalink
Merge branch 'main' into box/box-typescript-sdk-gen/v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc authored Aug 9, 2024
2 parents 4ab069d + 4d0e241 commit f4d1e0c
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 2 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
3 changes: 1 addition & 2 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 All @@ -17,8 +18,6 @@ With this update, you can leverage the power of React 18’s cutting-edge featur

For details, read our [blog post][2].

All customers and application owners who are potentially affected have been notified directly via email.

## Where to get support

Should you have any issues or need further guidance, please post a request to our [developer forum][2] for any help needed.
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
27 changes: 27 additions & 0 deletions content/2024/07-25-box-ai-overrides.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
applied_at: '2024-07-25'
applies_to:
- guides
is_impactful: true
is_new_feature: true
release_source_url: ''
collapse: true
show_excerpt: true
---

# Fetch and override default AI configuration

Thanks to the [`GET /2.0/ai_agent_default`][1] endpoint you can now fetch the default configuration for AI services.

<!-- more -->

Once you get the configuration details, you can override them using the `ai_agent` parameter available in the [`POST /2.0/ai/ask`][2] and [`POST /2.0/ai/text_gen`][3] requests.

## Where to get support

Should you have any issues or need further guidance, please post a request to our [developer forum][4] for any help needed.

[1]: e://get_ai_agent_default
[2]: e://post_ai_ask#param_ai_agent
[3]: e://post_ai_text_gen#param_ai_agent
[4]: https://forum.box.com/
28 changes: 28 additions & 0 deletions content/2024/07-25-box-swift-sdk-new-gen-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
applied_at: "2024-07-25"
applies_to:
- sdks
- swift
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

We are excited to introduce [Box Swift SDK][1], designed to elevate the developer experience and streamline your integration with the Box Content Cloud.

<!-- more -->

With the [new generation of Swift 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-swift-sdk-gen

0 comments on commit f4d1e0c

Please sign in to comment.