diff --git a/content/2024/05-20-box-python-sdk-new-gen-released copy.md b/content/2024/05-20-box-python-sdk-new-gen.md similarity index 99% rename from content/2024/05-20-box-python-sdk-new-gen-released copy.md rename to content/2024/05-20-box-python-sdk-new-gen.md index 94f8bada..8986939b 100644 --- a/content/2024/05-20-box-python-sdk-new-gen-released copy.md +++ b/content/2024/05-20-box-python-sdk-new-gen.md @@ -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 diff --git a/content/2024/06-06-box-cli-v3141-released.md b/content/2024/06-06-box-cli-v3141-released.md index b8617c15..edaa9f53 100644 --- a/content/2024/06-06-box-cli-v3141-released.md +++ b/content/2024/06-06-box-cli-v3141-released.md @@ -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 diff --git a/content/2024/06-28-box-swift-sdk-generated-030-released.md b/content/2024/06-28-box-swift-sdk-generated-030-released.md index 33cb9872..ac923232 100644 --- a/content/2024/06-28-box-swift-sdk-generated-030-released.md +++ b/content/2024/06-28-box-swift-sdk-generated-030-released.md @@ -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 diff --git a/content/2024/07-16-box-ui-elements-v2100-released.md b/content/2024/07-16-box-ui-elements-v2100-released.md index 34f5666d..13e875db 100644 --- a/content/2024/07-16-box-ui-elements-v2100-released.md +++ b/content/2024/07-16-box-ui-elements-v2100-released.md @@ -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 diff --git a/content/2024/07-16-react-18-buie.md b/content/2024/07-16-react-18-buie.md index c188b5e6..584b4d3f 100644 --- a/content/2024/07-16-react-18-buie.md +++ b/content/2024/07-16-react-18-buie.md @@ -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 @@ -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. diff --git a/content/2024/07-22-box-windows-sdk-v580-released.md b/content/2024/07-22-box-windows-sdk-v580-released.md index 31691f1e..2ac7d132 100644 --- a/content/2024/07-22-box-windows-sdk-v580-released.md +++ b/content/2024/07-22-box-windows-sdk-v580-released.md @@ -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 diff --git a/content/2024/07-24-box-dotnet-sdk-generated-v100-released.md b/content/2024/07-24-box-dotnet-sdk-generated-v100-released.md index e1a51a2d..c21a74e1 100644 --- a/content/2024/07-24-box-dotnet-sdk-generated-v100-released.md +++ b/content/2024/07-24-box-dotnet-sdk-generated-v100-released.md @@ -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 diff --git a/content/2024/07-25-box-ai-overrides.md b/content/2024/07-25-box-ai-overrides.md new file mode 100644 index 00000000..285a4037 --- /dev/null +++ b/content/2024/07-25-box-ai-overrides.md @@ -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. + + + +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/ \ No newline at end of file diff --git a/content/2024/07-25-box-swift-sdk-new-gen-released.md b/content/2024/07-25-box-swift-sdk-new-gen-released.md new file mode 100644 index 00000000..10f0ac79 --- /dev/null +++ b/content/2024/07-25-box-swift-sdk-new-gen-released.md @@ -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. + + + +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