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

Box CLI v4.2.0 released

Feature CLI GitHub

Box CLI v4.2.0 released

New Features and Enhancements

Unread

Box Python SDK Generated v1.15.0 released

Feature SDKs Python GitHub

Box Python SDK Generated v1.15.0 released

Bug Fixes

  • Compute webhook signature with and without escaping the body (box/box-codegen#737) (#607) (e5118b8)
  • Fix downscope token to use retrieveToken method for token retrieval (box/box-codegen#731) (#598) (e492685)
  • Fix slash escaping when calculating webhook signature (box/box-codegen#736) (#603) (430b175)
  • Use constant-time comparison for HMAC signatures (box/box-codegen#739) (#610) (6f6660c)

New Features and Enhancements

  • Add AI agents warnings; allow for more types of metadata value (box/box-openapi#520) (#567) (86aa1cc)
  • Add Shield Lists APIs (box/box-openapi#528) (#601) (f980f65)
  • Add support of IBM models to AI API (box/box-openapi#522) (#568) (767547a)
  • Update legal holds and AI models (box/box-openapi#526) (#599) (d56228d)
Unread

Box TypeScript SDK Generated v1.16.0 released

Feature SDKs typescript GitHub

Box TypeScript SDK Generated v1.16.0 released

Bug Fixes

  • Compute webhook signature with and without escaping the body (box/box-codegen#737) (#627) (6a21b8e)
  • Fix circular dependency in boxNetworkClient (box/box-codegen#708) (#591) (b383889)
  • Fix downscope token to use retrieveToken method for token retrieval (box/box-codegen#731) (#618) (90edb0c)
  • Fix slash escaping when calculating webhook signature (box/box-codegen#736) (#624) (a0307d0)
  • Handle list of strings in metadata filter (box/box-codegen#716) (#597) (979ff2c)
  • Improve file download to avoid storing content in memory (box/box-codegen#701) (#589) (513a15e)
  • Modify utility functions for browser (box/box-codegen#686) (#585) (7232170)
  • Use constant-time comparison for HMAC signatures (box/box-codegen#739) (#630) (efdcaaf)

New Features and Enhancements

  • Add AI agents warnings; allow for more types of metadata value (box/box-openapi#520) (#600) (a5a555f)
  • Add security settings properties on sign template schema (box/box-openapi#518) (#588) (dfd3e5f)
  • Add Shield Lists APIs (box/box-openapi#528) (#622) (be3af44)
  • Add support of IBM models to AI API (box/box-openapi#522) (#601) (b060b8c)
  • Increase max items for ai extract endpoints (box/box-openapi#525) (#602) (86c5d14)
  • Update legal holds and AI models (box/box-openapi#526) (#620) (de3df57)
Unread

Box Node SDK v3.8.1 released

SDKs Node GitHub

Box Node SDK v3.8.1 released

Bug Fixes

  • Use constant-time comparison for HMAC signatures (#893) (d819efe)
Unread

Box Java SDK v4.16.2 released

SDKs Java GitHub

Box Java SDK v4.16.2 released

Bug Fixes

  • Fix parsing downloadFileCount property for BoxZipDownloadStatus (50c2249)
Unread

Box AI API - new AI models now available, Gemini 1.5 models deprecated

Feature Impactful guides API AI

Box AI API - new AI models now available, Gemini 1.5 models deprecated

The list of available AI models has been recently updated with the following models:

  • AWS Claude 4 Sonnet
  • AWS Claude 4 Opus

The following models have been deprecated:

  • Google Gemini 1.5 Flash 001
  • Google Gemini 1.5 Pro 001

For more information, see retired models.

Azure OpenAI GPT o4 Mini model was removed.

Models offered in Preview mode have not been fully performance-tested at scale and are made available on an as-is basis. You may experience variability in model/output quality, availability, and accuracy.

You can use the provided models to override the default model used in the AI agent configuration. For further details on Box AI API, see the guides and API reference.

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 Dotnet SDK Generated v1.10.0 released

SDKs dotnet GitHub

Box Dotnet SDK Generated v1.10.0 released

New Features and Enhancements

  • Add UploadWithPreflightCheck convenient method (box/box-codegen#705) (#469) (8dff7bb)
  • Add AI agents warnings; allow for more types of metadata value (box/box-openapi#520) (#474) (a53cff5)
  • Add security settings properties on sign template schema (box/box-openapi#518) (#462) (7fddaea)
  • Add support of IBM models to AI API (box/box-openapi#522) (#475) (a187301)
  • Support sensitive data sanitization in errors (box/box-codegen#695) (#453) (5ee0c93)
Unread

Box Python SDK Generated v1.14.0 released

Feature SDKs Python GitHub

Box Python SDK Generated v1.14.0 released

Bug Fixes

New Features and Enhancements

  • Add security settings properties on sign template schema (box/box-openapi#518) (#543) (0a45d21)
  • Support sensitive data sanitization in errors (box/box-codegen#695) (#533) (abb7b1d)
Unread

Box AI API - new AI models now available

Feature Impactful guides API AI

Box AI API - new AI models now available

The list of available AI models has been recently updated with the following models:

  • Azure OpenAI o3 (beta)
  • Azure OpenAI o4 mini (beta)
  • xAI Grok 3 (beta)
  • xAI Grok 3 mini (beta)

Models offered in Preview mode have not been fully performance-tested at scale and are made available on an as-is basis. You may experience variability in model/output quality, availability, and accuracy.

You can use the provided models to override the default model used in the AI agent configuration. For further details on Box AI API, see the guides and API reference.

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 Java SDK v4.16.1 released

SDKs Java GitHub

Box Java SDK v4.16.1 released

Bug Fixes

  • use Locale.ROOT to prevent issues with non-US locales (#1306) (f083092)