Changelog
  • All
  • New features
  • Impactful changes
  • API
  • Java
  • Windows
  • Python
  • Node
  • CLI
  • iOS
  • UI Elements
Unread

Fetch and override default AI configuration

Feature Impactful guides

Fetch and override default AI configuration

Thanks to the GET /2.0/ai_agent_default 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 and POST /2.0/ai/text_gen requests.

Where to get support

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

Unread

Introducing New Generation Swift SDK

Feature Impactful SDKs swift GitHub

Introducing New Generation Swift SDK

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

With the new generation of Swift SDK, 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!

Unread

Box Dotnet SDK Generated v1.0.0 released

Feature Impactful SDKs dotnet GitHub

Box Dotnet SDK Generated v1.0.0 released

Bug Fixes

  • Extract IntegrationMappingPartnerItemSlack to IntegrationMappingPartnerItemSlackUnion (box/box-codegen#530) (#183) (3b1b634)
  • Improve chunked upload reliability (box/box-codegen#529) (#182) (e2a045f)
  • remove init from some of the required fields, nullability fixes (box/box-codegen#532) (#190) (c58f8af)
  • retry requests with status code of 202 and retry-after header (box/box-codegen#533) (#191) (abaafd7)
  • Update chunked upload (box/box-codegen#523) (#177) (9bcaf51)

New Features and Enhancements

  • Add is_active parameter to user collaboration (box/box-openapi#437) (#181) (ec5f2d1)
  • simplify namespaces (box/box-codegen#518) (#175) (7831b09)
  • Support AI Agent API (box/box-codegen#531) (#188) (0c29645)
  • Support default interface properties, bump dependencies (box/box-codegen#527) (#184) (6b52792)
Unread

Box Windows SDK v5.8.0 released

Feature SDKs Windows GitHub

Box Windows SDK v5.8.0 released

New Features and Enhancements:

Bug Fixes:

  • Bump System.IdentityModel.Tokens.Jwt dependency version to v6.35.0 (#962) (6e47237), closes #960 #961
  • remove Microsoft.AspNetCore.StaticFiles and System.Web dependencies (#964) (2c8eedc)

https://www.nuget.org/packages/Box.V2/5.8.0

https://www.nuget.org/packages/Box.V2.Core/5.8.0

Unread

Box Java SDK v4.11.1 released

SDKs Java GitHub

Box Java SDK v4.11.1 released

Bug Fixes

  • Fix order of file upload multipart request (#1261) (7200ac7)
Unread

Box Node SDK v3.7.0 released

Feature SDKs Node GitHub

Box Node SDK v3.7.0 released

New Features and Enhancements

Unread

React 18 support for Box UI Elements

Feature Impactful guides

React 18 support for Box UI Elements

Box UI Elements now support React 18, bringing a whole new level of flexibility and functionality for content collaboration in third-party apps. With this update, you can leverage the power of React 18’s cutting-edge features, drive innovation with latest front-end stack, while seamlessly integrating with the intelligent content cloud.

For details, read our blog post.

Where to get support

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

Unread

Box UI Elements v21.0.0 released

Feature Impactful frontend UI Elements GitHub

Box UI Elements v21.0.0 released

21.0.0 (2024-07-16)

Bug Fixes

Features

  • docgen: add docgen icon (#3573) (f5d4955)
  • react: BREAKING CHANGE Upgrade to React 18 (#3556) (91e0978)
  • webpack: BREAKING CHANGE Upgrade to webpack 5 and react-styleguidist 12.0.1 (#3568) (a812294)

BREAKING CHANGES

  • upgrade hapi/address to resolve undefined buffer reference
  • upgrade peer dependency for react-virtualized to support react 18
Unread

Box Java SDK v4.11.0 released

Feature SDKs Java GitHub

Box Java SDK v4.11.0 released

New Features and Enhancements

  • Allow overriding creation of OkHttp Call (#1257) (bd6fde6)

Bug Fixes

  • Add missing fields when update classification template (#1255) (f17f817)
  • Fix deserializing permissions for BoxFile and BoxFolder (#1256) (f088448)
Unread

Box TypeScript SDK Generated v1.2.0 released

Feature SDKs typescript GitHub

Box TypeScript SDK Generated v1.2.0 released

Bug Fixes

New Features and Enhancements

  • Retry request with status code 202 (box/box-codegen#511) (#235) (03b8f43)
  • Support extensible enum types in Typescript (box/box-codegen#520) (#243) (5237972)