> ## Documentation Index
> Fetch the complete documentation index at: https://developer.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 2026

> Box Platform changelog: API, SDK, and product updates from 2026.

export const Link = ({href, children, className, ...props}) => {
  const localizedHref = localizeLink(href);
  return <a href={localizedHref} className={className} {...props}>
      {children}
    </a>;
};

[Subscribe to the changelog with RSS](/changelog/2026/rss.xml) to get new APIs, SDK releases, and platform updates delivered to your feed reader.

<Update label="2026-09-23" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Box AI API — new AI model available

  The list of [available AI models](/guides/box-ai/ai-models) has been updated with a new core model, [AWS Claude Opus 5.5](/guides/box-ai/ai-models/aws-claude-opus-5-5-model-card).

  You can use the provided models to [override the default model](/guides/box-ai/ai-agents/ai-agent-overrides) used in the AI agent configuration.
  For further details on Box AI API, see the [guides](/guides/box-ai) and [API reference](/reference/post-ai-ask).

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-09-11" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Box AI API — new AI models available

  The list of <Link href="/guides/box-ai/ai-models">available AI models</Link> has been updated with the following core model:

  * <Link href="/guides/box-ai/ai-models/openai-gpt-6-astra-model-card">OpenAI GPT-6 Astra</Link>

  You can use the provided models to <Link href="/guides/box-ai/ai-agents/ai-agent-overrides">override the default model</Link> used in the AI agent configuration.
  For further details on Box AI API, see the <Link href="/guides/box-ai">guides</Link> and <Link href="/reference/post-ai-ask">API reference</Link>.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-09-09" tags={["SDKs",".NET"]}>
  ## Box Windows SDK `v10.17.0` released

  ### New Features and Enhancements

  * Add Japanese ZIP code validation to sign request ([box/box-openapi#615](https://github.com/box/box-openapi/issues/615)) ([box-windows-sdk-v2#1627](https://github.com/box/box-windows-sdk-v2/issues/1627)) ([`ba8a130`](https://github.com/box/box-windows-sdk-v2/commit/ba8a130f3900d75fa44f1d3bd594b4f9fc0e0b7e))
  * Support chunk upload session plan API ([box/box-openapi#616](https://github.com/box/box-openapi/issues/616)) ([box-windows-sdk-v2#1630](https://github.com/box/box-windows-sdk-v2/issues/1630)) ([`339b2c6`](https://github.com/box/box-windows-sdk-v2/commit/339b2c6a57fcc2d04d957aed5bb6cd5217fe1fb8))
</Update>

<Update label="2026-09-09" tags={["SDKs",".NET"]}>
  ## Box Windows SDK `v6.17.0` released

  ### **New Features and Enhancements:**

  * **boxsdkgen:** add Japanese ZIP code validation to sign request ([box/box-openapi#615](https://github.com/box/box-openapi/issues/615)) ([box-windows-sdk-v2#1626](https://github.com/box/box-windows-sdk-v2/issues/1626)) ([`0615145`](https://github.com/box/box-windows-sdk-v2/commit/0615145a335e3c9667a145495f929e3ced8ff1dc))
  * **boxsdkgen:** Support chunk upload session plan API ([box/box-openapi#616](https://github.com/box/box-openapi/issues/616)) ([box-windows-sdk-v2#1628](https://github.com/box/box-windows-sdk-v2/issues/1628)) ([`b4aea5e`](https://github.com/box/box-windows-sdk-v2/commit/b4aea5e8d579718d066b85210282b946e19e202d))
</Update>

<Update label="2026-09-09" tags={["SDKs","Python"]}>
  ## Box Python SDK `v10.15.0` released

  ### New Features and Enhancements

  * Add Japanese ZIP code validation to sign request ([box/box-openapi#615](https://github.com/box/box-openapi/issues/615)) ([box-python-sdk#1559](https://github.com/box/box-python-sdk/issues/1559)) ([`9b570c0`](https://github.com/box/box-python-sdk/commit/9b570c04998d6a01391a9cd4a042dea427ebb780))
  * Support chunk upload session plan API ([box/box-openapi#616](https://github.com/box/box-openapi/issues/616)) ([box-python-sdk#1562](https://github.com/box/box-python-sdk/issues/1562)) ([`2cfdc80`](https://github.com/box/box-python-sdk/commit/2cfdc806a5f66d1ed6f96804551fdae3b9610053))
</Update>

<Update label="2026-09-09" tags={["SDKs","Python"]}>
  ## Box Python SDK `v4.15.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Add Japanese ZIP code validation to sign request ([box/box-openapi#615](https://github.com/box/box-openapi/issues/615)) ([box-python-sdk#1558](https://github.com/box/box-python-sdk/issues/1558)) ([`6aa5cda`](https://github.com/box/box-python-sdk/commit/6aa5cda955b9bbf6dc1cb1223a11d49575940ab8))
  * **boxsdkgen:** Support chunk upload session plan API ([box/box-openapi#616](https://github.com/box/box-openapi/issues/616)) ([box-python-sdk#1560](https://github.com/box/box-python-sdk/issues/1560)) ([`d660d35`](https://github.com/box/box-python-sdk/commit/d660d3589cc46707b81615adde55d99d2fcb5375))
</Update>

<Update label="2026-09-09" tags={["SDKs","Node"]}>
  ## Box Node SDK `v10.15.0` released

  ### Bug Fixes

  * Fix type declarations that break `tsc` under `Node-only` `tsconfig` ([box/box-codegen#983](https://github.com/box/box-codegen/issues/983)) ([box-node-sdk#1602](https://github.com/box/box-node-sdk/issues/1602)) ([`874246d`](https://github.com/box/box-node-sdk/commit/874246d84713b1aa48b65305bf8c1fdc14496e04))
  * Stop double-JSON-encoding error fields in Box API errors ([box/box-codegen#985](https://github.com/box/box-codegen/issues/985)) ([box-node-sdk#1608](https://github.com/box/box-node-sdk/issues/1608)) ([`a517b3d`](https://github.com/box/box-node-sdk/commit/a517b3d019085695ad73042ed34983a969fdd779))

  ### New Features and Enhancements

  * Add Japanese ZIP code validation to sign request ([box/box-openapi#615](https://github.com/box/box-openapi/issues/615)) ([box-node-sdk#1598](https://github.com/box/box-node-sdk/issues/1598)) ([`be0d1ff`](https://github.com/box/box-node-sdk/commit/be0d1ff043075f7edd7b54f0c6cfaafce6b8cf4f))
  * Support chunk upload session plan API ([box/box-openapi#616](https://github.com/box/box-openapi/issues/616)) ([box-node-sdk#1601](https://github.com/box/box-node-sdk/issues/1601)) ([`f28a496`](https://github.com/box/box-node-sdk/commit/f28a496f0843d666c2d5430029df5cfb4472addf))
</Update>

<Update label="2026-09-09" tags={["SDKs","Node"]}>
  ## Box Node SDK `v4.15.0` released

  ### Bug Fixes

  * **boxsdkgen:** Fix type declarations that break `tsc` under `Node-only` `tsconfig` ([box/box-codegen#983](https://github.com/box/box-codegen/issues/983)) ([box-node-sdk#1600](https://github.com/box/box-node-sdk/issues/1600)) ([`73b5b87`](https://github.com/box/box-node-sdk/commit/73b5b874a9dd3c7c4dac8ee741b65d3219e41d87))
  * **boxsdkgen:** Stop double-JSON-encoding error fields in Box API errors ([box/box-codegen#985](https://github.com/box/box-codegen/issues/985)) ([box-node-sdk#1609](https://github.com/box/box-node-sdk/issues/1609)) ([`61970fc`](https://github.com/box/box-node-sdk/commit/61970fc7e6a0e7867255640492f5747a04ace306))

  ### New Features and Enhancements

  * **boxsdkgen:** Add Japanese ZIP code validation to sign request ([box/box-openapi#615](https://github.com/box/box-openapi/issues/615)) ([box-node-sdk#1597](https://github.com/box/box-node-sdk/issues/1597)) ([`195b856`](https://github.com/box/box-node-sdk/commit/195b856568e6018a928db84e970ebe6629ac3d67))
  * **boxsdkgen:** Support chunk upload session plan API ([box/box-openapi#616](https://github.com/box/box-openapi/issues/616)) ([box-node-sdk#1599](https://github.com/box/box-node-sdk/issues/1599)) ([`80f8130`](https://github.com/box/box-node-sdk/commit/80f81309de05668518cc804ff799ac257266cf02))
</Update>

<Update label="2026-09-09" tags={["SDKs","Java"]}>
  ## Box Java SDK `v10.17.0` released

  ### New Features and Enhancements

  * Add Japanese ZIP code validation to sign request ([box/box-openapi#615](https://github.com/box/box-openapi/issues/615)) ([box-java-sdk#1976](https://github.com/box/box-java-sdk/issues/1976)) ([`7312c51`](https://github.com/box/box-java-sdk/commit/7312c51263f4c62efb1f6072a4f165b5919419ba))
  * Support chunk upload session plan API ([box/box-openapi#616](https://github.com/box/box-openapi/issues/616)) ([box-java-sdk#1979](https://github.com/box/box-java-sdk/issues/1979)) ([`6eb78be`](https://github.com/box/box-java-sdk/commit/6eb78beffbee2c2d400a04f12215cfd8d4d1727e))
</Update>

<Update label="2026-09-09" tags={["SDKs","iOS"]}>
  ## Box iOS SDK `10.15.0` released

  ### New Features and Enhancements

  * Add Japanese ZIP code validation to sign request ([box/box-openapi#615](https://github.com/box/box-openapi/issues/615)) ([box-ios-sdk#1631](https://github.com/box/box-ios-sdk/issues/1631)) ([`81df573`](https://github.com/box/box-ios-sdk/commit/81df573ce1fc4716a5705bc665ba6f7ccc2071cd))
  * Support chunk upload session plan API ([box/box-openapi#616](https://github.com/box/box-openapi/issues/616)) ([box-ios-sdk#1634](https://github.com/box/box-ios-sdk/issues/1634)) ([`02101c3`](https://github.com/box/box-ios-sdk/commit/02101c361ad13cfc69f0017aa535c99f8c0d161f))
</Update>

<Update label="2026-09-09" tags={["SDKs","iOS"]}>
  ## Box iOS SDK `10.13.0` released

  ### Bug Fixes

  * Strip Authorization header on cross-host redirects in Swift ([box/box-codegen#964](https://github.com/box/box-codegen/issues/964)) ([box-ios-sdk#1560](https://github.com/box/box-ios-sdk/issues/1560)) ([`b87cc65`](https://github.com/box/box-ios-sdk/commit/b87cc65f4de1ba978c23b0ae6922fe6662a5c9dc))

  ### New Features and Enhancements

  * Add new fields to Hubs ([box/box-openapi#606](https://github.com/box/box-openapi/issues/606)) ([box-ios-sdk#1569](https://github.com/box/box-ios-sdk/issues/1569)) ([`11c5a71`](https://github.com/box/box-ios-sdk/commit/11c5a71ca135ea8bffb9e9ad952a6cb9e33138f9))
  * Set up common default timeout ([box/box-codegen#965](https://github.com/box/box-codegen/issues/965)) ([box-ios-sdk#1577](https://github.com/box/box-ios-sdk/issues/1577)) ([`c20322d`](https://github.com/box/box-ios-sdk/commit/c20322dcb4ec791f99e6d1d4b5f1905425e117db))
</Update>

<Update label="2026-09-07" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Box AI API — new AI models available

  The list of <Link href="/guides/box-ai/ai-models">available AI models</Link> has been updated with the following core models:

  * <Link href="/guides/box-ai/ai-models/google-gemini-3-8-flash-model-card">Google Gemini 3.8 Flash</Link>
  * <Link href="/guides/box-ai/ai-models/google-gemini-3-7-flash-model-card">Google Gemini 3.7 Flash</Link>

  The following customer-enabled model has also been added:

  * <Link href="/guides/box-ai/ai-models/aws-claude-fable-5-1-model-card">AWS Claude Fable 5.1</Link> (Beta)

  **Note:** Models offered in **Beta** mode have not been fully performance-tested at scale and are provided on an as-is basis.

  You can use the provided models to <Link href="/guides/box-ai/ai-agents/ai-agent-overrides">override the default model</Link> used in the AI agent configuration.
  For further details on Box AI API, see the <Link href="/guides/box-ai">guides</Link> and <Link href="/reference/post-ai-ask">API reference</Link>.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-09-02" tags={["SDKs","Java"]}>
  ## Box Java SDK `v10.16.2` released

  ### Bug Fixes

  * bump `bouncyCastle` version ([box/box-codegen#982](https://github.com/box/box-codegen/issues/982)) ([box-java-sdk#1972](https://github.com/box/box-java-sdk/issues/1972)) ([`6c9877b`](https://github.com/box/box-java-sdk/commit/6c9877b15a1ad0449c117bdbe3e5e141bd33635b))
</Update>

<Update label="2026-08-26" tags={["SDKs","Java"]}>
  ## Box Java SDK `v5.15.1` released

  ### Bug Fixes

  * **boxsdkgen:** avoid null chunk when file size is a multiple of part size ([box/box-codegen#980](https://github.com/box/box-codegen/issues/980)) ([box-java-sdk#1966](https://github.com/box/box-java-sdk/issues/1966)) ([`d737c81`](https://github.com/box/box-java-sdk/commit/d737c810ef04781738537c77060a720452ce53ba))
</Update>

<Update label="2026-08-26" tags={["SDKs","Java"]}>
  ## Box Java SDK `v10.16.1` released

  ### Bug Fixes

  * Avoid null chunk when file size is a multiple of part size ([box/box-codegen#980](https://github.com/box/box-codegen/issues/980)) ([box-java-sdk#1967](https://github.com/box/box-java-sdk/issues/1967)) ([`f71a2c1`](https://github.com/box/box-java-sdk/commit/f71a2c1e836b99d3a7d9f96b320290378f7b99c6)).
</Update>

<Update label="2026-08-05" tags={["SDKs",".NET"]}>
  ## Box Windows SDK `v6.16.0` released

  ### **New Features and Enhancements:**

  * **boxsdkgen:** add `is_collaborated_content_available_when_owner_inactive` property ([box/box-openapi#613](https://github.com/box/box-openapi/issues/613)) ([box-windows-sdk-v2#1604](https://github.com/box/box-windows-sdk-v2/issues/1604)) ([`1415ec9`](https://github.com/box/box-windows-sdk-v2/commit/1415ec941a73b04ac822982f1533dfe0f1003860))
  * **boxsdkgen:** Added two missing event types ([box/box-openapi#611](https://github.com/box/box-openapi/issues/611)) ([box-windows-sdk-v2#1598](https://github.com/box/box-windows-sdk-v2/issues/1598)) ([`5d177f0`](https://github.com/box/box-windows-sdk-v2/commit/5d177f09d57ddbe22cf56e6a7ed2bb3b2750d307))
  * **boxsdkgen:** Support query APIs ([box/box-openapi#610](https://github.com/box/box-openapi/issues/610))  ([box-windows-sdk-v2#1596](https://github.com/box/box-windows-sdk-v2/issues/1596)) ([`5232dfd`](https://github.com/box/box-windows-sdk-v2/commit/5232dfd0436045034595f1205e27e36fc21b5908))
</Update>

<Update label="2026-08-05" tags={["SDKs","Python"]}>
  ## Box Python SDK `v10.14.0` released

  ### New Features and Enhancements

  * add `is_collaborated_content_available_when_owner_inactive` property ([box/box-openapi#613](https://github.com/box/box-openapi/issues/613)) ([box-python-sdk#1537](https://github.com/box/box-python-sdk/issues/1537)) ([`9d4542f`](https://github.com/box/box-python-sdk/commit/9d4542f1ca9ef8da5b273705e670c19e89d5ea8b))
  * Added two missing event types ([box/box-openapi#611](https://github.com/box/box-openapi/issues/611)) ([box-python-sdk#1531](https://github.com/box/box-python-sdk/issues/1531)) ([`94120f3`](https://github.com/box/box-python-sdk/commit/94120f3fa866c2521db42d62dc7471030c023871))
  * Support query APIs ([box/box-openapi#610](https://github.com/box/box-openapi/issues/610)) ([box-python-sdk#1529](https://github.com/box/box-python-sdk/issues/1529)) ([`1f18e93`](https://github.com/box/box-python-sdk/commit/1f18e931e8fcc5b13429acb9a2669e7bd9610c10))
</Update>

<Update label="2026-08-05" tags={["SDKs","Node"]}>
  ## Box Node SDK `v4.14.0` released

  ### Bug Fixes

  * **boxsdkgen:** Added two missing event types ([box/box-openapi#611](https://github.com/box/box-openapi/issues/611)) ([box-node-sdk#1565](https://github.com/box/box-node-sdk/issues/1565)) ([`24650c0`](https://github.com/box/box-node-sdk/commit/24650c02bad20615fe6dc98ac57b1ac96c0fa337))

  ### New Features and Enhancements

  * **boxsdkgen:** add `is_collaborated_content_available_when_owner_inactive` property ([box/box-openapi#613](https://github.com/box/box-openapi/issues/613)) ([box-node-sdk#1571](https://github.com/box/box-node-sdk/issues/1571)) ([`b8dd5fa`](https://github.com/box/box-node-sdk/commit/b8dd5fae2a6f5e04716a3d38acbc599dc70d2a9d))
  * **boxsdkgen:** export error types from the package root ([box/box-codegen#976](https://github.com/box/box-codegen/issues/976)) ([box-node-sdk#1569](https://github.com/box/box-node-sdk/issues/1569)) ([`4d9d485`](https://github.com/box/box-node-sdk/commit/4d9d4850817c7d8bc75ade54314dfeb4b476f135))
  * **boxsdkgen:** Support query APIs ([box/box-openapi#610](https://github.com/box/box-openapi/issues/610)) ([box-node-sdk#1562](https://github.com/box/box-node-sdk/issues/1562)) ([`493563f`](https://github.com/box/box-node-sdk/commit/493563ff1fbab11f0cae5460434f5933343def20))
</Update>

<Update label="2026-08-05" tags={["SDKs","Java"]}>
  ## Box Java SDK `v5.15.0` released

  ### Bug Fixes

  * **boxsdkgen:** Fix broken link in Readme ([box-java-sdk#1931](https://github.com/box/box-java-sdk/issues/1931)) ([`6a88eaf`](https://github.com/box/box-java-sdk/commit/6a88eaf6dce2b6e8ca343f42557a927c5744b75d))

  ### New Features and Enhancements

  * **boxsdkgen:** add `is_collaborated_content_available_when_owner_inactive` property ([box/box-openapi#613](https://github.com/box/box-openapi/issues/613)) ([box-java-sdk#1945](https://github.com/box/box-java-sdk/issues/1945)) ([`e02e6f6`](https://github.com/box/box-java-sdk/commit/e02e6f6f3ed112a19a90048aa87354539cecd2b9))
  * **boxsdkgen:** Added two missing event types ([box/box-openapi#611](https://github.com/box/box-openapi/issues/611)) ([box-java-sdk#1939](https://github.com/box/box-java-sdk/issues/1939)) ([`dfc3e67`](https://github.com/box/box-java-sdk/commit/dfc3e67f9df97dcc065a27ca5bb9adfb7a434044))
  * **boxsdkgen:** Support query APIs ([box/box-openapi#610](https://github.com/box/box-openapi/issues/610))  ([box-java-sdk#1937](https://github.com/box/box-java-sdk/issues/1937)) ([`102e966`](https://github.com/box/box-java-sdk/commit/102e966fdedaf95ea1abeb0060918676d84ffee3))
</Update>

<Update label="2026-08-05" tags={["SDKs","iOS"]}>
  ## Box iOS SDK `10.14.0` released

  ### New Features and Enhancements

  * add `is_collaborated_content_available_when_owner_inactive` property ([box/box-openapi#613](https://github.com/box/box-openapi/issues/613)) ([box-ios-sdk#1606](https://github.com/box/box-ios-sdk/issues/1606)) ([`fd1a20c`](https://github.com/box/box-ios-sdk/commit/fd1a20c0c80f1b56318b76a77483965cdea8a1bf))
  * Added two missing event types ([box/box-openapi#611](https://github.com/box/box-openapi/issues/611)) ([box-ios-sdk#1600](https://github.com/box/box-ios-sdk/issues/1600)) ([`73f7b98`](https://github.com/box/box-ios-sdk/commit/73f7b985e3481552ba49ffbb83a5d1b9d2d4d43e))
  * Support query APIs ([box/box-openapi#610](https://github.com/box/box-openapi/issues/610)) ([box-ios-sdk#1597](https://github.com/box/box-ios-sdk/issues/1597)) ([`0bb4da5`](https://github.com/box/box-ios-sdk/commit/0bb4da52ab6758309c563a8289bb029db8ffb28b))
</Update>

<Update label="2026-08-05" tags={["SDKs","iOS"]}>
  ## Box iOS SDK `6.14.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** add `is_collaborated_content_available_when_owner_inactive` property ([box/box-openapi#613](https://github.com/box/box-openapi/issues/613)) ([box-ios-sdk#1605](https://github.com/box/box-ios-sdk/issues/1605)) ([`5227664`](https://github.com/box/box-ios-sdk/commit/522766457f6fe721ff230e6bbd1ce20ced7a6f80))
  * **boxsdkgen:** Added two missing event types ([box/box-openapi#611](https://github.com/box/box-openapi/issues/611)) ([box-ios-sdk#1599](https://github.com/box/box-ios-sdk/issues/1599)) ([`8571fc9`](https://github.com/box/box-ios-sdk/commit/8571fc998637f7e42470407194c4e43ee5ded5a5))
  * **boxsdkgen:** Support query APIs ([box/box-openapi#610](https://github.com/box/box-openapi/issues/610)) ([box-ios-sdk#1596](https://github.com/box/box-ios-sdk/issues/1596)) ([`ddcbefd`](https://github.com/box/box-ios-sdk/commit/ddcbefd059594ef6eaa5b3c6794e419bd21d15d1))
</Update>

<Update label="2026-07-29" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Box AI API — new AI models available

  The list of <Link href="/guides/box-ai/ai-models">available AI models</Link> has been updated with the following core models:

  * <Link href="/guides/box-ai/ai-models/aws-claude-opus-5-model-card">AWS Claude Opus 5</Link>
  * <Link href="/guides/box-ai/ai-models/google-gemini-3-5-flash-lite-model-card">Google Gemini 3.5 Flash Lite</Link>

  The following customer-enabled model has also been added:

  * <Link href="/guides/box-ai/ai-models/google-gemini-3-6-flash-model-card">Google Gemini 3.6 Flash</Link>

  You can use the provided models to <Link href="/guides/box-ai/ai-agents/ai-agent-overrides">override the default model</Link> used in the AI agent configuration.
  For further details on Box AI API, see the <Link href="/guides/box-ai">guides</Link> and <Link href="/reference/post-ai-ask">API reference</Link>.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-07-23" tags={["New features", "API"]}>
  ## Box Query and Query Insights released

  We introduced two new APIs, [Box query](/guides/metadata/box-query) and [query insights](/guides/metadata/insights).

  With [Box query API](/reference/v2026.0/query-resources#query-results), you can filter and sort results using metadata templates and item fields, building more detailed queries.

  With [query insights API](/reference/v2026.0/query-resources#query-insights), you can get insights into the usage of a query.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-07-14" tags={["New features", "Impactful changes", "API"]}>
  ## New automated response action for Shield Ransomware Activity alert

  Along with the release of Ransomware Activity: Automated Remediation in Box Shield Pro, the `rule_response_action` parameter is now returned for the [Ransomware Activity alert event](/guides/events/event-triggers/shield-alert-events/#ransomware-activity-alert).

  Previously, `rule_response_action` was always `null` for Ransomware Activity alerts. It now returns a `terminate_sessions` field that reflects whether Box Shield automatically terminated the target user's sessions when the alert was created.

  The value depends on the **Terminate Target User Sessions** rule setting in the Admin Console, which is off by default.

  * If enabled, `terminate_sessions` is `true` when the alert is triggered.
  * If disabled, `terminate_sessions` is `false` when the alert is triggered.

  For all other Shield alerts (**Anomalous Download**, **Malicious Content**, **Suspicious Session**), the `rule_response_action` parameter remains `null`.

  For additional information, see the [Shield Alert Events guide](/guides/events/event-triggers/shield-alert-events/#ransomware-activity-alert).

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-07-17" tags={["SDKs","Node"]}>
  ## Box Node SDK `v10.13.0` released

  ### Bug Fixes

  * Define TypeScript SDK `tsconfig` roots ([box/box-codegen#970](https://github.com/box/box-codegen/issues/970)) ([box-node-sdk#1538](https://github.com/box/box-node-sdk/issues/1538)) ([`2848a20`](https://github.com/box/box-node-sdk/commit/2848a2042be615c782cc8c79ea2cde432a488b77))

  ### New Features and Enhancements

  * Add new fields to Hubs ([box/box-openapi#606](https://github.com/box/box-openapi/issues/606)) ([box-node-sdk#1528](https://github.com/box/box-node-sdk/issues/1528)) ([`41fc72e`](https://github.com/box/box-node-sdk/commit/41fc72eebc0dcd3de31ed54dbf9ba2ea4d6ec7c2))
  * Rename `connectionTimeout` in typescript to `responseHeadersTimeout` and raise default to 60 seconds ([box/box-codegen#973](https://github.com/box/box-codegen/issues/973)) ([box-node-sdk#1555](https://github.com/box/box-node-sdk/issues/1555)) ([`189073b`](https://github.com/box/box-node-sdk/commit/189073b8632b9d494274c28b6e805338651bea85))
  * Setup common default timeout ([box/box-codegen#965](https://github.com/box/box-codegen/issues/965)) ([box-node-sdk#1534](https://github.com/box/box-node-sdk/issues/1534)) ([`5eb3c68`](https://github.com/box/box-node-sdk/commit/5eb3c68eae4b156c85fb6402ec669836ba8fe438))
</Update>

<Update label="2026-07-16" tags={["Impactful changes", "API", "AI"]}>
  ## Box AI API — two Google Gemini 2.0 models retired

  The following AI models are retired and no longer available in Box AI.

  * `google__gemini_2_0_flash_001` (Gemini 2.0 Flash)
  * `google__gemini_2_0_flash_lite_preview` (Gemini 2.0 Flash Lite)

  If you are using one of these models through agent override, switch to a [supported model](https://developer.box.com/guides/box-ai/ai-models/). See the [retired models](https://developer.box.com/guides/box-ai/ai-models/#retired-models) section for the full list.

  For further details on Box AI API, see the [guides](https://developer.box.com/guides/box-ai) and [API reference](https://developer.box.com/reference/post-ai-ask/).

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-07-15" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v10.15.2` released

  ### Bug Fixes

  * Fix broken readme link ([box/box-codegen#974](https://github.com/box/box-codegen/issues/974)) ([box-java-sdk#1929](https://github.com/box/box-java-sdk/issues/1929)) ([`f216711`](https://github.com/box/box-java-sdk/commit/f2167116cc3a84782b89984abbbd9d75fc7cfc91))
</Update>

<Update label="2026-07-10" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v10.15.1` released

  ### Bug Fixes

  * Bump `Bouncy Castle` to 1.84 fix CVE ([box/box-codegen#972](https://github.com/box/box-codegen/issues/972)) ([box-java-sdk#1918](https://github.com/box/box-java-sdk/issues/1918)) ([`4441f03`](https://github.com/box/box-java-sdk/commit/4441f037afaf148b300466a23818108a364457ab))
</Update>

<Update label="2026-07-10" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v5.14.1` released

  ### Bug Fixes

  * Bump `Bouncy Castle` to 1.84 ([box-java-sdk#1917](https://github.com/box/box-java-sdk/issues/1917)) ([`a88c283`](https://github.com/box/box-java-sdk/commit/a88c283c39fc36805962a5981eb2c4e10d34b87e))
</Update>

<Update label="2026-07-10" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Box AI API — two new OpenAI GPT-5.6 models and Security Classification Agent default update

  The list of <Link href="/guides/box-ai/ai-models">available AI models</Link> has been updated with the following core models:

  * <Link href="/guides/box-ai/ai-models/openai-gpt-5-6-sol-model-card">OpenAI GPT-5.6 Sol</Link>
  * <Link href="/guides/box-ai/ai-models/openai-gpt-5-6-terra-model-card">OpenAI GPT-5.6 Terra</Link>

  Additionally, the default model for the Security Classification Agent has been updated:

  * <Link href="/guides/box-ai/ai-models/google-gemini-3-1-flash-lite-model-card">Google Gemini 3.1 Flash Lite</Link> replaces <Link href="/guides/box-ai/ai-models/google-gemini-2-5-flash-model-card">Google Gemini 2.5 Flash</Link> as the default model.

  You can use the provided models to <Link href="/guides/box-ai/ai-agents/ai-agent-overrides">override the default model</Link> used in the AI agent configuration.
  For further details on Box AI API, see the <Link href="/guides/box-ai">guides</Link> and <Link href="/reference/post-ai-ask">API reference</Link>.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-07-10" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v10.13.0` released

  ### Bug Fixes

  * Fix dictionary values deserialization ([box/box-codegen#966](https://github.com/box/box-codegen/issues/966)) ([box-python-sdk#1511](https://github.com/box/box-python-sdk/issues/1511)) ([`7352ce9`](https://github.com/box/box-python-sdk/commit/7352ce921211dc9c68f7af4344067361ecb0ebf0))

  ### New Features and Enhancements

  * Add new fields to Hubs ([box/box-openapi#606](https://github.com/box/box-openapi/issues/606)) ([box-python-sdk#1499](https://github.com/box/box-python-sdk/issues/1499)) ([`c083ad0`](https://github.com/box/box-python-sdk/commit/c083ad0af00b962a7224795bbf56ab04d3deffc5))
  * Setup default timeouts ([box/box-codegen#965](https://github.com/box/box-codegen/issues/965)) ([box-python-sdk#1507](https://github.com/box/box-python-sdk/issues/1507)) ([`b502193`](https://github.com/box/box-python-sdk/commit/b502193e66b56796ba9ea9967ad13c2f6f9edfca))
</Update>

<Update label="2026-07-10" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v10.15.0` released

  ### New Features and Enhancements

  * Add new fields to Hubs ([box/box-openapi#606](https://github.com/box/box-openapi/issues/606)) ([box-windows-sdk-v2#1571](https://github.com/box/box-windows-sdk-v2/issues/1571)) ([`b54adb6`](https://github.com/box/box-windows-sdk-v2/commit/b54adb62dcecee641fa3000b69ce0b546949157c))
  * Setup default timeout ([box/box-codegen#965](https://github.com/box/box-codegen/issues/965)) ([box-windows-sdk-v2#1577](https://github.com/box/box-windows-sdk-v2/issues/1577)) ([`b48284e`](https://github.com/box/box-windows-sdk-v2/commit/b48284e95cbf6581891503125b45b8d6e2feb1e6))
</Update>

<Update label="2026-07-09" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `6.13.0` released

  ### Bug Fixes

  * **boxsdkgen:** Strip Authorization header on cross-host redirects in Swift ([box/box-codegen#964](https://github.com/box/box-codegen/issues/964)) ([box-ios-sdk#1559](https://github.com/box/box-ios-sdk/issues/1559)) ([`545a32a`](https://github.com/box/box-ios-sdk/commit/545a32ae6e1782ee102dd9457d98b0480dac8d25))

  ### New Features and Enhancements

  * **boxsdkgen:** Add new fields to Hubs ([box/box-openapi#606](https://github.com/box/box-openapi/issues/606)) ([box-ios-sdk#1568](https://github.com/box/box-ios-sdk/issues/1568)) ([`49f3b09`](https://github.com/box/box-ios-sdk/commit/49f3b099fe2c949e6f252fc1896af58c51752267))
  * **boxsdkgen:** Setup default timeouts ([box/box-codegen#965](https://github.com/box/box-codegen/issues/965)) ([box-ios-sdk#1575](https://github.com/box/box-ios-sdk/issues/1575)) ([`f434389`](https://github.com/box/box-ios-sdk/commit/f4343890486f75e72c6fc5e11f901dfebe9a9961))
</Update>

<Update label="2026-07-09" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v6.15.0` released

  ### **New Features and Enhancements:**

  * **boxsdkgen:** Add new fields to Hubs ([box/box-openapi#606](https://github.com/box/box-openapi/issues/606)) ([box-windows-sdk-v2#1570](https://github.com/box/box-windows-sdk-v2/issues/1570)) ([`6d22a92`](https://github.com/box/box-windows-sdk-v2/commit/6d22a921fd6245c27b97c8f614732ed9f5e5cda8))
  * **boxsdkgen:** Setup default timeout ([box/box-codegen#965](https://github.com/box/box-codegen/issues/965)) ([box-windows-sdk-v2#1576](https://github.com/box/box-windows-sdk-v2/issues/1576)) ([`fe5cfd9`](https://github.com/box/box-windows-sdk-v2/commit/fe5cfd95ae155ddffbffdc72433a030f60c581f9))
</Update>

<Update label="2026-07-09" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v4.13.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Add new fields to Hubs ([box/box-openapi#606](https://github.com/box/box-openapi/issues/606)) ([box-python-sdk#1498](https://github.com/box/box-python-sdk/issues/1498)) ([`b02f154`](https://github.com/box/box-python-sdk/commit/b02f154eb7644f2746dc49e3e43bdc12e8b77209))
  * **boxsdkgen:** Setup default timeouts ([box/box-codegen#965](https://github.com/box/box-codegen/issues/965)) ([box-python-sdk#1505](https://github.com/box/box-python-sdk/issues/1505)) ([`ec8d510`](https://github.com/box/box-python-sdk/commit/ec8d5107a8b3c91d24d73d6bd3a77084184c3dcf))

  ### Bug Fixes

  * **boxsdkgen:** Fix dictionary values deserialization ([box/box-codegen#966](https://github.com/box/box-codegen/issues/966)) ([box-python-sdk#1510](https://github.com/box/box-python-sdk/issues/1510)) ([`b18be5a`](https://github.com/box/box-python-sdk/commit/b18be5a916180c6861eef76f39dd4e53ce11f217))
</Update>

<Update label="2026-07-09" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v5.14.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Add new fields to Hubs ([box/box-openapi#606](https://github.com/box/box-openapi/issues/606)) ([box-java-sdk#1900](https://github.com/box/box-java-sdk/issues/1900)) ([`ce54ef6`](https://github.com/box/box-java-sdk/commit/ce54ef6fa9e7c20dbea41d3d2d5cb74a27ce7e32))
  * **boxsdkgen:** Setup default timeouts ([box/box-codegen#965](https://github.com/box/box-codegen/issues/965)) ([box-java-sdk#1904](https://github.com/box/box-java-sdk/issues/1904)) ([`2a2e44e`](https://github.com/box/box-java-sdk/commit/2a2e44ee33a3134f1a1de5b34d11b48bb4201e7d))
</Update>

<Update label="2026-07-09" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v10.15.0` released

  ### New Features and Enhancements

  * Add new fields to Hubs([box/box-openapi#606](https://github.com/box/box-openapi/issues/606)) ([box-java-sdk#1901](https://github.com/box/box-java-sdk/issues/1901)) ([`f590481`](https://github.com/box/box-java-sdk/commit/f590481020c9d8670dd1f3a96583b1b7c909c303))
  * Setup default timeouts ([box/box-codegen#965](https://github.com/box/box-codegen/issues/965)) ([box-java-sdk#1905](https://github.com/box/box-java-sdk/issues/1905)) ([`a87b8d1`](https://github.com/box/box-java-sdk/commit/a87b8d1e10e0f03f61e56b1a3328714bb78efd17))
</Update>

<Update label="2026-07-08" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Box AI API — new AI models available and default model update

  The list of <Link href="/guides/box-ai/ai-models">available AI models</Link> has been updated with the following models:

  * <Link href="/guides/box-ai/ai-models/aws-claude-fable-5-model-card">AWS Claude Fable 5</Link> (Beta)
  * <Link href="/guides/box-ai/ai-models/aws-claude-sonnet-5-model-card">AWS Claude Sonnet 5</Link>

  Additionally, the default model for the Box Agent (Standard version) has been updated:

  * <Link href="/guides/box-ai/ai-models/google-gemini-3-5-flash-model-card">Google Gemini 3.5 Flash</Link> replaces <Link href="/guides/box-ai/ai-models/openai-gpt-5-4-model-card">OpenAI GPT-5.4</Link> as the default model.

  **Note:** Models offered in **Beta** mode have not been fully performance-tested at scale and are provided on an as-is basis.

  You can use the provided models to <Link href="/guides/box-ai/ai-agents/ai-agent-overrides">override the default model</Link> used in the AI agent configuration.
  For further details on Box AI API, see the <Link href="/guides/box-ai">guides</Link> and <Link href="/reference/post-ai-ask">API reference</Link>.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-06-25" tags={["New features", "Impactful changes", "Guides", "API"]}>
  ## 21 CFR Part 11 support in the Box Sign API

  You can now create and manage 21 CFR Part 11 (GxP) signature requests through the
  Box Sign API, in addition to standard requests. Previously, 21 CFR Part 11 requests
  were available only in the Box web app. You can now require 21 CFR Part 11 signatures in your own applications, as well as in Box Automate workflows and the Box for Salesforce integration.

  ## What's new

  * A new `request_flow` field lets you create requests using the `cfr11` or
    `standard` flow. When you don't set it, Box uses your enterprise's default.
  * New response fields, `reason` and `is_validated`, on signer inputs surface
    21 CFR Part 11 signing details.
  * The API enforces 21 CFR Part 11 requirements, such as required signer login,
    restricted signature colors, and signature or initials field validation.

  ## API updates

  The following endpoints now support the 21 CFR Part 11 flow:

  * [`POST /sign_requests`](/reference/post-sign-requests) — Create a 21 CFR Part 11 or standard sign request.
  * [`GET /:sign_request_id`](/reference/get-sign-requests-id) — Get a sign request, including its `request_flow`.
  * [`GET /sign_requests`](/reference/get-sign-requests) — List sign requests with their `request_flow`.
  * [`POST /:sign_request_id/cancel`](/reference/post-sign-requests-id-cancel) — Cancel a sign request.
  * [`POST /:sign_request_id/resend`](/reference/post-sign-requests-id-resend) — Resend a sign request.
  * [`GET /:template_id`](/reference/get-sign-templates-id) — Get a template, including its `request_flow`.
  * [`GET /sign_templates`](/reference/get-sign-templates) — List templates with their `request_flow`.

  ## Getting started

  To start using 21 CFR Part 11 requests, see the [21 CFR Part 11 requests](/sign/request-options/cfr-part-11) guide.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to
  our [developer forum](https://support.box.com/hc/en-us/community/topics/360001932973-Platform-and-Developer-Forum) for any help needed.
</Update>

<Update label="2026-06-15" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v1.1.0` released

  ### New Features and Enhancements

  * bump box-node-sdk to version 10.12.0 ([npm-box#22](https://github.com/box/npm-box/issues/22)) ([`f792690`](https://github.com/box/npm-box/commit/f792690fb27fb9819e12de0960d2294f265ae8e1))
</Update>

<Update label="2026-06-11" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `10.12.0` released

  ### New Features and Enhancements

  * Add new event types ([box/box-openapi#1703](https://github.com/box/box-openapi/issues/1703)) ([box/box-openapi#605](https://github.com/box/box-openapi/issues/605)) ([box-ios-sdk#1553](https://github.com/box/box-ios-sdk/issues/1553)) ([`0007eda`](https://github.com/box/box-ios-sdk/commit/0007eda8466273748d898eb919c6441cc60f306a))
  * Add new parameters to ai extract structured method ([box/box-openapi#604](https://github.com/box/box-openapi/issues/604)) ([box-ios-sdk#1552](https://github.com/box/box-ios-sdk/issues/1552)) ([`6d11e6b`](https://github.com/box/box-ios-sdk/commit/6d11e6ba91b463ea0a9189ddc4c985f6586cbbf2))
  * Expose `errorCode` in sign request schemas ([box/box-openapi#601](https://github.com/box/box-openapi/issues/601)) ([box-ios-sdk#1551](https://github.com/box/box-ios-sdk/issues/1551)) ([`0ab4f19`](https://github.com/box/box-ios-sdk/commit/0ab4f19de05a8789e3182df3e69cc440763a951e))
</Update>

<Update label="2026-06-11" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v10.12.0` released

  ### New Features and Enhancements

  * Add new event types ([box/box-openapi#1703](https://github.com/box/box-openapi/issues/1703)) ([box/box-openapi#605](https://github.com/box/box-openapi/issues/605)) ([box-node-sdk#1513](https://github.com/box/box-node-sdk/issues/1513)) ([`01cfe5a`](https://github.com/box/box-node-sdk/commit/01cfe5a26e0f91b4d4913d83462c36af0d1ac979))
  * Add new parameters to ai extract structured method ([box/box-openapi#604](https://github.com/box/box-openapi/issues/604)) ([box-node-sdk#1512](https://github.com/box/box-node-sdk/issues/1512)) ([`f0d0196`](https://github.com/box/box-node-sdk/commit/f0d019654867bf90d65e250206ddce99bc0a69f0))
  * Expose `errorCode` in sign request schemas ([box/box-openapi#601](https://github.com/box/box-openapi/issues/601)) ([box-node-sdk#1511](https://github.com/box/box-node-sdk/issues/1511)) ([`968c5cb`](https://github.com/box/box-node-sdk/commit/968c5cb57e8565028472f3e43bafdb4240d3a156))
</Update>

<Update label="2026-06-11" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v10.14.0` released

  ### New Features and Enhancements

  * Add Convert Note API ([box/box-codegen#955](https://github.com/box/box-codegen/issues/955)) ([box-windows-sdk-v2#1536](https://github.com/box/box-windows-sdk-v2/issues/1536)) ([`a7ca8d6`](https://github.com/box/box-windows-sdk-v2/commit/a7ca8d6378abdd19935824badd734a88d7d7fced))
  * Add new event types ([box/box-openapi#1703](https://github.com/box/box-openapi/issues/1703)) ([box/box-openapi#605](https://github.com/box/box-openapi/issues/605)) ([box-windows-sdk-v2#1559](https://github.com/box/box-windows-sdk-v2/issues/1559)) ([`7db6c4b`](https://github.com/box/box-windows-sdk-v2/commit/7db6c4b3bb79a5ceb3bc53088f3edbf349f06079))
  * Add new parameters to ai extract structured method ([box/box-openapi#604](https://github.com/box/box-openapi/issues/604)) ([box-windows-sdk-v2#1558](https://github.com/box/box-windows-sdk-v2/issues/1558)) ([`8c27b1d`](https://github.com/box/box-windows-sdk-v2/commit/8c27b1db593e7fbf3af5041d8fb47cc912a0a76e))
  * Expose `errorCode` in sign request schemas ([box/box-openapi#601](https://github.com/box/box-openapi/issues/601)) ([box-windows-sdk-v2#1555](https://github.com/box/box-windows-sdk-v2/issues/1555)) ([`beb3dc2`](https://github.com/box/box-windows-sdk-v2/commit/beb3dc290a0f3f75748ba111b1790ecca5adef4c))
</Update>

<Update label="2026-06-11" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v10.14.0` released

  ### New Features and Enhancements

  * Add new event types ([box/box-openapi#1703](https://github.com/box/box-openapi/issues/1703)) ([box/box-openapi#605](https://github.com/box/box-openapi/issues/605)) ([box-java-sdk#1889](https://github.com/box/box-java-sdk/issues/1889)) ([`1747b14`](https://github.com/box/box-java-sdk/commit/1747b14eac8ae1b4a96e1da2602d9e6894d6b4ee))
  * Add new parameters to ai extract structured method ([box/box-openapi#604](https://github.com/box/box-openapi/issues/604)) ([box-java-sdk#1888](https://github.com/box/box-java-sdk/issues/1888)) ([`09c342f`](https://github.com/box/box-java-sdk/commit/09c342f5979f0bdb1a93c822273638aa0e60dbdf))
  * Expose `errorCode` in sign request schemas ([box/box-openapi#601](https://github.com/box/box-openapi/issues/601)) ([box-java-sdk#1887](https://github.com/box/box-java-sdk/issues/1887)) ([`70dc787`](https://github.com/box/box-java-sdk/commit/70dc787c16f096070428af8e2caa02be3ba6fcc0))
</Update>

<Update label="2026-06-11" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v10.12.0` released

  ### New Features and Enhancements

  * Add new event types ([box/box-openapi#1703](https://github.com/box/box-openapi/issues/1703)) ([box/box-openapi#605](https://github.com/box/box-openapi/issues/605)) ([box-python-sdk#1486](https://github.com/box/box-python-sdk/issues/1486)) ([`fa0bef9`](https://github.com/box/box-python-sdk/commit/fa0bef9ba2ecd43a6490f9f176c45888e1ee03a5))
  * Add new parameters to ai extract structured method ([box/box-openapi#604](https://github.com/box/box-openapi/issues/604)) ([box-python-sdk#1485](https://github.com/box/box-python-sdk/issues/1485)) ([`ba4f5ab`](https://github.com/box/box-python-sdk/commit/ba4f5ab5f0b9ad9d5a72fdd9f069fe4c35807986))
  * Expose `errorCode` in sign request schemas ([box/box-openapi#601](https://github.com/box/box-openapi/issues/601)) ([box-python-sdk#1484](https://github.com/box/box-python-sdk/issues/1484)) ([`d2ff760`](https://github.com/box/box-python-sdk/commit/d2ff760a62fd1e4df31312d12af891e9e4862728))
</Update>

<Update label="2026-06-11" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `6.12.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Add new event types ([box/box-openapi#1703](https://github.com/box/box-openapi/issues/1703)) ([box/box-openapi#605](https://github.com/box/box-openapi/issues/605)) ([box-ios-sdk#1548](https://github.com/box/box-ios-sdk/issues/1548)) ([`fccb1d7`](https://github.com/box/box-ios-sdk/commit/fccb1d7b690c18a3f11e928b22dc2dff5d2d4e5d))
  * **boxsdkgen:** Add new parameters to ai extract structured method ([box/box-openapi#604](https://github.com/box/box-openapi/issues/604)) ([box-ios-sdk#1547](https://github.com/box/box-ios-sdk/issues/1547)) ([`a350beb`](https://github.com/box/box-ios-sdk/commit/a350bebb5ef24e9682ec1cacc32c14eb3d3c65f6))
  * **boxsdkgen:** Expose `errorCode` in sign request schemas ([box/box-openapi#601](https://github.com/box/box-openapi/issues/601)) ([box-ios-sdk#1546](https://github.com/box/box-ios-sdk/issues/1546)) ([`e053935`](https://github.com/box/box-ios-sdk/commit/e053935d5d9b617a61602b17a6622bc936ebbfa9))
</Update>

<Update label="2026-06-11" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v4.12.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Add new event types ([box/box-openapi#1703](https://github.com/box/box-openapi/issues/1703)) ([box/box-openapi#605](https://github.com/box/box-openapi/issues/605)) ([box-node-sdk#1514](https://github.com/box/box-node-sdk/issues/1514)) ([`f2d1618`](https://github.com/box/box-node-sdk/commit/f2d1618af79ca3292ac2cc12f5d85132ca335b3e))
  * **boxsdkgen:** Add new parameters to ai extract structured method ([box/box-openapi#604](https://github.com/box/box-openapi/issues/604)) ([box-node-sdk#1507](https://github.com/box/box-node-sdk/issues/1507)) ([`13fcaca`](https://github.com/box/box-node-sdk/commit/13fcacaad4828c35b12af5203f1f827c50525b0f))
  * **boxsdkgen:** Expose `errorCode` in sign request schemas ([box/box-openapi#601](https://github.com/box/box-openapi/issues/601)) ([box-node-sdk#1506](https://github.com/box/box-node-sdk/issues/1506)) ([`6e15f67`](https://github.com/box/box-node-sdk/commit/6e15f6736a3f61c0741cb55f618096055c6f18a1))
</Update>

<Update label="2026-06-11" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v5.13.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Add new event types ([box/box-openapi#1703](https://github.com/box/box-openapi/issues/1703)) ([box/box-openapi#605](https://github.com/box/box-openapi/issues/605)) ([box-java-sdk#1884](https://github.com/box/box-java-sdk/issues/1884)) ([`d71a8f5`](https://github.com/box/box-java-sdk/commit/d71a8f5f76a432b7e02ac842afc2a6334d72278d))
  * **boxsdkgen:** Add new parameters to ai extract structured method ([box/box-openapi#604](https://github.com/box/box-openapi/issues/604)) ([box-java-sdk#1882](https://github.com/box/box-java-sdk/issues/1882)) ([`16b0d70`](https://github.com/box/box-java-sdk/commit/16b0d70f18ce14e15fb94314d98c02a533b512e0))
  * **boxsdkgen:** Expose `errorCode` in sign request schemas ([box/box-openapi#601](https://github.com/box/box-openapi/issues/601)) ([box-java-sdk#1881](https://github.com/box/box-java-sdk/issues/1881)) ([`de6bd88`](https://github.com/box/box-java-sdk/commit/de6bd88fa797213ba43cd2abd92ce5af65078dc5))
</Update>

<Update label="2026-06-11" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v6.14.0` released

  ### **New Features and Enhancements:**

  * **boxsdkgen:** Add new event types ([box/box-openapi#1703](https://github.com/box/box-openapi/issues/1703)) ([box/box-openapi#605](https://github.com/box/box-openapi/issues/605)) ([box-windows-sdk-v2#1552](https://github.com/box/box-windows-sdk-v2/issues/1552)) ([`ffcf62b`](https://github.com/box/box-windows-sdk-v2/commit/ffcf62b42302d014d1b5f0e799cfcb75cda44a76))
  * **boxsdkgen:** Add new parameters to ai extract structured method ([box/box-openapi#604](https://github.com/box/box-openapi/issues/604)) ([box-windows-sdk-v2#1551](https://github.com/box/box-windows-sdk-v2/issues/1551)) ([`02d0970`](https://github.com/box/box-windows-sdk-v2/commit/02d0970f8ff9b3531b2a314f1d3076ef0c5be52f))
  * **boxsdkgen:** Expose  `errorCode` in sign request schemas ([box/box-openapi#601](https://github.com/box/box-openapi/issues/601)) ([box-windows-sdk-v2#1550](https://github.com/box/box-windows-sdk-v2/issues/1550)) ([`e986f27`](https://github.com/box/box-windows-sdk-v2/commit/e986f27122f5d8544dac48f2e0247d4994d1d772))
</Update>

<Update label="2026-06-11" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v4.12.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Add new event types ([box/box-openapi#1703](https://github.com/box/box-openapi/issues/1703)) ([box/box-openapi#605](https://github.com/box/box-openapi/issues/605)) ([box-python-sdk#1481](https://github.com/box/box-python-sdk/issues/1481)) ([`b452cd9`](https://github.com/box/box-python-sdk/commit/b452cd9c4f1f3816a4558632e5a494d2b7fd2786))
  * **boxsdkgen:** Add new parameters to ai extract structured method ([box/box-openapi#604](https://github.com/box/box-openapi/issues/604)) ([box-python-sdk#1479](https://github.com/box/box-python-sdk/issues/1479)) ([`3943af2`](https://github.com/box/box-python-sdk/commit/3943af272b225b0a804113494c9cbd98e2da5e6e))
  * **boxsdkgen:** Expose `errorCode` in sign request schemas ([box/box-openapi#601](https://github.com/box/box-openapi/issues/601)) ([box-python-sdk#1478](https://github.com/box/box-python-sdk/issues/1478)) ([`edf938e`](https://github.com/box/box-python-sdk/commit/edf938e5323c3f8167c93ff2b7e247f74ca6aeb6))
</Update>

<Update label="2026-06-03" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v10.11.1` released

  ### Bug Fixes

  * bump `node-fetch` and `proxy-agent` ([box/box-codegen#961](https://github.com/box/box-codegen/issues/961)) ([box-node-sdk#1502](https://github.com/box/box-node-sdk/issues/1502)) ([`e8d61f9`](https://github.com/box/box-node-sdk/commit/e8d61f92fc9c80e7f4063019638f65328c1a40f3))
  * Replace `node-fetch` with native fetch in browser ([box/box-codegen#959](https://github.com/box/box-codegen/issues/959)) ([box-node-sdk#1498](https://github.com/box/box-node-sdk/issues/1498)) ([`c128fbb`](https://github.com/box/box-node-sdk/commit/c128fbb1bf7ad8885159400a9acd94eb734076fb))
</Update>

<Update label="2026-06-03" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `10.11.0` released

  ### New Features and Enhancements

  * Add Convert Note API ([box/box-codegen#955](https://github.com/box/box-codegen/issues/955)) ([box-ios-sdk#1527](https://github.com/box/box-ios-sdk/issues/1527)) ([`3efe279`](https://github.com/box/box-ios-sdk/commit/3efe2796343198a50daf9f81916facd214162140))
</Update>

<Update label="2026-06-03" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v10.13.0` released

  ### New Features and Enhancements

  * Convert Note Public API ([box/box-openapi#599](https://github.com/box/box-openapi/issues/599)) ([box-java-sdk#1855](https://github.com/box/box-java-sdk/issues/1855)) ([`e396190`](https://github.com/box/box-java-sdk/commit/e396190406633a2071dacbbe0b67c4a92b03c7e0))
</Update>

<Update label="2026-06-03" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v10.11.0` released

  ### New Features and Enhancements

  * Add Convert Note API ([box/box-codegen#955](https://github.com/box/box-codegen/issues/955)) ([box-python-sdk#1458](https://github.com/box/box-python-sdk/issues/1458)) ([`1215d52`](https://github.com/box/box-python-sdk/commit/1215d52b80e4ab833c6d51615cfa2e60114f9326))
</Update>

<Update label="2026-06-03" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v4.11.2` released

  ### Bug Fixes

  * **boxsdkgen:** Fix global not defined in browser ([box/box-codegen#959](https://github.com/box/box-codegen/issues/959)) ([box-node-sdk#1494](https://github.com/box/box-node-sdk/issues/1494)) ([`fef58ba`](https://github.com/box/box-node-sdk/commit/fef58bac32de0c13d17b58170664fec52f5b91be))
</Update>

<Update label="2026-06-01" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v4.11.1` released

  ### Bug Fixes

  * bump `@cypress/request` to resolve deprecated packages ([box-node-sdk#1487](https://github.com/box/box-node-sdk/issues/1487)) ([`9e07cd5`](https://github.com/box/box-node-sdk/commit/9e07cd50692ef5f5014065c8639dc1296e06000e))
</Update>

<Update label="2026-06-01" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Box AI API — new AI models available

  The list of <Link href="/guides/box-ai/ai-models">available AI models</Link> has been updated with the following models:

  * <Link href="/guides/box-ai/ai-models/aws-claude-4-8-opus-model-card">AWS Claude Opus 4.8</Link>
  * <Link href="/guides/box-ai/ai-models/openai-gpt-5-4-mini-model-card">OpenAI GPT-5.4 mini</Link>
  * <Link href="/guides/box-ai/ai-models/google-gemini-3-5-flash-model-card">Google Gemini 3.5 Flash</Link>

  You can use the provided models to <Link href="/guides/box-ai/ai-agents/ai-agent-overrides">override the default model</Link> used in the AI agent configuration.
  For further details on Box AI API, see the <Link href="/guides/box-ai">guides</Link> and <Link href="/reference/post-ai-ask">API reference</Link>.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-06-01" tags={["Impactful changes", "API", "AI"]}>
  ## Box AI API — 12 AI models retired

  The following AI models are retired and no longer available in Box AI.

  * `azure__openai__gpt_4_1` (Azure OpenAI GPT-4.1)
  * `azure__openai__gpt_4_1_mini` (Azure OpenAI GPT-4.1 mini)
  * `azure__openai__gpt_4o` (Azure OpenAI GPT-4o)
  * `azure__openai__gpt_4o_mini` (Azure OpenAI GPT-4o mini)
  * `aws__claude_4_opus` (Claude 4 Opus)
  * `aws__claude_4_sonnet` (Claude 4 Sonnet)
  * `aws__titan_text_lite` (Titan Text Lite)
  * `google__gemini_3_pro` (Gemini 3 Pro)
  * `ibm__llama_4_scout` (Llama 4 Scout)
  * `ibm__llama_3_2_90b_vision_instruct` (Llama 3.2 90B Vision)
  * `xai__grok_3_beta` (Grok 3 Beta)
  * `xai__grok_3_mini_beta` (Grok 3 mini Beta)

  If you are using one of these models through agent override, switch to a [supported model](https://developer.box.com/guides/box-ai/ai-models/). See the [retired models](https://developer.box.com/guides/box-ai/ai-models/#retired-models) section for the full list.

  For further details on Box AI API, see the [guides](https://developer.box.com/guides/box-ai) and [API reference](https://developer.box.com/reference/post-ai-ask/).

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-05-27" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v5.12.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Convert Note Public API ([box/box-openapi#599](https://github.com/box/box-openapi/issues/599)) ([box-java-sdk#1853](https://github.com/box/box-java-sdk/issues/1853)) ([`e07dff3`](https://github.com/box/box-java-sdk/commit/e07dff3cc7d73ca7ea68644e16c5d82ef05689e3))
</Update>

<Update label="2026-05-27" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v6.13.0` released

  ### **New Features and Enhancements:**

  * **boxsdkgen:** Add Convert Note API ([box/box-codegen#955](https://github.com/box/box-codegen/issues/955)) ([box-windows-sdk-v2#1535](https://github.com/box/box-windows-sdk-v2/issues/1535)) ([`0b4c196`](https://github.com/box/box-windows-sdk-v2/commit/0b4c19655b2371affd17e65d7837aa3427460524))
</Update>

<Update label="2026-05-27" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v4.11.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Add Convert Note API ([box/box-codegen#955](https://github.com/box/box-codegen/issues/955)) ([box-python-sdk#1457](https://github.com/box/box-python-sdk/issues/1457)) ([`555f8f1`](https://github.com/box/box-python-sdk/commit/555f8f175fdf12275d4a1b170ae48e44bed92436))
</Update>

<Update label="2026-05-26" tags={["New features", "Guides", "AI"]}>
  ## New tutorials: Automate invoice processing and build an AI-powered RFP answer bank

  Two new end-to-end tutorials show you how to use Box AI to better automate your business workflows.

  ### [Invoice intake automation](/tutorials/invoice-intake)

  Stop entering invoice data by hand. This tutorial walks you through building a Python service that watches a Box folder for new PDFs, extracts vendor names, totals, dates, and line items with Box AI Extract, then writes the results back as structured metadata. Ready for your ERP or AP system, all with minimal effort.

  ### [Sales RFP answer bank](/tutorials/sales-rfp-answer-bank)

  Give your sales team instant, accurate answers grounded in approved content. Provision a Box Hub, populate it with curated proposals, embed the AI chat interface in your CRM, and let reps query past responses with natural language. Quicker, easier, and no more hunting through shared drives.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-05-15" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v10.10.0` released

  ### Bug Fixes

  * Bump `next` and `uuid` versions ([box/box-codegen#950](https://github.com/box/box-codegen/issues/950)) ([box-node-sdk#1462](https://github.com/box/box-node-sdk/issues/1462)) ([`fe77f37`](https://github.com/box/box-node-sdk/commit/fe77f376c71afd5fe726cdc4991a1f6e3f0cba6b))

  ### New Features and Enhancements

  * Sanitize request body in `BoxAPIError` ([box/box-codegen#948](https://github.com/box/box-codegen/issues/948)) ([box-node-sdk#1460](https://github.com/box/box-node-sdk/issues/1460)) ([`d64ffc2`](https://github.com/box/box-node-sdk/commit/d64ffc2309e68a21724c514dc7be63161971ba4a))
  * Setup bundle analytics header ([box/box-codegen#949](https://github.com/box/box-codegen/issues/949)) ([box-node-sdk#1458](https://github.com/box/box-node-sdk/issues/1458)) ([`f00b087`](https://github.com/box/box-node-sdk/commit/f00b08726fc8fc2cce2b85ccb3a20107ec76dd38))
</Update>

<Update label="2026-05-15" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v4.10.0` released

  ### Bug Fixes

  * Bump `uuid` version ([box-node-sdk#1464](https://github.com/box/box-node-sdk/issues/1464)) ([`162b075`](https://github.com/box/box-node-sdk/commit/162b075c19b9c8ebe1e3b8c17a72d3f9b6b09b87))

  ### New Features and Enhancements

  * **boxsdk:** Bundle analytics header combined SDK ([box-node-sdk#1459](https://github.com/box/box-node-sdk/issues/1459)) ([`c09168d`](https://github.com/box/box-node-sdk/commit/c09168dfdef9d675ef4934490b51e421a854ed20))
  * **boxsdkgen:** Sanitize request body in `BoxAPIError` ([box/box-codegen#948](https://github.com/box/box-codegen/issues/948)) ([box-node-sdk#1461](https://github.com/box/box-node-sdk/issues/1461)) ([`68ab417`](https://github.com/box/box-node-sdk/commit/68ab41727ce9c8846adfdbac85b5cbb7f4164c8a))
  * **boxsdkgen:** Setup bundle analytics header ([box/box-codegen#949](https://github.com/box/box-codegen/issues/949)) ([box-node-sdk#1454](https://github.com/box/box-node-sdk/issues/1454)) ([`10c7f1e`](https://github.com/box/box-node-sdk/commit/10c7f1eecfee803c0f22a747d31e2f8f85e251be))
  * **boxsdkgen:** Update events [box/box-openapi#1671](https://github.com/box/box-openapi/issues/1671) ([box/box-openapi#597](https://github.com/box/box-openapi/issues/597)) ([box-node-sdk#1453](https://github.com/box/box-node-sdk/issues/1453)) ([`89a9877`](https://github.com/box/box-node-sdk/commit/89a9877b01ca6a16b156234baae279ee9910597f))
</Update>

<Update label="2026-05-07" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v10.12.0` released

  ### ⚠  BREAKING CHANGES

  * Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-windows-sdk-v2#1499](https://github.com/box/box-windows-sdk-v2/issues/1499)) ([`dcb59f8`](https://github.com/box/box-windows-sdk-v2/commit/dcb59f8bebe8ef516fe04b0b3bb2f1f936500839))

  ### Bug Fixes

  * Fix error handling for binary responses ([box/box-codegen#947](https://github.com/box/box-codegen/issues/947)) ([box-windows-sdk-v2#1506](https://github.com/box/box-windows-sdk-v2/issues/1506)) ([`b0db448`](https://github.com/box/box-windows-sdk-v2/commit/b0db448e4b6e6b080cbff5a90f4de544cc609150))
  * Fix metadata template schema ([box/box-openapi#596](https://github.com/box/box-openapi/issues/596)) ([box-windows-sdk-v2#1500](https://github.com/box/box-windows-sdk-v2/issues/1500)) ([`4145bfc`](https://github.com/box/box-windows-sdk-v2/commit/4145bfcaa816b80f353518664dec14be383faeef))
  * Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-windows-sdk-v2#1499](https://github.com/box/box-windows-sdk-v2/issues/1499)) ([`dcb59f8`](https://github.com/box/box-windows-sdk-v2/commit/dcb59f8bebe8ef516fe04b0b3bb2f1f936500839))
</Update>

<Update label="2026-05-07" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v6.11.0` released

  ### ⚠  BREAKING CHANGES

  * **boxsdkgen:** Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-windows-sdk-v2#1498](https://github.com/box/box-windows-sdk-v2/issues/1498)) ([`0feb396`](https://github.com/box/box-windows-sdk-v2/commit/0feb3963d02f245c18d4558c91637e0fa4236795))

  ### **Bug Fixes:**

  * **boxsdkgen:** Fix error handling for binary responses ([box/box-codegen#947](https://github.com/box/box-codegen/issues/947)) ([box-windows-sdk-v2#1507](https://github.com/box/box-windows-sdk-v2/issues/1507)) ([`7ea8328`](https://github.com/box/box-windows-sdk-v2/commit/7ea832817377f0e673958a766a19c403ceb23a06))
  * **boxsdkgen:** Fix metadata template schema ([box/box-openapi#596](https://github.com/box/box-openapi/issues/596)) ([box-windows-sdk-v2#1501](https://github.com/box/box-windows-sdk-v2/issues/1501)) ([`db01cba`](https://github.com/box/box-windows-sdk-v2/commit/db01cbafe98a49f7852b9976d60d0dca2e46c193))
  * **boxsdkgen:** Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-windows-sdk-v2#1498](https://github.com/box/box-windows-sdk-v2/issues/1498)) ([`0feb396`](https://github.com/box/box-windows-sdk-v2/commit/0feb3963d02f245c18d4558c91637e0fa4236795))
</Update>

<Update label="2026-05-07" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `10.9.0` released

  ### ⚠ BREAKING CHANGES

  * Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-ios-sdk#1488](https://github.com/box/box-ios-sdk/issues/1488)) ([`907f3f4`](https://github.com/box/box-ios-sdk/commit/907f3f403366452c93afc470818a97118c5383c9))

  ### Bug Fixes

  * Fix metadata template schema ([box/box-openapi#596](https://github.com/box/box-openapi/issues/596)) ([box-ios-sdk#1489](https://github.com/box/box-ios-sdk/issues/1489)) ([`bed6d9c`](https://github.com/box/box-ios-sdk/commit/bed6d9c1a70b1927853bfcf38ddc08164633e1ab))
  * Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-ios-sdk#1488](https://github.com/box/box-ios-sdk/issues/1488)) ([`907f3f4`](https://github.com/box/box-ios-sdk/commit/907f3f403366452c93afc470818a97118c5383c9))
</Update>

<Update label="2026-05-06" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v10.9.0` released

  ### ⚠ BREAKING CHANGES

  * Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-node-sdk#1440](https://github.com/box/box-node-sdk/issues/1440)) ([`3082fc3`](https://github.com/box/box-node-sdk/commit/3082fc30d5e32c1290063a1a5d732c2549a03db3))

  ### Bug Fixes

  * Fix metadata template schema ([box/box-openapi#596](https://github.com/box/box-openapi/issues/596)) ([box-node-sdk#1441](https://github.com/box/box-node-sdk/issues/1441)) ([`be3b952`](https://github.com/box/box-node-sdk/commit/be3b952a91329605f4cb7fb2474f039201263d07))
  * Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-node-sdk#1440](https://github.com/box/box-node-sdk/issues/1440)) ([`3082fc3`](https://github.com/box/box-node-sdk/commit/3082fc30d5e32c1290063a1a5d732c2549a03db3))
</Update>

<Update label="2026-05-06" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `6.9.0` released

  ### ⚠ BREAKING CHANGES

  * **boxsdkgen:** Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-ios-sdk#1487](https://github.com/box/box-ios-sdk/issues/1487)) ([`06facee`](https://github.com/box/box-ios-sdk/commit/06facee260a003198f8996f973d78755b9b6ba3b))

  ### Bug Fixes

  * **boxsdkgen:** Fix metadata template schema ([box/box-openapi#596](https://github.com/box/box-openapi/issues/596)) ([box-ios-sdk#1490](https://github.com/box/box-ios-sdk/issues/1490)) ([`72f479f`](https://github.com/box/box-ios-sdk/commit/72f479fbdc6a09e1a33649bcd1b98e66f10be12c))
  * **boxsdkgen:** Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-ios-sdk#1487](https://github.com/box/box-ios-sdk/issues/1487)) ([`06facee`](https://github.com/box/box-ios-sdk/commit/06facee260a003198f8996f973d78755b9b6ba3b))
</Update>

<Update label="2026-05-06" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v10.11.0` released

  ### ⚠ BREAKING CHANGES

  * Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-java-sdk#1827](https://github.com/box/box-java-sdk/issues/1827)) ([`1c59b46`](https://github.com/box/box-java-sdk/commit/1c59b46e90ef5d33ff85eff45125cefe00e5e950))

  ### Bug Fixes

  * Fix metadata template schema ([box/box-openapi#596](https://github.com/box/box-openapi/issues/596)) ([box-java-sdk#1828](https://github.com/box/box-java-sdk/issues/1828)) ([`193718a`](https://github.com/box/box-java-sdk/commit/193718a5eb07e0816f7fc23daad3ebbe5cba993b))
  * Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-java-sdk#1827](https://github.com/box/box-java-sdk/issues/1827)) ([`1c59b46`](https://github.com/box/box-java-sdk/commit/1c59b46e90ef5d33ff85eff45125cefe00e5e950))
</Update>

<Update label="2026-05-06" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v10.9.0` released

  ### ⚠ BREAKING CHANGES

  * Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-python-sdk#1422](https://github.com/box/box-python-sdk/issues/1422)) ([`d31bca4`](https://github.com/box/box-python-sdk/commit/d31bca44f67decd8e2a65eab8d95f45971bba591))

  ### Bug Fixes

  * Fix metadata template schema ([box/box-openapi#596](https://github.com/box/box-openapi/issues/596)) ([box-python-sdk#1423](https://github.com/box/box-python-sdk/issues/1423)) ([`3ef0ffe`](https://github.com/box/box-python-sdk/commit/3ef0ffe6288161d0f0216ddb0b07024307094fe9))
  * Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-python-sdk#1422](https://github.com/box/box-python-sdk/issues/1422)) ([`d31bca4`](https://github.com/box/box-python-sdk/commit/d31bca44f67decd8e2a65eab8d95f45971bba591))
</Update>

<Update label="2026-05-06" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v4.9.0` released

  ### ⚠ BREAKING CHANGES

  * **boxsdkgen:** Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-python-sdk#1421](https://github.com/box/box-python-sdk/issues/1421)) ([`154b7ce`](https://github.com/box/box-python-sdk/commit/154b7ce7e95c61c9b8a69cf9dd0667c1484a8939))

  ### Bug Fixes

  * **boxsdkgen:** Fix metadata template schema ([box/box-openapi#596](https://github.com/box/box-openapi/issues/596)) ([box-python-sdk#1424](https://github.com/box/box-python-sdk/issues/1424)) ([`785457c`](https://github.com/box/box-python-sdk/commit/785457cd017c3266aed2581f5ade1263242e680b))
  * **boxsdkgen:** Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-python-sdk#1421](https://github.com/box/box-python-sdk/issues/1421)) ([`154b7ce`](https://github.com/box/box-python-sdk/commit/154b7ce7e95c61c9b8a69cf9dd0667c1484a8939))
</Update>

<Update label="2026-05-06" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v4.9.0` released

  ### ⚠ BREAKING CHANGES

  * **boxsdkgen:** Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-node-sdk#1439](https://github.com/box/box-node-sdk/issues/1439)) ([`3ab5519`](https://github.com/box/box-node-sdk/commit/3ab5519c91695b1b3f42092655f57baa957ae0ef))

  ### Bug Fixes

  * **boxsdkgen:** Fix metadata template schema ([box/box-openapi#596](https://github.com/box/box-openapi/issues/596)) ([box-node-sdk#1442](https://github.com/box/box-node-sdk/issues/1442)) ([`11aa977`](https://github.com/box/box-node-sdk/commit/11aa97767a4653449b43da7a0397dc40abf39e97))
  * **boxsdkgen:** Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-node-sdk#1439](https://github.com/box/box-node-sdk/issues/1439)) ([`3ab5519`](https://github.com/box/box-node-sdk/commit/3ab5519c91695b1b3f42092655f57baa957ae0ef))
</Update>

<Update label="2026-05-06" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `6.8.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Automate Public API ([box/box-openapi#594](https://github.com/box/box-openapi/issues/594)) ([box-ios-sdk#1476](https://github.com/box/box-ios-sdk/issues/1476)) ([`eae1640`](https://github.com/box/box-ios-sdk/commit/eae16401f09d0a1a4edb289d3816f5ebf4eedeb1))
</Update>

<Update label="2026-05-06" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v5.10.0` released

  ### ⚠ BREAKING CHANGES

  * **boxsdkgen:** Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-java-sdk#1826](https://github.com/box/box-java-sdk/issues/1826)) ([`7109d88`](https://github.com/box/box-java-sdk/commit/7109d8810b8ca916d50cf00a5ac024d9d28f9f31))

  ### Bug Fixes

  * **boxsdkgen:** Fix metadata template schema ([box/box-openapi#596](https://github.com/box/box-openapi/issues/596)) ([box-java-sdk#1829](https://github.com/box/box-java-sdk/issues/1829)) ([`9b51193`](https://github.com/box/box-java-sdk/commit/9b511934e70e93beeb0b5c5d4c66d4aba43077c0))
  * **boxsdkgen:** Mark `id` field of `AIAgentReference` required ([box/box-openapi#1629](https://github.com/box/box-openapi/issues/1629)) ([box/box-openapi#595](https://github.com/box/box-openapi/issues/595)) ([box-java-sdk#1826](https://github.com/box/box-java-sdk/issues/1826)) ([`7109d88`](https://github.com/box/box-java-sdk/commit/7109d8810b8ca916d50cf00a5ac024d9d28f9f31))
</Update>

<Update label="2026-05-05" tags={["API", "AI"]}>
  ## New field types in the Box AI Extract Structured API

  We have introduced two new [complex field](/guides/box-ai/ai-tutorials/extract-metadata-structured#struct-and-table-field-types) types: `struct` and `table` in the Box AI
  `extract_structured`API.

  * Use `struct` to group multiple related sub-fields and extract them as a single JSON object.
    This is useful for extracting a set of related values that belong together, such as an address or a person’s contact details.
  * Use `table` to extract repeating rows of structured data as an array of JSON objects.
    This is useful for extracting multi-row data such as invoice line items or tax tables,
    regardless of how that data is formatted in the source document.

  Both types accept a `fields` array that defines their sub-fields, using the same scalar
  types already supported by the API (`string`, `float`, `date`, `enum`, `multiSelect`, and others).

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-04-30" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v6.10.0` released

  ### **New Features and Enhancements:**

  * **boxsdkgen:** Automate Public API ([box/box-openapi#594](https://github.com/box/box-openapi/issues/594)) ([box-windows-sdk-v2#1485](https://github.com/box/box-windows-sdk-v2/issues/1485)) ([`e342583`](https://github.com/box/box-windows-sdk-v2/commit/e342583ade62a076ca192216745cbaa453da31a5))
</Update>

<Update label="2026-04-30" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v10.11.0` released

  ### New Features and Enhancements

  * Automate Public API ([box/box-openapi#594](https://github.com/box/box-openapi/issues/594)) ([box-windows-sdk-v2#1488](https://github.com/box/box-windows-sdk-v2/issues/1488)) ([`ba6f6be`](https://github.com/box/box-windows-sdk-v2/commit/ba6f6befe999820ac60d70514ecb827dbfaf26b2))
</Update>

<Update label="2026-04-30" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `10.8.0` released

  ### New Features and Enhancements

  * Automate Public API ([box/box-openapi#594](https://github.com/box/box-openapi/issues/594)) ([box-ios-sdk#1478](https://github.com/box/box-ios-sdk/issues/1478)) ([`1df6e4b`](https://github.com/box/box-ios-sdk/commit/1df6e4b16c79ef9d22d9b103cbe7b09dc1f5d09f))
</Update>

<Update label="2026-04-30" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v4.8.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Support Automate API ([box/box-openapi#594](https://github.com/box/box-openapi/issues/594)) ([box-node-sdk#1432](https://github.com/box/box-node-sdk/issues/1432)) ([`010fcdc`](https://github.com/box/box-node-sdk/commit/010fcdc947003675403b4acc9d9a1485ee9c4bac))
</Update>

<Update label="2026-04-30" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v10.8.0` released

  ### New Features and Enhancements

  * Automate Public API ([box/box-openapi#594](https://github.com/box/box-openapi/issues/594)) ([box-node-sdk#1429](https://github.com/box/box-node-sdk/issues/1429)) ([`ab49fe5`](https://github.com/box/box-node-sdk/commit/ab49fe5d7fcb97d5295d813008f1f1cf113134b8))
</Update>

<Update label="2026-04-30" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v10.10.0` released

  ### Bug Fixes

  * Fix java `oneOf` serialization ([box/box-codegen#942](https://github.com/box/box-codegen/issues/942)) ([box-java-sdk#1806](https://github.com/box/box-java-sdk/issues/1806)) ([`dcd5df6`](https://github.com/box/box-java-sdk/commit/dcd5df60f3545983209e58c50ab1648a6d5fb167))

  ### New Features and Enhancements

  * Automate Public API ([box/box-openapi#594](https://github.com/box/box-openapi/issues/594)) ([box-java-sdk#1820](https://github.com/box/box-java-sdk/issues/1820)) ([`41e859a`](https://github.com/box/box-java-sdk/commit/41e859acf78844b0a2e28d3d14ca721b88e2a108))
</Update>

<Update label="2026-04-30" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v4.8.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Automate Public API ([box/box-openapi#594](https://github.com/box/box-openapi/issues/594)) ([box-python-sdk#1412](https://github.com/box/box-python-sdk/issues/1412)) ([`4a39dcc`](https://github.com/box/box-python-sdk/commit/4a39dccd6ea375d364687eb9d17f60233e98f37f))
</Update>

<Update label="2026-04-30" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v5.9.0` released

  ### Bug Fixes

  * **boxsdkgen:** Fix java `oneOf` serialization ([box/box-codegen#942](https://github.com/box/box-codegen/issues/942)) ([box-java-sdk#1805](https://github.com/box/box-java-sdk/issues/1805)) ([`cf0d67f`](https://github.com/box/box-java-sdk/commit/cf0d67fa25af2ef4b9458362e9e896ce50674e62))

  ### New Features and Enhancements

  * **boxsdkgen:** Automate Public API ([box/box-openapi#594](https://github.com/box/box-openapi/issues/594)) ([box-java-sdk#1816](https://github.com/box/box-java-sdk/issues/1816)) ([`4369d9c`](https://github.com/box/box-java-sdk/commit/4369d9c45ca6ff5d3045e7e193335560eb886b6f))
</Update>

<Update label="2026-04-30" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v10.8.0` released

  ### New Features and Enhancements

  * Automate Public API ([box/box-openapi#594](https://github.com/box/box-openapi/issues/594)) ([box-python-sdk#1409](https://github.com/box/box-python-sdk/issues/1409)) ([`3cfb35c`](https://github.com/box/box-python-sdk/commit/3cfb35c6a86062658588afd779410bb426472427))
</Update>

<Update label="2026-04-23" tags={["CLI"]}>
  ## Box CLI `v4.8.0` released

  ### New Features and Enhancements

  * Add `--raw-json` flag and fix `--json` output ([boxcli#669](https://github.com/box/boxcli/issues/669)) ([`ee6d61d`](https://github.com/box/boxcli/commit/ee6d61d576e5cb037cf1b080f49ddfbd181eee09))
  * Add support for `Box Hub Collaborations` endpoints ([boxcli#668](https://github.com/box/boxcli/issues/668)) ([`543cd60`](https://github.com/box/boxcli/commit/543cd60b0f5532bb307aefc2291c0d051e8481bb))
  * Add support for `Box Hub Document` endpoints ([boxcli#667](https://github.com/box/boxcli/issues/667)) ([`2b21328`](https://github.com/box/boxcli/commit/2b213285ee8d6205a8461756231beb372ca81059))
  * Add support for `Box Hub Items` endpoints ([boxcli#665](https://github.com/box/boxcli/issues/665)) ([`0f46680`](https://github.com/box/boxcli/commit/0f466800a65ad9d57c20057f86f2410e8343493f))
  * Add support for `Box Hubs` endpoints ([boxcli#664](https://github.com/box/boxcli/issues/664)) ([`681b312`](https://github.com/box/boxcli/commit/681b31256592bbde00ffc4426917911f51fd951c))
</Update>

<Update label="2026-04-22" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v10.10.0` released

  ### New Features and Enhancements

  * Add `max_extension_length` field to Retention Policies ([box/box-codegen#941](https://github.com/box/box-codegen/issues/941)) ([box-windows-sdk-v2#1471](https://github.com/box/box-windows-sdk-v2/issues/1471)) ([`7715a00`](https://github.com/box/box-windows-sdk-v2/commit/7715a0047d54aa5062b4819f9a7addc59f049241))
</Update>

<Update label="2026-04-22" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v6.9.0` released

  ### **New Features and Enhancements:**

  * **boxsdkgen:** Add `max_extension_length` field to Retention Policies ([box/box-codegen#941](https://github.com/box/box-codegen/issues/941)) ([box-windows-sdk-v2#1472](https://github.com/box/box-windows-sdk-v2/issues/1472)) ([`bf0e681`](https://github.com/box/box-windows-sdk-v2/commit/bf0e6819d32e4bb08d512c27cccc733dc620144c))
</Update>

<Update label="2026-04-22" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v10.7.0` released

  ### Bug Fixes

  * Update `retentionLength` field to accept both string and number ([box/box-codegen#932](https://github.com/box/box-codegen/issues/932)) ([box-node-sdk#1397](https://github.com/box/box-node-sdk/issues/1397)) ([`e589c63`](https://github.com/box/box-node-sdk/commit/e589c63e660ecfd76f0d7847613789ce809c7d16))

  ### New Features and Enhancements

  * Add `max_extension_length` field to Retention Policies ([box/box-openapi#593](https://github.com/box/box-openapi/issues/593)) ([box-node-sdk#1413](https://github.com/box/box-node-sdk/issues/1413)) ([`28d1a71`](https://github.com/box/box-node-sdk/commit/28d1a719f8f257ddb040aef604720c9eed53f80d))
</Update>

<Update label="2026-04-22" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v10.9.0` released

  ### New Features and Enhancements

  * Add `max_extension_length` field to Retention Policies ([box/box-openapi#593](https://github.com/box/box-openapi/issues/593)) ([box-java-sdk#1799](https://github.com/box/box-java-sdk/issues/1799)) ([`fc91872`](https://github.com/box/box-java-sdk/commit/fc91872b19e16d919fd641e1a6b461639ebbdc54))
</Update>

<Update label="2026-04-22" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v4.7.0` released

  ### Bug Fixes

  * **boxsdkgen:** Update `retentionLength` field to accept both string and number ([box/box-codegen#932](https://github.com/box/box-codegen/issues/932)) ([box-node-sdk#1396](https://github.com/box/box-node-sdk/issues/1396)) ([`556f4a6`](https://github.com/box/box-node-sdk/commit/556f4a6244e8a754c9c332da4b04dd548a57c631))

  ### New Features and Enhancements

  * **boxsdkgen:** Add `max_extension_length` field to Retention Policies ([box/box-openapi#593](https://github.com/box/box-openapi/issues/593)) ([box-node-sdk#1412](https://github.com/box/box-node-sdk/issues/1412)) ([`a9a3fce`](https://github.com/box/box-node-sdk/commit/a9a3fce3432bf6e89e759123b52f43b2e174360d))
</Update>

<Update label="2026-04-22" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v10.7.0` released

  ### Bug Fixes

  * Correct `retention_length` type hint to accept both integer and string ([box/box-codegen#932](https://github.com/box/box-codegen/issues/932)) ([box-python-sdk#1382](https://github.com/box/box-python-sdk/issues/1382)) ([`e8f93ce`](https://github.com/box/box-python-sdk/commit/e8f93ce4da1d2c68d809e4af38741ebf91bc6fe2))

  ### New Features and Enhancements

  * Add `max_extension_length` field to Retention Policies ([box/box-openapi#593](https://github.com/box/box-openapi/issues/593)) ([box-python-sdk#1394](https://github.com/box/box-python-sdk/issues/1394)) ([`acbb3c6`](https://github.com/box/box-python-sdk/commit/acbb3c629be44d0fd6d507f9b164f87439d6083d))
</Update>

<Update label="2026-04-22" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v5.8.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Add `max_extension_length` field to Retention Policies ([box/box-openapi#593](https://github.com/box/box-openapi/issues/593)) ([box-java-sdk#1798](https://github.com/box/box-java-sdk/issues/1798)) ([`05548e2`](https://github.com/box/box-java-sdk/commit/05548e26213bc618ab86c9bbba8457a7cfcf5984))
</Update>

<Update label="2026-04-22" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v4.7.0` released

  ### Bug Fixes

  * **boxsdkgen:** Correct `retention_length` type hint to accept both integer and string ([box/box-codegen#932](https://github.com/box/box-codegen/issues/932)) ([box-python-sdk#1381](https://github.com/box/box-python-sdk/issues/1381)) ([`c0df010`](https://github.com/box/box-python-sdk/commit/c0df0102a1dbc416f37796ee6e6aa597cf40c023))

  ### New Features and Enhancements

  * **boxsdkgen:** Add `max_extension_length` field to Retention Policies ([box/box-openapi#593](https://github.com/box/box-openapi/issues/593)) ([box-python-sdk#1393](https://github.com/box/box-python-sdk/issues/1393)) ([`5465f9c`](https://github.com/box/box-python-sdk/commit/5465f9c29a19b1a6ee0d323caa6ad16432a86774))
</Update>

<Update label="2026-04-17" tags={["New features", "Impactful changes", "AI"]}>
  ## Box Agent Skills released

  Box Agent Skills are pre-built instruction sets that teach AI coding assistants how to perform specific tasks. They give your AI assistant the context it needs to build Box integrations, work with Box content through MCP tools, configure webhooks, and use Box AI retrieval — no manual configuration required.

  The skills follow the [Agent Skills](https://developer.box.com/ai/agent-skills) open standard and can be installed as a plugin for [Codex](https://github.com/box/box-for-ai/blob/main/.codex-plugin/README.md), [Cursor](https://github.com/box/box-for-ai/blob/main/.cursor-plugin/README.md), or [Claude Code](https://github.com/box/box-for-ai/blob/main/.claude-plugin/README.md).

  For detailed reference material, additional examples, and contributing guidelines, see the [box-for-ai](https://github.com/box/box-for-ai) repository on GitHub.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-04-16" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v10.9.0` released

  ### Bug Fixes

  * Update `RetentionLength` field to accept both string and integer ([box/box-codegen#932](https://github.com/box/box-codegen/issues/932)) ([box-windows-sdk-v2#1445](https://github.com/box/box-windows-sdk-v2/issues/1445)) ([`ed3110e`](https://github.com/box/box-windows-sdk-v2/commit/ed3110e0d40544c80a289c48ba7cd34910933e65))

  ### New Features and Enhancements

  * Extensible enum in DotNet ([box/box-codegen#937](https://github.com/box/box-codegen/issues/937)) ([box-windows-sdk-v2#1460](https://github.com/box/box-windows-sdk-v2/issues/1460)) ([`ccb4dd9`](https://github.com/box/box-windows-sdk-v2/commit/ccb4dd985a35a674d0e0deeda1f43524ffc7c166))
</Update>

<Update label="2026-04-02" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Box AI API — new models, default model tables, and updated models overview

  The <Link href="/guides/box-ai/ai-models">AI models overview</Link> page has been updated with the following changes:

  ### New AI models

  The following models are now available:

  * <Link href="/guides/box-ai/ai-models/openai-gpt-5-4-model-card">OpenAI GPT-5.4</Link>
  * <Link href="/guides/box-ai/ai-models/google-gemini-3-1-flash-lite-model-card">Google Gemini 3.1 Flash Lite</Link>

  ### Default model tables

  A new <Link href="/guides/box-ai/ai-models#default-models">Default models</Link> section now documents which AI models are used by default when you do not override the agent configuration. The section includes tables for:

  * **Legacy agents** — default models for Q\&A across Documents, Notes, and Hubs, broken down by provider and capability tier.
  * **Box agents** — default models for Box Agent, Extract Agent, Security Classification Agent, and Threat Analysis Agent.

  ### Restructured models overview

  * Models are now grouped by provider (OpenAI, Google, Anthropic, Meta, Mistral AI, xAI) using collapsible sections.
  * Model cards now display "Compatible with Box Agent" badges where applicable.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-04-01" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v10.8.0` released

  ### ⚠ BREAKING CHANGES

  * Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-windows-sdk-v2#1431](https://github.com/box/box-windows-sdk-v2/issues/1431))
  * Align `LegalHoldPolicyAssignedItem` with API ([box/box-openapi#1554](https://github.com/box/box-openapi/issues/1554)) ([box/box-openapi#590](https://github.com/box/box-openapi/issues/590)) ([box-windows-sdk-v2#1427](https://github.com/box/box-windows-sdk-v2/issues/1427))

  ### Bug Fixes

  * Align `LegalHoldPolicyAssignedItem` with API ([box/box-openapi#1554](https://github.com/box/box-openapi/issues/1554)) ([box/box-openapi#590](https://github.com/box/box-openapi/issues/590)) ([box-windows-sdk-v2#1427](https://github.com/box/box-windows-sdk-v2/issues/1427)) ([`2079002`](https://github.com/box/box-windows-sdk-v2/commit/207900280c25d40b500b4771e163b6fa10228cc7))
  * Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-windows-sdk-v2#1431](https://github.com/box/box-windows-sdk-v2/issues/1431)) ([d6bd881](https://github.com/box/box-windows-sdk-v2/commit/d6bd881890f442c80d5fdda9c9ebe0bdda3a8c32))
  * Fix Union members to default to null and Enum deserialization ([box/box-codegen#933](https://github.com/box/box-codegen/issues/933)) ([box-windows-sdk-v2#1438](https://github.com/box/box-windows-sdk-v2/issues/1438)) ([7a5756a](https://github.com/box/box-windows-sdk-v2/commit/7a5756afaedf66009efe1f8d96eb844706a4f676))
  * Handle empty API error bodies ([box/box-codegen#934](https://github.com/box/box-codegen/issues/934)) ([box-windows-sdk-v2#1441](https://github.com/box/box-windows-sdk-v2/issues/1441)) ([183449e](https://github.com/box/box-windows-sdk-v2/commit/183449ea98e2ca073d8f98d41213452070eb1cc1))

  ### New Features and Enhancements

  * Add `reference` to `AI` and `parent_id` to `HubsItems` ([box/box-openapi#588](https://github.com/box/box-openapi/issues/588)) ([box-windows-sdk-v2#1418](https://github.com/box/box-windows-sdk-v2/issues/1418)) ([8527a35](https://github.com/box/box-windows-sdk-v2/commit/8527a35f5977c4f2721bf33923f3578e111d810a))
  * Support Hub Document API ([box/box-codegen#930](https://github.com/box/box-codegen/issues/930)) ([box-windows-sdk-v2#1433](https://github.com/box/box-windows-sdk-v2/issues/1433)) ([a57db33](https://github.com/box/box-windows-sdk-v2/commit/a57db33fd43ad6f04f33ec81fd74353e83e02714))
</Update>

<Update label="2026-04-01" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v6.7.0` released

  ### ⚠ BREAKING CHANGES

  * **boxsdkgen:** Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-windows-sdk-v2#1432](https://github.com/box/box-windows-sdk-v2/issues/1432))

  ### **New Features and Enhancements:**

  * **boxsdkgen:** Add `reference` to `AI` and `parent_id` to `HubsItems` ([box/box-openapi#588](https://github.com/box/box-openapi/issues/588)) ([box-windows-sdk-v2#1417](https://github.com/box/box-windows-sdk-v2/issues/1417)) ([a9ad210](https://github.com/box/box-windows-sdk-v2/commit/a9ad2107d31a36af4b0e91f9079295f1dc8e9d2a))
  * **boxsdkgen:** Support Hub Document API ([box/box-codegen#930](https://github.com/box/box-codegen/issues/930)) ([box-windows-sdk-v2#1434](https://github.com/box/box-windows-sdk-v2/issues/1434)) ([3893c0c](https://github.com/box/box-windows-sdk-v2/commit/3893c0c976aed671712e88eab7b66c38c722f129))

  ### **Bug Fixes:**

  * **boxsdkgen:** Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-windows-sdk-v2#1432](https://github.com/box/box-windows-sdk-v2/issues/1432)) ([189afe9](https://github.com/box/box-windows-sdk-v2/commit/189afe958b3f13b68db0167b37ee5eb60eaf8cef))
  * **boxsdkgen:** Fix Union members to default to null and Enum deserialization ([box/box-codegen#933](https://github.com/box/box-codegen/issues/933)) ([box-windows-sdk-v2#1437](https://github.com/box/box-windows-sdk-v2/issues/1437)) ([8d32a69](https://github.com/box/box-windows-sdk-v2/commit/8d32a6929ebc32ddaf39cb945c297a6d0a23dedf))
  * **boxsdkgen:** Handle empty API error bodies ([box/box-codegen#934](https://github.com/box/box-codegen/issues/934)) ([box-windows-sdk-v2#1440](https://github.com/box/box-windows-sdk-v2/issues/1440)) ([63f1d8c](https://github.com/box/box-windows-sdk-v2/commit/63f1d8ca3ccbf74d39fb2d5215e8399688248458))
</Update>

<Update label="2026-04-01" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v10.7.0` released

  ### ⚠ BREAKING CHANGES

  * Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-java-sdk#1766](https://github.com/box/box-java-sdk/issues/1766))
  * Align `LegalHoldPolicyAssignedItem` with API ([box/box-openapi#1554](https://github.com/box/box-openapi/issues/1554)) ([box/box-openapi#590](https://github.com/box/box-openapi/issues/590)) ([box-java-sdk#1762](https://github.com/box/box-java-sdk/issues/1762))

  ### Bug Fixes

  * Align `LegalHoldPolicyAssignedItem` with API ([box/box-openapi#1554](https://github.com/box/box-openapi/issues/1554)) ([box/box-openapi#590](https://github.com/box/box-openapi/issues/590)) ([box-java-sdk#1762](https://github.com/box/box-java-sdk/issues/1762)) ([8f82b46](https://github.com/box/box-java-sdk/commit/8f82b46afe978342fb93af6ad31006342a1f5b5a))
  * Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-java-sdk#1766](https://github.com/box/box-java-sdk/issues/1766)) ([52b408e](https://github.com/box/box-java-sdk/commit/52b408ec649dd7d36d3ecc6f2506f34afde644bd))

  ### New Features and Enhancements

  * Add `reference` to `AI` and `parent_id` to `HubsItems` ([box/box-openapi#588](https://github.com/box/box-openapi/issues/588)) ([box-java-sdk#1741](https://github.com/box/box-java-sdk/issues/1741)) ([fccccb7](https://github.com/box/box-java-sdk/commit/fccccb766d961e9badd1cde274595e07ba88b7a2))
  * Support Hub Document API ([box/box-codegen#930](https://github.com/box/box-codegen/issues/930)) ([box-java-sdk#1767](https://github.com/box/box-java-sdk/issues/1767)) ([8b2ef9f](https://github.com/box/box-java-sdk/commit/8b2ef9f003b76f88ea0481a0539efad38ae63a3b))
</Update>

<Update label="2026-04-01" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v5.6.0` released

  ### ⚠ BREAKING CHANGES

  * **boxsdkgen:** Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-java-sdk#1761](https://github.com/box/box-java-sdk/issues/1761))

  ### Bug Fixes:

  * **boxsdkgen:** Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-java-sdk#1761](https://github.com/box/box-java-sdk/issues/1761)) ([1fff919](https://github.com/box/box-java-sdk/commit/1fff919577062ac54338f53f87d3c910312283f5))

  ### New Features and Enhancements:

  * **boxsdkgen:** Add `reference` to `AI` and `parent_id` to `HubsItems` ([box/box-openapi#588](https://github.com/box/box-openapi/issues/588)) ([box-java-sdk#1740](https://github.com/box/box-java-sdk/issues/1740)) ([92289cb](https://github.com/box/box-java-sdk/commit/92289cbd9cb0765c742229767be70d63cd220f19))
  * **boxsdkgen:** Support Hub Document API ([box/box-codegen#930](https://github.com/box/box-codegen/issues/930)) ([box-java-sdk#1763](https://github.com/box/box-java-sdk/issues/1763)) ([2f17efe](https://github.com/box/box-java-sdk/commit/2f17efe105a1a732d4f3bb6815fe18f360a8cb9c))
</Update>

<Update label="2026-04-01" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v10.6.0` released

  ### ⚠ BREAKING CHANGES

  * Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-python-sdk#1369](https://github.com/box/box-python-sdk/issues/1369))

  ### Bug Fixes

  * Add missing discriminators for schema types ([box/box-codegen#931](https://github.com/box/box-codegen/issues/931)) ([box-python-sdk#1368](https://github.com/box/box-python-sdk/issues/1368)) ([fe0a3b8](https://github.com/box/box-python-sdk/commit/fe0a3b86b292d7304c244e4b6933612bbce5f332))
  * Align `LegalHoldPolicyAssignedItem` with API ([box/box-openapi#1554](https://github.com/box/box-openapi/issues/1554)) ([box/box-openapi#590](https://github.com/box/box-openapi/issues/590)) ([box-python-sdk#1365](https://github.com/box/box-python-sdk/issues/1365)) ([feb2010](https://github.com/box/box-python-sdk/commit/feb201068f851701ecd6f2dfea522182a33a6846))
  * Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-python-sdk#1369](https://github.com/box/box-python-sdk/issues/1369)) ([39fbc7c](https://github.com/box/box-python-sdk/commit/39fbc7cd88a3e0a6a002cd2aa202d10730c6d91a))

  ### New Features and Enhancements

  * Add `include_reference` to `AI` and `parent_id` to `HubsItems` ([box/box-openapi#588](https://github.com/box/box-openapi/issues/588)) ([box-python-sdk#1360](https://github.com/box/box-python-sdk/issues/1360)) ([59c1d3c](https://github.com/box/box-python-sdk/commit/59c1d3c156cc079aa1ad66f7bb2476d48c67a57c))
  * Support Hub Document API ([box/box-codegen#930](https://github.com/box/box-codegen/issues/930)) ([box-python-sdk#1371](https://github.com/box/box-python-sdk/issues/1371)) ([720b948](https://github.com/box/box-python-sdk/commit/720b94835b1b5308d8c1b8b3a7bc176766d98a04))
</Update>

<Update label="2026-04-01" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v4.6.0` released

  ### ⚠ BREAKING CHANGES

  * **boxsdkgen:** Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-python-sdk#1370](https://github.com/box/box-python-sdk/issues/1370))

  ### Bug Fixes:

  * **boxsdkgen:** Add missing discriminators for schema types ([box/box-codegen#931](https://github.com/box/box-codegen/issues/931)) ([box-python-sdk#1367](https://github.com/box/box-python-sdk/issues/1367)) ([113faa3](https://github.com/box/box-python-sdk/commit/113faa396043e1e82cf9c73ec43034d7e6be62a6))
  * **boxsdkgen:** Align `LegalHoldPolicyAssignedItem` with API ([box/box-openapi#1554](https://github.com/box/box-openapi/issues/1554)) ([box/box-openapi#590](https://github.com/box/box-openapi/issues/590)) ([box-python-sdk#1366](https://github.com/box/box-python-sdk/issues/1366)) ([6df014e](https://github.com/box/box-python-sdk/commit/6df014e00d3467e85004e5d0a1f38cbe7847bcea))
  * **boxsdkgen:** Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-python-sdk#1370](https://github.com/box/box-python-sdk/issues/1370)) ([213960d](https://github.com/box/box-python-sdk/commit/213960dfd1a09bfce82bdc0e5b52297265607e57))

  ### New Features and Enhancements:

  * **boxsdkgen:** Add `include_reference` to `AI` and `parent_id` to `HubsItems` ([box/box-openapi#588](https://github.com/box/box-openapi/issues/588)) ([box-python-sdk#1359](https://github.com/box/box-python-sdk/issues/1359)) ([94cfd09](https://github.com/box/box-python-sdk/commit/94cfd09a89b3b9649656dd38cea3e088f3916d6c))
  * **boxsdkgen:** Support Hub Document API ([box/box-codegen#930](https://github.com/box/box-codegen/issues/930)) ([box-python-sdk#1372](https://github.com/box/box-python-sdk/issues/1372)) ([f346676](https://github.com/box/box-python-sdk/commit/f34667680ed70f952fa85a41aa5281f16ff40d70))
</Update>

<Update label="2026-04-01" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `10.6.0` released

  ### ⚠ BREAKING CHANGES

  * Correct search content type 'tags' to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-ios-sdk#1442](https://github.com/box/box-ios-sdk/issues/1442))
  * Align `LegalHoldPolicyAssignedItem` with API  ([box/box-openapi#1554](https://github.com/box/box-openapi/issues/1554)) ([box/box-openapi#590](https://github.com/box/box-openapi/issues/590)) ([box-ios-sdk#1440](https://github.com/box/box-ios-sdk/issues/1440))

  ### Bug Fixes

  * Align `LegalHoldPolicyAssignedItem` with API  ([box/box-openapi#1554](https://github.com/box/box-openapi/issues/1554)) ([box/box-openapi#590](https://github.com/box/box-openapi/issues/590)) ([box-ios-sdk#1440](https://github.com/box/box-ios-sdk/issues/1440)) ([c6e9f9b](https://github.com/box/box-ios-sdk/commit/c6e9f9b4b0bd838859b9971032c5fd3965e36e61))
  * Correct search content type 'tags' to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-ios-sdk#1442](https://github.com/box/box-ios-sdk/issues/1442)) ([4c35f6f](https://github.com/box/box-ios-sdk/commit/4c35f6fb383bde5579d00c9d735720a6285361cb))

  ### New Features and Enhancements

  * Add `reference` to `AI` and `parent_id` to `HubsItems` ([box/box-openapi#588](https://github.com/box/box-openapi/issues/588)) ([box-ios-sdk#1424](https://github.com/box/box-ios-sdk/issues/1424)) ([330e763](https://github.com/box/box-ios-sdk/commit/330e763cc5ca08ab936b20130bda0ea28a8153d2))
  * Support Hub Document API ([box/box-codegen#930](https://github.com/box/box-codegen/issues/930)) ([box-ios-sdk#1443](https://github.com/box/box-ios-sdk/issues/1443)) ([e176bef](https://github.com/box/box-ios-sdk/commit/e176bef06ab8b80ce3d5f6a4a3890a8d86e53c98))
</Update>

<Update label="2026-04-01" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `6.6.0` released

  ### ⚠ BREAKING CHANGES

  * **boxsdkgen:** Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-ios-sdk#1437](https://github.com/box/box-ios-sdk/issues/1437))

  ### Bug Fixes

  * **boxsdkgen:** Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-ios-sdk#1437](https://github.com/box/box-ios-sdk/issues/1437)) ([ae3f23a](https://github.com/box/box-ios-sdk/commit/ae3f23a570cb19121f03e91d8ec4cfc049878f24))

  ### New Features and Enhancements

  * **boxsdkgen:** Add `reference` to `AI` and `parent_id` to `HubsItems` ([box/box-openapi#588](https://github.com/box/box-openapi/issues/588)) ([box-ios-sdk#1423](https://github.com/box/box-ios-sdk/issues/1423)) ([a038414](https://github.com/box/box-ios-sdk/commit/a038414b3d635ae8521cd3bfb695d1279161b3cb))
  * **boxsdkgen:** Support Hub Document API ([box/box-codegen#930](https://github.com/box/box-codegen/issues/930)) ([box-ios-sdk#1438](https://github.com/box/box-ios-sdk/issues/1438)) ([2fd2f2a](https://github.com/box/box-ios-sdk/commit/2fd2f2ad295af902b32732a61eac01ce33ae4cd8))
</Update>

<Update label="2026-04-01" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v10.6.0` released

  ### ⚠ BREAKING CHANGES

  * Align `LegalHoldPolicyAssignedItem` with API ([box/box-openapi#1554](https://github.com/box/box-openapi/issues/1554)) ([box/box-openapi#590](https://github.com/box/box-openapi/issues/590)) ([box-node-sdk#1378](https://github.com/box/box-node-sdk/issues/1378))

  ### Bug Fixes

  * Align `LegalHoldPolicyAssignedItem` with API ([box/box-openapi#1554](https://github.com/box/box-openapi/issues/1554)) ([box/box-openapi#590](https://github.com/box/box-openapi/issues/590)) ([box-node-sdk#1378](https://github.com/box/box-node-sdk/issues/1378)) ([466d6cf](https://github.com/box/box-node-sdk/commit/466d6cf61113bf5bac8eef14644d047124f6ef03))
  * Correct search content type 'tags' to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-node-sdk#1382](https://github.com/box/box-node-sdk/issues/1382)) ([6f5d307](https://github.com/box/box-node-sdk/commit/6f5d3071116113ee6e3afe082cfb6554f44c6156))

  ### New Features and Enhancements

  * Add `reference` to `AI` and `parent_id` to `HubsItems` ([box/box-openapi#588](https://github.com/box/box-openapi/issues/588)) ([box-node-sdk#1372](https://github.com/box/box-node-sdk/issues/1372)) ([e55c51f](https://github.com/box/box-node-sdk/commit/e55c51f32227e5d0d4ab7b29a51e996867a39b15))
  * Support Hub Document API ([box/box-codegen#930](https://github.com/box/box-codegen/issues/930)) ([box-node-sdk#1388](https://github.com/box/box-node-sdk/issues/1388)) ([0b5fbeb](https://github.com/box/box-node-sdk/commit/0b5fbebf18e582a36a17d84c3584ab80f880ea04))
</Update>

<Update label="2026-04-01" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v4.6.0` released

  ### Bug Fixes

  * **boxsdkgen:** Correct search content type `tags` to match API ([box/box-openapi#591](https://github.com/box/box-openapi/issues/591)) ([box-node-sdk#1383](https://github.com/box/box-node-sdk/issues/1383)) ([d6bca72](https://github.com/box/box-node-sdk/commit/d6bca725910f2539bfb8ac984295e0c19b610191))

  ### New Features and Enhancements

  * **boxsdkgen:** Add `reference` to `AI` and `parent_id` to `HubsItems` ([box/box-openapi#588](https://github.com/box/box-openapi/issues/588)) ([box-node-sdk#1371](https://github.com/box/box-node-sdk/issues/1371)) ([5c299f0](https://github.com/box/box-node-sdk/commit/5c299f09268c546528c1748ea6e0774312a3f9f0))
  * **boxsdkgen:** Support Hub Document API ([box/box-codegen#930](https://github.com/box/box-codegen/issues/930)) ([box-node-sdk#1385](https://github.com/box/box-node-sdk/issues/1385)) ([306c96c](https://github.com/box/box-node-sdk/commit/306c96cb988f0091fb146e1a4b15c12284f6d572))
</Update>

<Update label="2026-03-26" tags={["CLI"]}>
  ## Box CLI `v4.7.0` released

  ### New Features and Enhancements

  * Mask client secret in configure environments command ([boxcli#654](https://github.com/box/boxcli/issues/654))
  * Secure OAuth callback handling ([boxcli#653](https://github.com/box/boxcli/issues/653))

  ### Bug Fixes

  * Fix `oss` command ([boxcli#650](https://github.com/box/boxcli/issues/650))
</Update>

<Update label="2026-03-19" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `10.5.0` released

  ### New Features and Enhancements

  * `canPublicSharedLinkBeCreated` has been added to `Hubs` ([box-ios-sdk#1420](https://github.com/box/box-ios-sdk/issues/1420))
  * Configurable timeouts have been added to SDKs ([box-ios-sdk#1414](https://github.com/box/box-ios-sdk/issues/1414))
</Update>

<Update label="2026-03-19" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `6.5.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** `canPublicSharedLinkBeCreated` has been added to `Hubs` ([box-ios-sdk#1419](https://github.com/box/box-ios-sdk/issues/1419))
  * **boxsdkgen:** Configurable timeouts have been added to SDKs ([box-ios-sdk#1413](https://github.com/box/box-ios-sdk/issues/1413))
</Update>

<Update label="2026-03-18" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v10.7.0` released

  ### New Features and Enhancements

  * `canPublicSharedLinkBeCreated` has been added to `Hubs` ([box-windows-sdk-v2#1414](https://github.com/box/box-windows-sdk-v2/issues/1414))
</Update>

<Update label="2026-03-18" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK `v6.6.0` released

  ### **New Features and Enhancements:**

  * **boxsdkgen:** `canPublicSharedLinkBeCreated` has been added to `Hubs`([box-windows-sdk-v2#1413](https://github.com/box/box-windows-sdk-v2/issues/1413))
</Update>

<Update label="2026-03-18" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v10.6.0` released

  ### New Features and Enhancements

  * `canPublicSharedLinkBeCreated` has been added to `Hubs` ([box-java-sdk#1737](https://github.com/box/box-java-sdk/issues/1737))
  * Configurable timeouts have been added to SDKs ([box-java-sdk#1730](https://github.com/box/box-java-sdk/issues/1730))
</Update>

<Update label="2026-03-18" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Reference in extract

  The [`extract_structured` endpoint](/reference/post-ai-extract-structured) now supports the `include_reference` parameter.
  This parameter allows you to include the information about the location (where in the document the text was extracted) as well as the reference (exact text extracted) in the response.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-03-18" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v10.5.0` released

  ### Bug Fixes

  * `retryAfter` has been converted from seconds to milliseconds for `setTimeout` ([box-node-sdk#1356](https://github.com/box/box-node-sdk/issues/1356))

  ### New Features and Enhancements

  * `canPublicSharedLinkBeCreated` has been added to `Hubs` ([box-node-sdk#1367](https://github.com/box/box-node-sdk/issues/1367))
  * Configurable timeouts have been added to SDKs ([box-node-sdk#1360](https://github.com/box/box-node-sdk/issues/1360))
</Update>

<Update label="2026-03-18" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v10.5.0` released

  ### New Features and Enhancements

  * `canPublicSharedLinkBeCreated` has been added to `Hubs` ([box-python-sdk#1356](https://github.com/box/box-python-sdk/issues/1356))
  * Configurable timeouts have been added to SDKs ([box-python-sdk#1349](https://github.com/box/box-python-sdk/issues/1349))
</Update>

<Update label="2026-03-18" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v5.5.0` released

  ### New Features and Enhancements:

  * `canPublicSharedLinkBeCreated` has been added to `Hubs` ([box-java-sdk#1736](https://github.com/box/box-java-sdk/issues/1736))
  * Customizable timeouts have been added to SDKs ([box-java-sdk#1731](https://github.com/box/box-java-sdk/issues/1731))
</Update>

<Update label="2026-03-18" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v4.5.0` released

  ### Bug Fixes

  * `retryAfter` has been converted from seconds to milliseconds for `setTimeout`

  ### New Features and Enhancements

  * `canPublicSharedLinkBeCreated` has been added to `Hubs`([box-node-sdk#1366](https://github.com/box/box-node-sdk/issues/1366))
  * Configurable timeouts have been added to SDKs ([box-node-sdk#1361](https://github.com/box/box-node-sdk/issues/1361))
</Update>

<Update label="2026-03-18" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v4.5.0` released

  ### New Features and Enhancements:

  * `canPublicSharedLinkBeCreated` has been added to `Hubs` ([box-python-sdk#1355](https://github.com/box/box-python-sdk/issues/1355))
  * Configurable timeouts have been added to SDKs ([box-python-sdk#1348](https://github.com/box/box-python-sdk/issues/1348))
</Update>

<Update label="2026-03-17" tags={["CLI"]}>
  ## Box CLI `v4.6.0` released

  ### New Features and Enhancements

  * Add `--overwrite` flag to `files:upload` command ([boxcli#637](https://github.com/box/boxcli/issues/637)) ([`6231663`](https://github.com/box/boxcli/commit/6231663c3e79eacfd52bcfe399527e12d589adb0))
  * Add support for Box Official App in login command ([boxcli#638](https://github.com/box/boxcli/issues/638)) ([bcd6835](https://github.com/box/boxcli/commit/bcd6835fb631ef7cd88ba8545b42b177ed2b3644))
  * Improve developer and agent experience in `boxcli` commands ([boxcli#643](https://github.com/box/boxcli/issues/643)) ([fbc817f](https://github.com/box/boxcli/commit/fbc817f6e25c6f0236777473e8a3e3ef5241df13))
  * Improve login prompt ([boxcli#642](https://github.com/box/boxcli/issues/642)) ([a58ff34](https://github.com/box/boxcli/commit/a58ff34dde121285233c174785071057e04c13a6))
  * Store access token encrypted in secure storage ([boxcli#639](https://github.com/box/boxcli/issues/639)) ([bed6db3](https://github.com/box/boxcli/commit/bed6db362aa501cfa1b47d9db74f26456adfa1be))
  * Support logout command ([boxcli#635](https://github.com/box/boxcli/issues/635)) ([842e308](https://github.com/box/boxcli/commit/842e308f38af8351ea469dfb1ecd705304611dc0))
  * Unify secure storage backend across platforms ([boxcli#647](https://github.com/box/boxcli/issues/647)) ([6b2ed36](https://github.com/box/boxcli/commit/6b2ed36655f7e896ee5a41308b60c28594fe693c))

  ### Bug Fixes

  * Fix encoding for example scripts on Windows ([boxcli#613](https://github.com/box/boxcli/issues/613)) ([0265e2a](https://github.com/box/boxcli/commit/0265e2a65c4a985404b07ef2f83f56a903be329d))
  * fix help commands ([boxcli#611](https://github.com/box/boxcli/issues/611)) ([7aec97b](https://github.com/box/boxcli/commit/7aec97b0a63d2c1b3496cb296cf6dddaf539a9aa))
  * Normalize inquirer `signal-exit` compatibility on Windows ([boxcli#645](https://github.com/box/boxcli/issues/645)) ([310b2f6](https://github.com/box/boxcli/commit/310b2f6ea07a856709b6a46454d1852fa66b7a66))
</Update>

<Update label="2026-03-17" tags={["New features", "Impactful changes", "CLI"]}>
  ## New Box CLI launched

  We've launched a new version of the Box CLI, so you can:

  * Authenticate instantly with your own Box credentials using OAuth
  * Automate complex, multi-step workflows — upload files, extract metadata, apply watermarks, trigger document signing — all from the command line
  * Give your AI agents a composable interface to retrieve, transform, and act on content in Box without extra configuration

  Developers and agents can now work together seamlessly, with Box content at the center. To learn more, visit our <Link href="/guides/cli">CLI documentation</Link>.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-02-20" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Box AI API — Claude Sonnet 4.6 and Gemini 3.1 Pro now available

  The list of <Link href="/guides/box-ai/ai-models">available AI models</Link> has been updated with the following models:

  * <Link href="/guides/box-ai/ai-models/aws-claude-4-6-sonnet-model-card">Claude Sonnet 4.6</Link> (Beta)
  * <Link href="/guides/box-ai/ai-models/google-gemini-3-1-pro-model-card">Gemini 3.1 Pro</Link> (Beta)

  **Note:** Models offered in **Beta** mode have not been fully performance-tested at scale and are provided on an as-is basis.

  You can use the provided models to <Link href="/guides/box-ai/ai-agents/ai-agent-overrides">override the default model</Link> used in the AI agent configuration.
  For further details on Box AI API, see the <Link href="/guides/box-ai">guides</Link> and <Link href="/reference/post-ai-ask">API reference</Link>.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-02-18" tags={["SDKs",".NET"]}>
  ## Box Windows SDK `v6.5.0` released

  ### **Bug Fixes:**

  * **boxsdkgen:** Correct enum value for legal hold policy changes ([box/box-openapi#581](https://github.com/box/box-openapi/issues/581)) ([box-windows-sdk-v2#1377](https://github.com/box/box-windows-sdk-v2/issues/1377)) ([dbd17a9](https://github.com/box/box-windows-sdk-v2/commit/dbd17a92e3670f58357e70ec19cbfa22f089f412))
  * **boxsdkgen:** Fix casing for `PATCH` in `Network Client` ([box/box-codegen#913](https://github.com/box/box-codegen/issues/913)) ([box-windows-sdk-v2#1365](https://github.com/box/box-windows-sdk-v2/issues/1365)) ([c90bfaf](https://github.com/box/box-windows-sdk-v2/commit/c90bfafba4ac5d6b3a018d5c8291609e30ec2530))

  ### **New Features and Enhancements:**

  * **boxsdkgen:** add confidence scores for structured extract ([box/box-openapi#582](https://github.com/box/box-openapi/issues/582)) ([box-windows-sdk-v2#1379](https://github.com/box/box-windows-sdk-v2/issues/1379)) ([769f39f](https://github.com/box/box-windows-sdk-v2/commit/769f39f3b1504fbd48804fdb16bf7faf26893450))
  * **boxsdkgen:** Add configurable timeouts ([box/box-codegen#924](https://github.com/box/box-codegen/issues/924)) ([box-windows-sdk-v2#1404](https://github.com/box/box-windows-sdk-v2/issues/1404)) ([`5824149`](https://github.com/box/box-windows-sdk-v2/commit/5824149d9ea5c2c5ea81550f5ad01971aca04087))
  * **boxsdkgen:** add signer language, cancel sign request reason ([box/box-openapi#584](https://github.com/box/box-openapi/issues/584)) ([box-windows-sdk-v2#1395](https://github.com/box/box-windows-sdk-v2/issues/1395)) ([ab436df](https://github.com/box/box-windows-sdk-v2/commit/ab436dfeb06a158d105bd488b488174cc50df07b))
  * **boxsdkgen:** Add watermarking permissions and sources information ([box/box-openapi#579](https://github.com/box/box-openapi/issues/579)) ([box-windows-sdk-v2#1369](https://github.com/box/box-windows-sdk-v2/issues/1369)) ([04bc507](https://github.com/box/box-windows-sdk-v2/commit/04bc507abfab95a04a01152b7684fc63d27d3e27))
</Update>

<Update label="2026-02-18" tags={["SDKs",".NET"]}>
  ## Box Windows SDK `v10.6.0` released

  ### Bug Fixes

  * Correct enum value for legal hold policy changes ([box/box-openapi#581](https://github.com/box/box-openapi/issues/581)) ([box-windows-sdk-v2#1378](https://github.com/box/box-windows-sdk-v2/issues/1378)) ([d756351](https://github.com/box/box-windows-sdk-v2/commit/d756351f13b49da69e4fbd66fe274af38c5d56a1))
  * Fix casing for `PATCH` in `Network Client` ([box/box-codegen#913](https://github.com/box/box-codegen/issues/913)) ([box-windows-sdk-v2#1366](https://github.com/box/box-windows-sdk-v2/issues/1366)) ([53333a0](https://github.com/box/box-windows-sdk-v2/commit/53333a0a53a89435e277332e609f4981a19b547e))

  ### New Features and Enhancements

  * add confidence scores for structured extract ([box/box-openapi#582](https://github.com/box/box-openapi/issues/582)) ([box-windows-sdk-v2#1380](https://github.com/box/box-windows-sdk-v2/issues/1380)) ([8c18af1](https://github.com/box/box-windows-sdk-v2/commit/8c18af18b5b26e84f256e93a8eeefd7080b9708c))
  * Add configurable timeouts ([box/box-codegen#924](https://github.com/box/box-codegen/issues/924)) ([box-windows-sdk-v2#1403](https://github.com/box/box-windows-sdk-v2/issues/1403)) ([fed7629](https://github.com/box/box-windows-sdk-v2/commit/fed7629d663c2ac868d79855d3ba0236d6df6f77))
  * add signer language, cancel sign request reason ([box/box-openapi#584](https://github.com/box/box-openapi/issues/584)) ([box-windows-sdk-v2#1396](https://github.com/box/box-windows-sdk-v2/issues/1396)) ([29a5332](https://github.com/box/box-windows-sdk-v2/commit/29a5332490a994d955f4aae2285e1d6520c7ddfc))
  * Add watermarking permissions and sources information ([box/box-openapi#579](https://github.com/box/box-openapi/issues/579)) ([box-windows-sdk-v2#1371](https://github.com/box/box-windows-sdk-v2/issues/1371)) ([16e2c6a](https://github.com/box/box-windows-sdk-v2/commit/16e2c6a80c9cb2570220a9814b3a86576e22dcc1))
</Update>

<Update label="2026-02-17" tags={["New features", "Impactful changes", "AI"]}>
  ## New tools for remote Box MCP server

  We've added new tools to the [remote Box MCP server](/guides/box-mcp/tools) so AI agents can do more with Box content and collaboration.

  **Search**

  * **`search_files_metadata`** — Search for files using SQL-like metadata queries, with support for complex filtering, field selection, and folder scoping.

  **Box AI**

  * **`ai_extract_structured_from_fields_enhanced`** — Extract structured metadata from files using the Box AI Enhanced Extract Agent and custom field definitions.

  **Collaboration**

  * **`list_item_collaborations`** — List all existing collaborations on an item.

  **Hubs**

  * **`copy_hub`** — Create a copy of an existing Box Hub with all its structure and settings. The original hub stays unchanged.

  **Doc Gen**

  * **`get_docgen_template_by_id`** — Get details about a Doc Gen template.
  * **`list_docgen_templates`** — List all Box Doc Gen templates available to the authenticated user.
  * **`create_docgen_batch`** — Generate documents from a Doc Gen template by filling placeholder tags with provided data.

  For setup and client-side steps, see [Set up the MCP server](/guides/box-mcp/setup).

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-02-11" tags={["New features", "SDKs", "Python"]}>
  # Box Python SDK `v4.4.0` released

  ### Bug Fixes

  * **boxsdkgen:** Correct enum value for legal hold policy changes ([box/box-openapi#581](https://github.com/box/box-openapi/issues/581)) ([box-python-sdk#1309](https://github.com/box/box-python-sdk/issues/1309)) ([`83f7014`](https://github.com/box/box-python-sdk/commit/83f701492131b3e6b92691658f0c81e5c0fa6630))

  ### New Features and Enhancements

  * **boxsdkgen:** add confidence scores for structured extract ([box/box-openapi#582](https://github.com/box/box-openapi/issues/582)) ([box-python-sdk#1310](https://github.com/box/box-python-sdk/issues/1310)) ([`cd3e910`](https://github.com/box/box-python-sdk/commit/cd3e910a73fb5bc8b2919924682d08ccd72b03cd))
  * **boxsdkgen:** add signer language, cancel sign request reason ([box/box-openapi#584](https://github.com/box/box-openapi/issues/584)) ([box-python-sdk#1329](https://github.com/box/box-python-sdk/issues/1329)) ([`db79b21`](https://github.com/box/box-python-sdk/commit/db79b2130315b23f4c8baee9609f6c376aa158f1))
  * **boxsdkgen:** Add watermarking permissions and sources information ([box/box-openapi#579](https://github.com/box/box-openapi/issues/579)) ([box-python-sdk#1305](https://github.com/box/box-python-sdk/issues/1305)) ([`8b19658`](https://github.com/box/box-python-sdk/commit/8b196585136120fa47a131e7850f03bae04b4ed5))
  * **boxsdk:** shared network client and token storage ([box-python-sdk#1299](https://github.com/box/box-python-sdk/issues/1299)) ([`246bac9`](https://github.com/box/box-python-sdk/commit/246bac9c31343ef4d16ab5a28899fa573e663e6e))
</Update>

<Update label="2026-02-11" tags={["New features", "Impactful changes", "SDKs", "Python"]}>
  ## Box Python SDK `v10.4.0` released

  ### Bug Fixes

  * Correct enum value for legal hold policy changes ([box/box-openapi#581](https://github.com/box/box-openapi/issues/581)) ([box-python-sdk#1304](https://github.com/box/box-python-sdk/issues/1304)) ([`d51b4ea`](https://github.com/box/box-python-sdk/commit/d51b4eac0a0e2cbb593871bd35e48f0e4cbe6693))

  ### New Features and Enhancements

  * add confidence scores for structured extract ([box/box-openapi#582](https://github.com/box/box-openapi/issues/582)) ([box-python-sdk#1311](https://github.com/box/box-python-sdk/issues/1311)) ([`9db7a80`](https://github.com/box/box-python-sdk/commit/9db7a80514e4d0c45baf05cd6823c88e6666b395))
  * add signer language, cancel sign request reason ([box/box-openapi#584](https://github.com/box/box-openapi/issues/584)) ([box-python-sdk#1331](https://github.com/box/box-python-sdk/issues/1331)) ([`fcca2a4`](https://github.com/box/box-python-sdk/commit/fcca2a47439189c2f4986596cdfd7d3c303c9ec2))
  * Add watermarking permissions and sources information ([box/box-openapi#579](https://github.com/box/box-openapi/issues/579)) ([box-python-sdk#1300](https://github.com/box/box-python-sdk/issues/1300)) ([`7a2c7e3`](https://github.com/box/box-python-sdk/commit/7a2c7e3596c352a3f4d1f73f57c8032bd02f8cdf))
</Update>

<Update label="2026-02-11" tags={["New features", "SDKs", "Node"]}>
  ## Box Node SDK `v4.4.0` released

  ### Bug Fixes

  * **boxsdk:** Bump `cypress/request` to fix `CVE-2025-15284` ([box-node-sdk#1309](https://github.com/box/box-node-sdk/issues/1309)) ([`bbd6b88`](https://github.com/box/box-node-sdk/commit/bbd6b88df606cc8c496b7a943a72ebb8f02f159c))
  * **boxsdkgen:** Correct enum value for legal hold policy changes ([box/box-openapi#581](https://github.com/box/box-openapi/issues/581)) ([box-node-sdk#1318](https://github.com/box/box-node-sdk/issues/1318)) ([`00305a0`](https://github.com/box/box-node-sdk/commit/00305a0d2c346bb23fa0039265933c5c7dd792c6))

  ### New Features and Enhancements

  * **boxsdkgen:** add confidence scores for structured extract ([box/box-openapi#582](https://github.com/box/box-openapi/issues/582)) ([box-node-sdk#1320](https://github.com/box/box-node-sdk/issues/1320)) ([`e8435d0`](https://github.com/box/box-node-sdk/commit/e8435d02ff7700bc0c3638c48a851f46d6a2bdec))
  * **boxsdkgen:** add signer language, cancel sign request reason ([box/box-openapi#584](https://github.com/box/box-openapi/issues/584)) ([box-node-sdk#1342](https://github.com/box/box-node-sdk/issues/1342)) ([`f77ee6b`](https://github.com/box/box-node-sdk/commit/f77ee6b454c4f1ecfa15e74085921c4efe72b84c))
  * **boxsdkgen:** Add watermarking permissions and sources information ([box/box-openapi#579](https://github.com/box/box-openapi/issues/579)) ([box-node-sdk#1310](https://github.com/box/box-node-sdk/issues/1310)) ([`4c89711`](https://github.com/box/box-node-sdk/commit/4c89711d2840e904f297b9b84d999cd9bd482a82))
</Update>

<Update label="2026-02-11" tags={["New features", "SDKs", "Node"]}>
  ## Box Node SDK `v10.4.0` released

  ### Bug Fixes

  * Correct enum value for legal hold policy changes ([box/box-openapi#581](https://github.com/box/box-openapi/issues/581)) ([box-node-sdk#1319](https://github.com/box/box-node-sdk/issues/1319)) ([`c14bb0d`](https://github.com/box/box-node-sdk/commit/c14bb0d84c92cbd8b86749b00b51d29a394858c5))
  * Fix config to make `esm` build `esm` compatible ([box/box-codegen#915](https://github.com/box/box-codegen/issues/915)) ([box-node-sdk#1315](https://github.com/box/box-node-sdk/issues/1315)) ([`ecb8967`](https://github.com/box/box-node-sdk/commit/ecb89678f13ac2a2f0505f9531e1cb44a97da1ff))

  ### New Features and Enhancements

  * add confidence scores for structured extract ([box/box-openapi#582](https://github.com/box/box-openapi/issues/582)) ([box-node-sdk#1321](https://github.com/box/box-node-sdk/issues/1321)) ([`e7738ba`](https://github.com/box/box-node-sdk/commit/e7738bac1d598bf619697a9aa32c2ed463e653e8))
  * add signer language, cancel sign request reason ([box/box-openapi#584](https://github.com/box/box-openapi/issues/584)) ([box-node-sdk#1343](https://github.com/box/box-node-sdk/issues/1343)) ([`f4def35`](https://github.com/box/box-node-sdk/commit/f4def35f3e06c0ff01922dc6bc0cb344d01b63c0))
  * Add watermarking permissions and sources information ([box/box-openapi#579](https://github.com/box/box-openapi/issues/579)) ([box-node-sdk#1312](https://github.com/box/box-node-sdk/issues/1312)) ([`92a3ed4`](https://github.com/box/box-node-sdk/commit/92a3ed4cc9f82cae7133a4e4eeefdf8181d7fe81))
</Update>

<Update label="2026-02-11" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `6.4.0` released

  ### Bug Fixes

  * **boxsdkgen:** Correct enum value for legal hold policy changes ([box/box-openapi#581](https://github.com/box/box-openapi/issues/581)) ([box-ios-sdk#1375](https://github.com/box/box-ios-sdk/issues/1375)) ([`d16f003`](https://github.com/box/box-ios-sdk/commit/d16f003c1a4ec93e7d7dac59d3636ef54ac162be))

  ### New Features and Enhancements

  * **boxsdkgen:** add confidence scores for structured extract ([box/box-openapi#582](https://github.com/box/box-openapi/issues/582)) ([box-ios-sdk#1378](https://github.com/box/box-ios-sdk/issues/1378)) ([`26bf4de`](https://github.com/box/box-ios-sdk/commit/26bf4de255953975b4865f943b71d4e1c5feca0a))
  * **boxsdkgen:** add signer language, cancel sign request reason ([box/box-openapi#584](https://github.com/box/box-openapi/issues/584)) ([box-ios-sdk#1394](https://github.com/box/box-ios-sdk/issues/1394)) ([`8526aa6`](https://github.com/box/box-ios-sdk/commit/8526aa6063315c6140b3742562222940dec87d79))
  * **boxsdkgen:** Add watermarking permissions and sources information ([box/box-openapi#579](https://github.com/box/box-openapi/issues/579)) ([box-ios-sdk#1367](https://github.com/box/box-ios-sdk/issues/1367)) ([`abe6e2c`](https://github.com/box/box-ios-sdk/commit/abe6e2cf6fb6866a13d51828ac1e5d721fe22395))
</Update>

<Update label="2026-02-11" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `10.4.0` released

  ### Bug Fixes

  * Correct enum value for legal hold policy changes ([box/box-openapi#581](https://github.com/box/box-openapi/issues/581)) ([box-ios-sdk#1376](https://github.com/box/box-ios-sdk/issues/1376)) ([`a11c3dc`](https://github.com/box/box-ios-sdk/commit/a11c3dc50c470069e78dad858d660b03bf1d709a))

  ### New Features and Enhancements

  * Add confidence scores for structured extract ([box/box-openapi#582](https://github.com/box/box-openapi/issues/582)) ([box-ios-sdk#1379](https://github.com/box/box-ios-sdk/issues/1379)) ([`98285ef`](https://github.com/box/box-ios-sdk/commit/98285ef4739599d97bb77d0accfed13093d89a16))
  * Add signer language, cancel sign request reason ([box/box-openapi#584](https://github.com/box/box-openapi/issues/584)) ([box-ios-sdk#1395](https://github.com/box/box-ios-sdk/issues/1395)) ([`bad6e70`](https://github.com/box/box-ios-sdk/commit/bad6e70e31f415a2d3b7bfd645146142f269a854))
  * Add watermarking permissions and sources information ([box/box-openapi#579](https://github.com/box/box-openapi/issues/579)) ([box-ios-sdk#1369](https://github.com/box/box-ios-sdk/issues/1369)) ([`46bd796`](https://github.com/box/box-ios-sdk/commit/46bd796b50acf736406657fe6dc8950f4c514773))
</Update>

<Update label="2026-02-11" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v5.4.0` released

  ### Bug Fixes

  * **boxsdkgen:** Correct enum value for legal hold policy changes ([box/box-openapi#581](https://github.com/box/box-openapi/issues/581)) ([box-java-sdk#1694](https://github.com/box/box-java-sdk/issues/1694)) ([`4620812`](https://github.com/box/box-java-sdk/commit/46208121ea5db23562b0b3c2875a0e24d12bff97))
  * **boxsdkgen:** Move assigning default values from builder constructor to `build()` method ([box/box-codegen#922](https://github.com/box/box-codegen/issues/922)) ([box-java-sdk#1712](https://github.com/box/box-java-sdk/issues/1712)) ([`aa962a0`](https://github.com/box/box-java-sdk/commit/aa962a07fda8847b4beb3a0d4bac504bd13f3cb5))

  ### New Features and Enhancements

  * **boxsdkgen:** add confidence scores for structured extract ([box/box-openapi#582](https://github.com/box/box-openapi/issues/582)) ([box-java-sdk#1696](https://github.com/box/box-java-sdk/issues/1696)) ([`241b5f2`](https://github.com/box/box-java-sdk/commit/241b5f22ee2b62cc8bda6166cc8c47f98bfd5eca))
  * **boxsdkgen:** add signer language, cancel sign request reason ([box/box-openapi#584](https://github.com/box/box-openapi/issues/584)) ([box-java-sdk#1720](https://github.com/box/box-java-sdk/issues/1720)) ([`f838a35`](https://github.com/box/box-java-sdk/commit/f838a35286768d7a551b5053780b245a4bfb85c4))
  * **boxsdkgen:** Add watermarking permissions and sources information ([box/box-openapi#579](https://github.com/box/box-openapi/issues/579)) ([box-java-sdk#1686](https://github.com/box/box-java-sdk/issues/1686)) ([`d13c98b`](https://github.com/box/box-java-sdk/commit/d13c98bb5caaada6fc819e964538edb9c79986e8))
</Update>

<Update label="2026-02-11" tags={["SDKs", "Java"]}>
  ## Box Java SDK `v10.5.0` released

  ### Bug Fixes

  * Correct enum value for legal hold policy changes ([box/box-openapi#581](https://github.com/box/box-openapi/issues/581)) ([box-java-sdk#1695](https://github.com/box/box-java-sdk/issues/1695)) ([`f9e3d5e`](https://github.com/box/box-java-sdk/commit/f9e3d5ee3c54d074d5b5aef1c5c01599c0b8c9e9))
  * Move assigning default values from builder constructor to `build()` method ([box/box-codegen#922](https://github.com/box/box-codegen/issues/922)) ([box-java-sdk#1716](https://github.com/box/box-java-sdk/issues/1716)) ([`0a9dbe3`](https://github.com/box/box-java-sdk/commit/0a9dbe3bebb618a0a33c53cd1e9a90582c0504e2))

  ### New Features and Enhancements

  * add confidence scores for structured extract ([box/box-openapi#582](https://github.com/box/box-openapi/issues/582)) ([box-java-sdk#1697](https://github.com/box/box-java-sdk/issues/1697)) ([`112b954`](https://github.com/box/box-java-sdk/commit/112b9545d0ef1839d007bf215356b31e658daad8))
  * add signer language, cancel sign request reason ([box/box-openapi#584](https://github.com/box/box-openapi/issues/584)) ([box-java-sdk#1721](https://github.com/box/box-java-sdk/issues/1721)) ([`3c94cfc`](https://github.com/box/box-java-sdk/commit/3c94cfc69d6be2db40b72bf2902ee095824e0796))
  * Add watermarking permissions and sources information ([box/box-openapi#579](https://github.com/box/box-openapi/issues/579)) ([box-java-sdk#1688](https://github.com/box/box-java-sdk/issues/1688)) ([`215c0f3`](https://github.com/box/box-java-sdk/commit/215c0f3cce4042332373eec66b1695ed958f1f3b))
</Update>

<Update label="2026-02-11" tags={["Frontend", "UI Elements"]}>
  ## Box UI Elements `v26.3.0` released

  ### [26.3.0](https://github.com/box/box-ui-elements/compare/v26.2.0...v26.3.0) (2026-02-11)

  ### Bug Fixes

  * **content-sharing:** Fix create shared link bug ([box-ui-elements#4443](https://github.com/box/box-ui-elements/issues/4443)) ([`8cffb09`](https://github.com/box/box-ui-elements/commit/8cffb09e846b9534c08f2eb367e535b2982f09db))
  * **preview:** annotation delete modal z-index ([box-ui-elements#4445](https://github.com/box/box-ui-elements/issues/4445)) ([`6655e8d`](https://github.com/box/box-ui-elements/commit/6655e8dce42a37f3fb4835c462088e61536f9a74))
  * USM text input not taking up full width ([box-ui-elements#4435](https://github.com/box/box-ui-elements/issues/4435)) ([`7036b71`](https://github.com/box/box-ui-elements/commit/7036b71667966cd343582920208e88e86feb89d3))

  ### Features

  * **content-sharing:** bump usm version for desktop view ([box-ui-elements#4442](https://github.com/box/box-ui-elements/issues/4442)) ([`8c84972`](https://github.com/box/box-ui-elements/commit/8c8497289b281522a0f06dad13d92184c025a806))
  * **content-sidebar:** implement for custom sidebar panels ([box-ui-elements#4326](https://github.com/box/box-ui-elements/issues/4326)) ([`7148457`](https://github.com/box/box-ui-elements/commit/71484576271471d445532ad10852cdda01ebcf62))
</Update>

<Update label="2026-02-06" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Box AI API — new AI models available

  The list of <Link href="/guides/box-ai/ai-models">available AI models</Link> has been recently updated with the following models:

  * <Link href="/guides/box-ai/ai-models/aws-claude-4-6-opus-model-card">AWS Claude Opus 4.6</Link> (Beta)
  * <Link href="/guides/box-ai/ai-models/openai-gpt-5-2-model-card">OpenAI GPT-5.2</Link>
  * <Link href="/guides/box-ai/ai-models/google-gemini-3-flash-model-card">Gemini 3 Flash</Link> (Beta)

  **Note:** Models offered in **Beta** mode have not been fully performance-tested at scale and are provided on an as-is basis.

  You can use the provided models to <Link href="/guides/box-ai/ai-agents/ai-agent-overrides">override the default model</Link> used in the AI agent configuration.
  For further details on Box AI API, see the <Link href="/guides/box-ai">guides</Link> and <Link href="/reference/post-ai-ask">API reference</Link>.

  ## Where to get support

  Should you have any issues or need further guidance, please post a request to our [developer forum](https://forum.box.com/) for any help needed.
</Update>

<Update label="2026-01-15" tags={["Frontend", "UI Elements"]}>
  ## Box UI Elements `v26.1.0` released

  ### [26.1.0](https://github.com/box/box-ui-elements/compare/v26.0.0...v26.1.0) (2026-01-15)

  ### Bug Fixes

  * **content-sharing:** add error handler ([box-ui-elements#4414](https://github.com/box/box-ui-elements/issues/4414)) ([`81b0071`](https://github.com/box/box-ui-elements/commit/81b007165a0e9c1d9bf1dee899398281e5256b89))
  * **content-sharing:** improve content sharing performance and add consumer ability to override config ([box-ui-elements#4413](https://github.com/box/box-ui-elements/issues/4413)) ([`788b32f`](https://github.com/box/box-ui-elements/commit/788b32f8926b82662994180be67a70058bd6431d))
  * **docgen-sidebar:** modernized blueprint dropdown (`DOCGEN-7872`) ([box-ui-elements#4392](https://github.com/box/box-ui-elements/issues/4392)) ([`5fd9164`](https://github.com/box/box-ui-elements/commit/5fd9164384922096649a2d64e66e5e0ad1226d2c))
  * **i18n:** update translations ([box-ui-elements#4419](https://github.com/box/box-ui-elements/issues/4419)) ([`5ba3e69`](https://github.com/box/box-ui-elements/commit/5ba3e69c3fab80082d80f3bd4d87e7426d00abed))

  ### Features

  * **content-sidebar:** add ability to defer sidebar data fetching requests ([box-ui-elements#4410](https://github.com/box/box-ui-elements/issues/4410)) ([`69be418`](https://github.com/box/box-ui-elements/commit/69be41850cad033b0badb1c53ad9571813eaaa6a))
  * **deps:** bump blueprint-web to 12.115.2 ([box-ui-elements#4415](https://github.com/box/box-ui-elements/issues/4415)) ([`c60dd13`](https://github.com/box/box-ui-elements/commit/c60dd136558eaa4b3cf18e56d57ba48da8ec14f5))
  * **deps:** bump qs version ([box-ui-elements#4417](https://github.com/box/box-ui-elements/issues/4417)) ([`9f174dc`](https://github.com/box/box-ui-elements/commit/9f174dccbc0d7f985902eb3584c00e922b2eb90b))
  * **preview:** add `minimalFile` prop for content sidebar to render faster ([box-ui-elements#4412](https://github.com/box/box-ui-elements/issues/4412)) ([`70e2846`](https://github.com/box/box-ui-elements/commit/70e28463e03226d3d6901655ab3057f96d48df99))
</Update>

<Update label="2026-01-05" tags={["Frontend", "UI Elements"]}>
  ## Box UI Elements `v26.0.0` released

  ### [26.0.0](https://github.com/box/box-ui-elements/compare/v25.5.0...v26.0.0) (2026-01-05)

  ### Features

  * **react-tether:** BREAKING CHANGE Bump BUIE to React 19 ([box-ui-elements#4278](https://github.com/box/box-ui-elements/issues/4278)) ([`02bc171`](https://github.com/box/box-ui-elements/commit/02bc1710bc41513e0faf57adca19e6c6c1317b7d))

  ### BREAKING CHANGES

  * **react-tether:** React 17 is no longer supported. This package now
    requires React 18 or 19. react-tether has been upgraded to v3, so
    components using react-tether may affect some layouts.

  * fix: update `.flowconfig` to take `.cjs`

  * fix: replace `Checkbox`, `InfoIcon`, and `FooterIndicator` tooltips with BP

  * fix: use `createRoot` instead of `ReactDOM` render

  * fix: respond to feedback

  * fix: round 2

  * fix: flow tests for `SidebarNavButton`

  * fix: legacy comment styling
</Update>

<Update label="2026-01-05" tags={["Frontend", "UI Elements"]}>
  ## Box UI Elements `v25.5.0` released

  ### [25.5.0](https://github.com/box/box-ui-elements/compare/v25.4.0...v25.5.0) (2026-01-05)

  ### Bug Fixes

  * **classification:** preload component in jest ([box-ui-elements#4403](https://github.com/box/box-ui-elements/issues/4403)) ([`8aaa6a1`](https://github.com/box/box-ui-elements/commit/8aaa6a15de1e94557600c7d57c9c785c2e11c701))
  * **i18n:** update translations ([box-ui-elements#4396](https://github.com/box/box-ui-elements/issues/4396)) ([`03bd678`](https://github.com/box/box-ui-elements/commit/03bd678f1f10beb3d624de6c446fac9f5ce46564))
  * **i18n:** update translations ([box-ui-elements#4400](https://github.com/box/box-ui-elements/issues/4400)) ([`83917df`](https://github.com/box/box-ui-elements/commit/83917dfc3901290c14c1828e3347b9aa8b88521d))
  * **i18n:** update translations ([box-ui-elements#4408](https://github.com/box/box-ui-elements/issues/4408)) ([`7f16b5a`](https://github.com/box/box-ui-elements/commit/7f16b5a8909ef163c8f1243017f338ef73498ecd))
  * **preview:** add preview sdk load check ([box-ui-elements#4391](https://github.com/box/box-ui-elements/issues/4391)) ([`5555899`](https://github.com/box/box-ui-elements/commit/5555899acadb7885f6832f6e86c829464d64dd0c))
  * Replace `defaultProps` with inline defaults ([box-ui-elements#4385](https://github.com/box/box-ui-elements/issues/4385)) ([`72e7fbf`](https://github.com/box/box-ui-elements/commit/72e7fbfdf2a08e8adecdab6f3bebf0fd95c9e82e))
  * **timestamped-comments:** replacing dash container class with media container ([box-ui-elements#4409](https://github.com/box/box-ui-elements/issues/4409)) ([`953b6f6`](https://github.com/box/box-ui-elements/commit/953b6f67df1966c897d9dec7fcebdc92b7c5a5a0))
  * update glob 10.x dependency ([box-ui-elements#4404](https://github.com/box/box-ui-elements/issues/4404)) ([`f59e209`](https://github.com/box/box-ui-elements/commit/f59e209b83667cf36a062838e0db4f40d7b7a66b))
  * update storybook dependencies ([box-ui-elements#4406](https://github.com/box/box-ui-elements/issues/4406)) ([`7c2546c`](https://github.com/box/box-ui-elements/commit/7c2546cbca0c8e68366b8abcc8dd85e0ca7075e2))
  * **video-annotations:** changing test wording ([box-ui-elements#4394](https://github.com/box/box-ui-elements/issues/4394)) ([`f885f8c`](https://github.com/box/box-ui-elements/commit/f885f8c2bfc7aaa8cacb2ecb260ae86cc9a38874))
  * **video-annotations:** fix video annotation version change issue ([box-ui-elements#4380](https://github.com/box/box-ui-elements/issues/4380)) ([`121de79`](https://github.com/box/box-ui-elements/commit/121de79d76a69338682ac2c3294cfd84f7a31d52))
  * **video-annotations:** sidebar button fix to not propagate mousedown event ([box-ui-elements#4388](https://github.com/box/box-ui-elements/issues/4388)) ([`454ede0`](https://github.com/box/box-ui-elements/commit/454ede01675fc5e9cbdf94655272699a0502f16c))

  ### Features

  * **metadata-editor:** parse autofill values correctly for taxonomy fields ([box-ui-elements#4398](https://github.com/box/box-ui-elements/issues/4398)) ([`65f764d`](https://github.com/box/box-ui-elements/commit/65f764d765f55d8047e7066a490a07a80d039ec5))
  * **sidebar-nav:** update skills and docgen icons to BP (`WEBAPP-42958`) ([box-ui-elements#4399](https://github.com/box/box-ui-elements/issues/4399)) ([`e63cd39`](https://github.com/box/box-ui-elements/commit/e63cd39998f4e36340bd0afdd5be66bbb8c992bc))
</Update>
