> ## 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.

# 2025

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

<Update label="2025-12-29" tags={["New features", "Impactful changes", "AI"]}>
  ## ChatGPT for remote Box MCP server released

  We’ve added the ability to [integrate ChatGPT with the Remote Box MCP Server](https://support.box.com/hc/en-us). This allows ChatGPT to securely access Box content through a custom Model Context Protocol (MCP) connector using OAuth and the MCP.

  ## 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="2025-12-19" tags={["New features", "SDKs", "Node"]}>
  ## Box Node SDK `v4.3.0` released

  ### Bug Fixes

  * **boxsdkgen:** add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-node-sdk/issues/572)) ([#1274](https://github.com/box/box-node-sdk/issues/1274)) ([`3850e6b`](https://github.com/box/box-node-sdk/commit/3850e6bf164d1a8778258afb54342833366a0b03))
  * **boxsdkgen:** fix `RetryAfter` function when there's no `Retry-After` header (box/box-codegen[#903](https://github.com/box/box-node-sdk/issues/903)) ([#1250](https://github.com/box/box-node-sdk/issues/1250)) ([`cd917ee`](https://github.com/box/box-node-sdk/commit/cd917eec7f785627952cebc32313ec192ade982f))

  ### New Features and Enhancements

  * **boxsdkgen:** add Metadata Taxonomies api (box/box-openapi[#569](https://github.com/box/box-node-sdk/issues/569)) ([#1256](https://github.com/box/box-node-sdk/issues/1256)) ([`12d8c9f`](https://github.com/box/box-node-sdk/commit/12d8c9f5a9748f871b1ca492b3acd388d103039f))
  * **boxsdkgen:** text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-node-sdk/issues/568)) ([#1253](https://github.com/box/box-node-sdk/issues/1253)) ([`5d4f8bf`](https://github.com/box/box-node-sdk/commit/5d4f8bf8ea3ca433c18150a0d4b474ec85ddc0ef))
  * **boxsdkgen:** treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-node-sdk/issues/906)) ([#1259](https://github.com/box/box-node-sdk/issues/1259)) ([`50d7080`](https://github.com/box/box-node-sdk/commit/50d70806c4e40ed56b2f8cfea5f5bcec7ec56159))
  * reuse auth and network settings between legacy and sdk-gen ([#1242](https://github.com/box/box-node-sdk/issues/1242)) ([`320c35e`](https://github.com/box/box-node-sdk/commit/320c35e8d4add6407cebc0d43bb7522fa980e9cf))
</Update>

<Update label="2025-12-19" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v10.3.0` released

  ### Bug Fixes

  * Add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-node-sdk/issues/572)) ([#1269](https://github.com/box/box-node-sdk/issues/1275)) ([`7bb9bdc`](https://github.com/box/box-node-sdk/commit/0935d7116e0c5f7e0e4bc38f6a9f46344acaccba))
  * Fix `RetryAfter` function when there's no `Retry-After` header (box/box-codegen[#903](https://github.com/box/box-node-sdk/issues/903)) ([#1244](https://github.com/box/box-node-sdk/issues/1251)) ([`d7cc019`](https://github.com/box/box-node-sdk/commit/a334d81190d9f90c7c1cec5cee8187f1cd18dac9))

  ### New Features and Enhancements

  * Add Metadata Taxonomies API (box/box-openapi[#569](https://github.com/box/box-node-sdk/issues/569)) ([#1252](https://github.com/box/box-node-sdk/issues/1263)) ([`7850463`](https://github.com/box/box-node-sdk/commit/ee11f678724912ebf862edc47c4ab1a2ea348f2b))
  * Text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-node-sdk/issues/568)) ([#1246](https://github.com/box/box-node-sdk/issues/1260)) ([`f99512f`](https://github.com/box/box-node-sdk/commit/868690186705d657b2af07d8fb45a4e4b99b7877))
  * Treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-node-sdk/issues/906)) ([#1256](https://github.com/box/box-node-sdk/issues/1265)) ([`12c05dc`](https://github.com/box/box-node-sdk/commit/91d0c74f488948772e29116e668b69d2bdbbc1c8))
</Update>

<Update label="2025-12-19" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v4.3.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** add Metadata Taxonomies api (box/box-openapi[#569](https://github.com/box/box-python-sdk/issues/569)) ([#1251](https://github.com/box/box-python-sdk/issues/1251)) ([`ebda615`](https://github.com/box/box-python-sdk/commit/ebda6156dabe997172d4fc28e8d279d2726147ad))
  * **boxsdkgen:** text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-python-sdk/issues/568)) ([#1245](https://github.com/box/box-python-sdk/issues/1245)) ([`974e9b3`](https://github.com/box/box-python-sdk/commit/974e9b3e39e48dbdcecea5936c6a4abab1ee3a0f))
  * **boxsdkgen:** treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-python-sdk/issues/906)) ([#1255](https://github.com/box/box-python-sdk/issues/1255)) ([`0c9929b`](https://github.com/box/box-python-sdk/commit/0c9929b48cf2c1386280f5290ddb9b74bafc399b))

  ### Bug Fixes

  * **boxsdkgen:** add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-python-sdk/issues/572)) ([#1267](https://github.com/box/box-python-sdk/issues/1267)) ([`d97f493`](https://github.com/box/box-python-sdk/commit/d97f493e29dd3dce349f3ee953784381b383e99e))
  * **boxsdkgen:** fix `RetryAfter` function when there's no Retry-After header (box/box-codegen[#903](https://github.com/box/box-python-sdk/issues/903)) ([#1243](https://github.com/box/box-python-sdk/issues/1243)) ([`4371cf3`](https://github.com/box/box-python-sdk/commit/4371cf3225e9c4e241d1feb62f94bddb61c4fc5e))
</Update>

<Update label="2025-12-19" tags={["SDKs", "Windows"]}>
  ## Box Windows SDK `v6.4.0` released

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

  * **boxsdkgen:** add Metadata Taxonomies api (box/box-openapi[#569](https://github.com/box/box-windows-sdk-v2/issues/569)) ([#1329](https://github.com/box/box-windows-sdk-v2/issues/1329)) ([`5908cf2`](https://github.com/box/box-windows-sdk-v2/commit/5908cf22ffeb8c14bb727d44fd58b57a3f7d6ea0))
  * **boxsdkgen:** text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-windows-sdk-v2/issues/568)) ([#1323](https://github.com/box/box-windows-sdk-v2/issues/1323)) ([`d094726`](https://github.com/box/box-windows-sdk-v2/commit/d094726711e982b889d6caa4378736cb3dde673a))
  * **boxsdkgen:** treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-windows-sdk-v2/issues/906)) ([#1333](https://github.com/box/box-windows-sdk-v2/issues/1333)) ([`1b61619`](https://github.com/box/box-windows-sdk-v2/commit/1b61619142c0896856791a12cae709d5d0d138f6))

  ### **Bug Fixes:**

  * **boxsdkgen:** add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-windows-sdk-v2/issues/572)) ([#1343](https://github.com/box/box-windows-sdk-v2/issues/1343)) ([`8152df7`](https://github.com/box/box-windows-sdk-v2/commit/8152df75926b0ee5bad504b0707adb31f099ef9b))
  * **boxsdkgen:** fix convert to long in CSharp (box/box-codegen[#911](https://github.com/box/box-windows-sdk-v2/issues/911)) ([#1354](https://github.com/box/box-windows-sdk-v2/issues/1354)) ([`25433e5`](https://github.com/box/box-windows-sdk-v2/commit/25433e5a1044cc36ebdb604b4ead55d0db5d1158))
</Update>

<Update label="2025-12-19" tags={["SDKs", "Windows"]}>
  ## Box Windows SDK `v10.5.0` released

  ### Bug Fixes

  * add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-windows-sdk-v2/issues/572)) ([#1344](https://github.com/box/box-windows-sdk-v2/issues/1344)) ([`03aea9b`](https://github.com/box/box-windows-sdk-v2/commit/03aea9b2aee4ff98d91d0ebdb477e8ebaa3ee22d))
  * fix convert to long in CSharp (box/box-codegen[#911](https://github.com/box/box-windows-sdk-v2/issues/911)) ([#1353](https://github.com/box/box-windows-sdk-v2/issues/1353)) ([`aacee77`](https://github.com/box/box-windows-sdk-v2/commit/aacee77366a76d18afbd1e7c19600ee4ddd21b54))

  ### New Features and Enhancements

  * add Metadata Taxonomies api (box/box-openapi[#569](https://github.com/box/box-windows-sdk-v2/issues/569)) ([#1330](https://github.com/box/box-windows-sdk-v2/issues/1330)) ([`e054a76`](https://github.com/box/box-windows-sdk-v2/commit/e054a76609c710a92d998ee1b8622edf495b7bc0))
  * text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-windows-sdk-v2/issues/568)) ([#1324](https://github.com/box/box-windows-sdk-v2/issues/1324)) ([`9710ac9`](https://github.com/box/box-windows-sdk-v2/commit/9710ac93223a18959fa30b49c1fcdc4913645dbb))
  * treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-windows-sdk-v2/issues/906)) ([#1334](https://github.com/box/box-windows-sdk-v2/issues/1334)) ([`0c53bda`](https://github.com/box/box-windows-sdk-v2/commit/0c53bda54c30b9afd0b48f7e22a6b7c8a09a770c))
</Update>

<Update label="2025-12-19" tags={["New features", "Impactful changes", "SDKs", "iOS"]}>
  ## Box iOS SDK `6.3.0` released

  ### Bug Fixes

  * **boxsdkgen:** Add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-ios-sdk/issues/572)) ([#1334](https://github.com/box/box-ios-sdk/issues/1334)) ([`373240a`](https://github.com/box/box-ios-sdk/commit/373240ae0884f94c64a0caa2951f29212becd0fd))
  * **boxsdkgen:** Fix `RetryAfter` function when there's no `Retry-After` header (box/box-codegen[#903](https://github.com/box/box-ios-sdk/issues/903)) ([#1312](https://github.com/box/box-ios-sdk/issues/1312)) ([`783ef91`](https://github.com/box/box-ios-sdk/commit/783ef91c6744caeddb4fda3d83c070095733f6c1))

  ### New Features and Enhancements

  * **boxsdkgen:** Add Metadata Taxonomies API (box/box-openapi[#569](https://github.com/box/box-ios-sdk/issues/569)) ([#1320](https://github.com/box/box-ios-sdk/issues/1320)) ([`2b52332`](https://github.com/box/box-ios-sdk/commit/2b52332460bb03412bd96df77e8cf45bb8abf35f))
  * **boxsdkgen:** Text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-ios-sdk/issues/568)) ([#1314](https://github.com/box/box-ios-sdk/issues/1314)) ([`bebd148`](https://github.com/box/box-ios-sdk/commit/bebd148378927efc4d015f88914d2b0a5915c41d))
  * **boxsdkgen:** Treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-ios-sdk/issues/906)) ([#1324](https://github.com/box/box-ios-sdk/issues/1324)) ([`c17e23a`](https://github.com/box/box-ios-sdk/commit/c17e23af55829f182e3d302682d0444520693217))
</Update>

<Update label="2025-12-19" tags={["New features", "Impactful changes", "SDKs", "Java"]}>
  ## Box Java SDK `v5.3.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Add Metadata Taxonomies API (box/box-openapi[#569](https://github.com/box/box-java-sdk/issues/569)) ([#1629](https://github.com/box/box-java-sdk/issues/1629)) ([`7236f16`](https://github.com/box/box-java-sdk/commit/7236f16bf39a3376eaad4ba6e143633cc5c2f4b2))
  * **boxsdkgen:** Text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-java-sdk/issues/568)) ([#1623](https://github.com/box/box-java-sdk/issues/1623)) ([`a5d74ee`](https://github.com/box/box-java-sdk/commit/a5d74eeb4b9b053ab00ebf33cf4f9b862ea4b586))
  * **boxsdkgen:** Treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-java-sdk/issues/906)) ([#1633](https://github.com/box/box-java-sdk/issues/1633)) ([`e14e97b`](https://github.com/box/box-java-sdk/commit/e14e97bb7a53c967851f7b92bc43400bdfc8da8b))

  ### Bug Fixes

  * **boxsdkgen:** Add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-java-sdk/issues/572)) ([#1643](https://github.com/box/box-java-sdk/issues/1643)) ([`492684e`](https://github.com/box/box-java-sdk/commit/492684e45730b7f56bc1539c4086be45b30127ae))
  * **boxsdkgen:** Fix `RetryAfter` function when there's no `Retry-After` header (box/box-codegen[#903](https://github.com/box/box-java-sdk/issues/903)) ([#1621](https://github.com/box/box-java-sdk/issues/1621)) ([`af4861f`](https://github.com/box/box-java-sdk/commit/af4861f832e03d68614d6bd3c9852ca48a49ae0f))
</Update>

<Update label="2025-12-19" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `10.3.0` released

  ### Bug Fixes

  * Add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-ios-sdk/issues/572)) ([#1335](https://github.com/box/box-ios-sdk/issues/1335)) ([`3dae5b0`](https://github.com/box/box-ios-sdk/commit/3dae5b0335474a8b2a01f41d5ca71e21d0d77366))
  * Fix `RetryAfter` function when there's no `Retry-After` header (box/box-codegen[#903](https://github.com/box/box-ios-sdk/issues/903)) ([#1313](https://github.com/box/box-ios-sdk/issues/1313)) ([`52a72ad`](https://github.com/box/box-ios-sdk/commit/52a72ad706de7b9079df55d5be5dd9e1fab247c3))

  ### New Features and Enhancements

  * Add Metadata Taxonomies API (box/box-openapi[#569](https://github.com/box/box-ios-sdk/issues/569)) ([#1321](https://github.com/box/box-ios-sdk/issues/1321)) ([`20497cc`](https://github.com/box/box-ios-sdk/commit/20497cce040703560a686b5640b943fb3f363f0d))
  * Text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-ios-sdk/issues/568)) ([#1315](https://github.com/box/box-ios-sdk/issues/1315)) ([`7ffe641`](https://github.com/box/box-ios-sdk/commit/7ffe641fda1a0a3ffe5a3eded0c8cafc840bb76f))
  * Treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-ios-sdk/issues/906)) ([#1325](https://github.com/box/box-ios-sdk/issues/1325)) ([`af828ea`](https://github.com/box/box-ios-sdk/commit/af828ea1d2585b3d117035722028f28a2ad3dcbc))
</Update>

<Update label="2025-12-19" tags={["New features", "SDKs", "Java"]}>
  ## Box Java SDK `v10.4.0` released

  ### Bug Fixes

  * Add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-java-sdk/issues/572)) ([#1644](https://github.com/box/box-java-sdk/issues/1644)) ([`61235da`](https://github.com/box/box-java-sdk/commit/61235da7d51a64845d344a8286821e59b217a848))
  * Fix `RetryAfter` function when there's no `Retry-After` header (box/box-codegen[#903](https://github.com/box/box-java-sdk/issues/903)) ([#1622](https://github.com/box/box-java-sdk/issues/1622)) ([`f135e2b`](https://github.com/box/box-java-sdk/commit/f135e2b62d4b2d2d266ab40b3b366c8c7968d2db))

  ### New Features and Enhancements

  * Add Metadata Taxonomies API (box/box-openapi[#569](https://github.com/box/box-java-sdk/issues/569)) ([#1630](https://github.com/box/box-java-sdk/issues/1630)) ([`d1e8924`](https://github.com/box/box-java-sdk/commit/d1e8924ad123e5fcbf014be50fbbf52ea45d546b))
  * Text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-java-sdk/issues/568)) ([#1624](https://github.com/box/box-java-sdk/issues/1624)) ([`8c5b5c1`](https://github.com/box/box-java-sdk/commit/8c5b5c17285c1c0d4a644eb8187dac92f1f96f28))
  * Treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-java-sdk/issues/906)) ([#1634](https://github.com/box/box-java-sdk/issues/1634)) ([`cacc729`](https://github.com/box/box-java-sdk/commit/cacc729dc246c914eb1a6d8281f4261c96711dc1))
</Update>

<Update label="2025-12-19" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v10.3.0` released

  ### Bug Fixes

  * Add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-python-sdk/issues/572)) ([#1269](https://github.com/box/box-python-sdk/issues/1269)) ([`7bb9bdc`](https://github.com/box/box-python-sdk/commit/7bb9bdc894cb6d765a09ecbedda58b6edb9181d0))
  * Fix `RetryAfter` function when there's no `Retry-After` header (box/box-codegen[#903](https://github.com/box/box-python-sdk/issues/903)) ([#1244](https://github.com/box/box-python-sdk/issues/1244)) ([`d7cc019`](https://github.com/box/box-python-sdk/commit/d7cc019dd186ef3cdb6214a6cf1625ec49c1fd37))

  ### New Features and Enhancements

  * Add Metadata Taxonomies API (box/box-openapi[#569](https://github.com/box/box-python-sdk/issues/569)) ([#1252](https://github.com/box/box-python-sdk/issues/1252)) ([`7850463`](https://github.com/box/box-python-sdk/commit/7850463204ef9f7802a759ef69a3b7f4b6dd328b))
  * Text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-python-sdk/issues/568)) ([#1246](https://github.com/box/box-python-sdk/issues/1246)) ([`f99512f`](https://github.com/box/box-python-sdk/commit/f99512fcfca75edae48bb5a1b6a1897d330f5dd3))
  * Treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-python-sdk/issues/906)) ([#1256](https://github.com/box/box-python-sdk/issues/1256)) ([`12c05dc`](https://github.com/box/box-python-sdk/commit/12c05dcebae13a696956288f41ec55fed8a4011e))
</Update>

<Update label="2025-12-16" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## New developer documentation site (beta)

  We are excited to announce the beta launch of the new Box developer documentation site. This release provides access to the redesigned, AI-first, purpose-built developer experience platform.

  ## What’s included in this launch

  New design aligned with developer workflows:

  * Refreshed homepage
  * Intuitive landing pages
  * Interactive API testing experience
  * Improved readability and accessibility:
    * Enhanced navigation
    * Clear, responsive book structure with global and single-page tables of contents
    * Light and dark modes

  AI-first functionality:

  * AI-powered search with generative answers and aggregated results from across Box sites
  * Contextual menu options to integrate with leading AI tools and copy pages as Markdown
  * Box Dev Docs MCP server

  ## Developer impact

  The new site delivers our up-to-date developer documentation in an entirely new experience. Some UX features are still in their beta shape and will continue to be refined in the next few weeks, so you may encounter occasional changes or improvements as we gather feedback and iterate. We encourage you to engage with the new functionality and share your comments.

  ## Where to get support

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

<Update label="2025-12-12" tags={["New features", "Impactful changes", "SDKs", ".NET"]}>
  ## Box Windows SDK `v6.3.0` released

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

  * **boxsdkgen:** Remove `confidence_score` and `include_confidence_score` from AI extract (box/box-openapi[#567](https://github.com/box/box-windows-sdk-v2/issues/567)) ([#1314](https://github.com/box/box-windows-sdk-v2/issues/1314)) ([`1733727`](https://github.com/box/box-windows-sdk-v2/commit/1733727b25c9e7b5a8995daa0e5aa5c63860e77f))

  ### **Bug Fixes:**

  * **boxsdkgen:** fix `RetryAfter` function when there's no Retry-After header (box/box-codegen[#903](https://github.com/box/box-windows-sdk-v2/issues/903)) ([#1319](https://github.com/box/box-windows-sdk-v2/issues/1319)) ([`1647641`](https://github.com/box/box-windows-sdk-v2/commit/164764159a2f041253ebf0b665286a06526fb3b2))
  * **boxsdkgen:** remove duplicate optional tag (box/box-codegen[#898](https://github.com/box/box-windows-sdk-v2/issues/898)) ([#1313](https://github.com/box/box-windows-sdk-v2/issues/1313)) ([`5c3cca9`](https://github.com/box/box-windows-sdk-v2/commit/5c3cca937949a52502848d92080aa3d69f891208))
</Update>

<Update label="2025-12-12" tags={["New features", "SDKs", ".NET"]}>
  ## Box Windows SDK `v10.4.0` released

  ### Bug Fixes

  * fix `RetryAfter` function when there's no Retry-After header (box/box-codegen[#903](https://github.com/box/box-windows-sdk-v2/issues/903)) ([#1320](https://github.com/box/box-windows-sdk-v2/issues/1320)) ([`5030d1c`](https://github.com/box/box-windows-sdk-v2/commit/5030d1c5747afd8f85a54fcccf5695ca5f3ea836))
  * remove duplicate optional tag (box/box-codegen[#898](https://github.com/box/box-windows-sdk-v2/issues/898)) ([#1312](https://github.com/box/box-windows-sdk-v2/issues/1312)) ([`17b2851`](https://github.com/box/box-windows-sdk-v2/commit/17b285197cf276870ec2f3f881e4e03b28d915cc))

  ### New Features and Enhancements

  * Remove `confidence_score` and `include_confidence_score` from AI extract (box/box-openapi[#567](https://github.com/box/box-windows-sdk-v2/issues/567)) ([#1315](https://github.com/box/box-windows-sdk-v2/issues/1315)) ([`b4af239`](https://github.com/box/box-windows-sdk-v2/commit/b4af2395e45a9a94083e689ff8c30c2c22bda669))
</Update>

<Update label="2025-12-11" tags={["New features", "Impactful changes", "Guides", "API"]}>
  ## Box Sign Text Input Validations for Public API and Template Tags

  We've extended Box Sign's text input validation capabilities to support both Public API and template tags. This enables developers and users to apply validation rules programmatically and through templates, closing a critical feature gap for enterprise workflows.

  ## What's new

  Text input validation is now supported through:

  * **Public API**: Create signature requests with validation rules using the Sign API endpoints.
  * **Template tags**: Apply validation rules directly in document templates for use with Public API, Doc Gen, and Salesforce integrations.
  * **Custom regex patterns**: Define custom validation patterns beyond the predefined validation types.

  ## Why it matters

  This update addresses key integration needs:

  * **Public API developers** can programmatically create signature requests with validation rules, including custom regex, ensuring data quality at scale.
  * **Salesforce integration** users can now leverage text input validation rules for fields that sync back to Salesforce.
  * **Doc Gen users** can apply validation to fields in automated document workflows.
    Template Tags with validation support particularly benefits workflows where templates are used programmatically through integrations, eliminating the previous gap where validation was only available through the web interface.

  ## API updates

  The following endpoints now support text input validation:

  * [`POST /sign_requests`](/reference/post-sign-requests) — Create sign request with validation.
  * [`GET /:sign_request_id`](/reference/get-sign-requests-id) — Get sign request details including validation.
  * [`GET /sign_requests`](/reference/get-sign-requests) — List sign requests with validation info.
  * [`GET /:template_id`](/reference/get-sign-templates-id) — Get template with validation rules.
  * [`GET /sign_templates`](/reference/get-sign-templates) — List templates with validation info.

  ## Getting started

  To use text input validation:

  1. Review the [Create sign request endpoint](/reference/post-sign-requests) for adding validation to signature requests.
  2. Check out the Box Sign documentation for [applying validation in Template Tags](https://support.box.com/hc/en-us/articles/4404085855251-Creating-templates-using-tags).
  3. Explore [custom regex patterns](https://support.box.com/hc/en-us/articles/42924560611603-Using-Input-Text-Validation) for advanced validation scenarios.

  ## 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="2025-12-10" tags={["New features", "Impactful changes", "SDKs", "Python"]}>
  ## Box Python SDK `v4.2.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Remove `confidence_score` and `include_confidence_score` from AI extract (box/box-openapi[#567](https://github.com/box/box-python-sdk/issues/567)) ([#1237](https://github.com/box/box-python-sdk/issues/1237)) ([`2ac9408`](https://github.com/box/box-python-sdk/commit/2ac9408be69a86b7f57e7efdb433c8c049568fad))
  * **boxsdkgen:** Support new sign request metadata (box/box-openapi[#565](https://github.com/box/box-python-sdk/issues/565)) ([#1221](https://github.com/box/box-python-sdk/issues/1221)) ([`56a93ac`](https://github.com/box/box-python-sdk/commit/56a93ac02fd746799ec8a831b61e06b2b7464479))
</Update>

<Update label="2025-12-10" tags={["SDKs", "Python"]}>
  ## Box Python SDK `v10.2.0` released

  ### New Features and Enhancements

  * Remove `confidence_score` and `include_confidence_score` from AI extract (box/box-openapi[#567](https://github.com/box/box-python-sdk/issues/567)) ([#1238](https://github.com/box/box-python-sdk/issues/1238)) ([`66267ba`](https://github.com/box/box-python-sdk/commit/66267bae7395ce2886cc4cd7504a51d22394b738))
  * Support new sign request metadata (box/box-openapi[#565](https://github.com/box/box-python-sdk/issues/565)) ([#1222](https://github.com/box/box-python-sdk/issues/1222)) ([`6c3d332`](https://github.com/box/box-python-sdk/commit/6c3d3325a19b3217225a80c2cd5d15c7bb068494))
</Update>

<Update label="2025-12-10" tags={["New features", "SDKs", "Node"]}>
  ## Box Node SDK `v4.2.0` released

  ### Bug Fixes

  * **boxsdkgen:** Remove duplicated  in union type (box/box-codegen[#898](https://github.com/box/box-node-sdk/issues/898)) ([#1241](https://github.com/box/box-node-sdk/issues/1241)) ([`c56f808`](https://github.com/box/box-node-sdk/commit/c56f808315fab6da134de17517bbb33067523859))
  * bump `jsonwebtoken` dependency ([#1244](https://github.com/box/box-node-sdk/issues/1244)) ([`49692e3`](https://github.com/box/box-node-sdk/commit/49692e3724c9aa40a855f85a7b0771db1c984b6f))

  ### New Features and Enhancements

  * **boxsdkgen:** Remove `confidence_score` and `include_confidence_score` from AI extract (box/box-openapi[#567](https://github.com/box/box-node-sdk/issues/567)) ([#1245](https://github.com/box/box-node-sdk/issues/1245)) ([`3a74388`](https://github.com/box/box-node-sdk/commit/3a74388b46e4842708c11ada8f931b810c0b3230))
  * **boxsdkgen:** support `includeConfidenceScore` and `includeConfidenceScore` fields in AI extract structured (box/box-openapi[#566](https://github.com/box/box-node-sdk/issues/566)) ([#1227](https://github.com/box/box-node-sdk/issues/1227)) ([`8e2b109`](https://github.com/box/box-node-sdk/commit/8e2b109ebacd48ed268a9310cb01d8f6ae5ebca4))
  * **boxsdkgen:** Support new sign request metadata (box/box-openapi[#565](https://github.com/box/box-node-sdk/issues/565)) ([#1225](https://github.com/box/box-node-sdk/issues/1225)) ([`955b6ba`](https://github.com/box/box-node-sdk/commit/955b6ba5df942c5c1c0340c307cefad70549db53))
  * **boxsdkgen:** update error message on exception (box/box-codegen[#896](https://github.com/box/box-node-sdk/issues/896)) ([#1232](https://github.com/box/box-node-sdk/issues/1232)) ([`b140428`](https://github.com/box/box-node-sdk/commit/b140428c303de789bc1cee49c1e8c03139602c65))
</Update>

<Update label="2025-12-10" tags={["SDKs", "Node"]}>
  ## Box Node SDK `v10.2.0` released

  ### Bug Fixes

  * Remove duplicated  in union type (box/box-codegen[#898](https://github.com/box/box-node-sdk/issues/898)) ([#1240](https://github.com/box/box-node-sdk/issues/1240)) ([`0b03b60`](https://github.com/box/box-node-sdk/commit/0b03b607789ccf6a94253101760aa530a9737e78))

  ### New Features and Enhancements

  * Remove `confidence_score` and `include_confidence_score` from AI extract (box/box-openapi[#567](https://github.com/box/box-node-sdk/issues/567)) ([#1243](https://github.com/box/box-node-sdk/issues/1243)) ([`55d6cd0`](https://github.com/box/box-node-sdk/commit/55d6cd00790a81fa5c54379c045b4e652173dcb8))
  * support `includeConfidenceScore` and `includeConfidenceScore` fields in AI extract structured (box/box-openapi[#566](https://github.com/box/box-node-sdk/issues/566)) ([#1228](https://github.com/box/box-node-sdk/issues/1228)) ([`4bf9f46`](https://github.com/box/box-node-sdk/commit/4bf9f46baaeaa213878c9102c0628e3c351c7b3c))
  * Support new sign request metadata (box/box-openapi[#565](https://github.com/box/box-node-sdk/issues/565)) ([#1226](https://github.com/box/box-node-sdk/issues/1226)) ([`8dfc1cc`](https://github.com/box/box-node-sdk/commit/8dfc1ccc9c600c24d4d5e7879eaebfd6bf1f9a0e))
  * update error message on exception (box/box-codegen[#896](https://github.com/box/box-node-sdk/issues/896)) ([#1233](https://github.com/box/box-node-sdk/issues/1233)) ([`b298afa`](https://github.com/box/box-node-sdk/commit/b298afa69fce884f7def10a8022aa67dc58ac949))
</Update>

<Update label="2025-12-10" tags={["New features", "Impactful changes", "SDKs", "Java"]}>
  ## Box Java SDK `v5.2.0` released

  ### New Features and Enhancements

  * **boxsdkgen:** Remove `confidence_score` and `include_confidence_score` from AI extract (box/box-openapi[#567](https://github.com/box/box-java-sdk/issues/567)) ([#1614](https://github.com/box/box-java-sdk/issues/1614)) ([`e5e9545`](https://github.com/box/box-java-sdk/commit/e5e9545cc539c6c8f3ce4e99926840529437039b))
  * **boxsdkgen:** Support new sign request metadata (box/box-openapi[#565](https://github.com/box/box-java-sdk/issues/565)) ([#1598](https://github.com/box/box-java-sdk/issues/1598)) ([`87d1182`](https://github.com/box/box-java-sdk/commit/87d1182ec362bfbf800edda79360a2446ba7eaab))
</Update>

<Update label="2025-12-10" tags={["New features", "SDKs", "Java"]}>
  ## Box Java SDK `v10.3.0` released

  ### New Features and Enhancements

  * Remove `confidence_score` and `include_confidence_score` from AI extract (box/box-openapi[#567](https://github.com/box/box-java-sdk/issues/567)) ([#1615](https://github.com/box/box-java-sdk/issues/1615)) ([`0a069cd`](https://github.com/box/box-java-sdk/commit/0a069cdecc4837d8bdb6f1e91401d88c58af5a92))
  * Support new sign request metadata (box/box-openapi[#565](https://github.com/box/box-java-sdk/issues/565)) ([#1599](https://github.com/box/box-java-sdk/issues/1599)) ([`b3c46bb`](https://github.com/box/box-java-sdk/commit/b3c46bbf2f2f7b9b25befcd6442a4e5c9a92e790))
</Update>

<Update label="2025-12-10" tags={["New features", "Impactful changes", "SDKs", "iOS"]}>
  ## Box iOS SDK `6.2.0` released

  ### Bug Fixes

  * **boxsdkgen:** Remove duplicate optional wrapping (box/box-codegen[#898](https://github.com/box/box-ios-sdk/issues/898)) ([#1302](https://github.com/box/box-ios-sdk/issues/1302)) ([`4fae34a`](https://github.com/box/box-ios-sdk/commit/4fae34add0569ac907d2f50e1ab2a7da7a223f6b))

  ### New Features and Enhancements

  * **boxsdkgen:** Remove `confidence_score` and `include_confidence_score` from AI extract (box/box-openapi[#567](https://github.com/box/box-ios-sdk/issues/567)) ([#1304](https://github.com/box/box-ios-sdk/issues/1304)) ([`143ef03`](https://github.com/box/box-ios-sdk/commit/143ef03119c6ac6f7f4bff198ce8578a78abd353))
  * **boxsdkgen:** Support new sign request metadata (box/box-openapi[#565](https://github.com/box/box-ios-sdk/issues/565)) ([#1286](https://github.com/box/box-ios-sdk/issues/1286)) ([`e6c0826`](https://github.com/box/box-ios-sdk/commit/e6c082659f65bfcc8eb17de1552d23d07eeb7d56))
</Update>

<Update label="2025-12-10" tags={["SDKs", "iOS"]}>
  ## Box iOS SDK `10.2.0` released

  ### Bug Fixes

  * Remove duplicate optional wrapping (box/box-codegen[#898](https://github.com/box/box-ios-sdk/issues/898)) ([#1301](https://github.com/box/box-ios-sdk/issues/1301)) ([`0fff45e`](https://github.com/box/box-ios-sdk/commit/0fff45ed3139ffebaafc9af4113bbb61d7fd3945))

  ### New Features and Enhancements

  * Remove `confidence_score` and `include_confidence_score` from AI extract (box/box-openapi[#567](https://github.com/box/box-ios-sdk/issues/567)) ([#1305](https://github.com/box/box-ios-sdk/issues/1305)) ([`702de7b`](https://github.com/box/box-ios-sdk/commit/702de7b8bba3e423b749b9cf11a5bbb77fc1ad41))
  * Support new sign request metadata (box/box-openapi[#565](https://github.com/box/box-ios-sdk/issues/565)) ([#1285](https://github.com/box/box-ios-sdk/issues/1285)) ([`d541f12`](https://github.com/box/box-ios-sdk/commit/d541f128badac0929d586fe2de2f8e2a2c5a786b))
</Update>

<Update label="2025-12-09" tags={["New features", "Frontend", "UI Elements"]}>
  ## Box UI Elements `v25.4.0` released

  ### [25.4.0](https://github.com/box/box-ui-elements/compare/v25.3.0...v25.4.0) (2025-12-09)

  ### Bug Fixes

  * bump node-forge version ([#4386](https://github.com/box/box-ui-elements/issues/4386)) ([`5f46b8b`](https://github.com/box/box-ui-elements/commit/5f46b8bb57c879f1fb5ca0a0dfc00138b90e8273))
  * **i18n:** update translations ([#4369](https://github.com/box/box-ui-elements/issues/4369)) ([`abc11ee`](https://github.com/box/box-ui-elements/commit/abc11eeb509583c80e3d76d8fb6341eeb3cbcf24))
  * **i18n:** update translations ([#4372](https://github.com/box/box-ui-elements/issues/4372)) ([`8dd5f9f`](https://github.com/box/box-ui-elements/commit/8dd5f9feab11b5214a9f1038717916f80d89f697))
  * **i18n:** update translations ([#4374](https://github.com/box/box-ui-elements/issues/4374)) ([`7f37b4b`](https://github.com/box/box-ui-elements/commit/7f37b4bdf0059f40eea2182f85a5579b06884740))
  * **i18n:** update translations ([#4375](https://github.com/box/box-ui-elements/issues/4375)) ([`df948b4`](https://github.com/box/box-ui-elements/commit/df948b4042fa706b944e2a1c2532c8e2827f8f24))
  * **i18n:** update translations ([#4377](https://github.com/box/box-ui-elements/issues/4377)) ([`7e61a9c`](https://github.com/box/box-ui-elements/commit/7e61a9c45b2da90af47723b14b7d5f04cce6322f))
  * improve accessibility in sidebar content and tags components ([#4363](https://github.com/box/box-ui-elements/issues/4363)) ([`35080aa`](https://github.com/box/box-ui-elements/commit/35080aababcf3457f9d9d898709b9ef8a4acf743))
  * **metadata-editor:** Preserve field order when fetching taxonomy levels for fields ([#4378](https://github.com/box/box-ui-elements/issues/4378)) ([`fbd155e`](https://github.com/box/box-ui-elements/commit/fbd155e170cf5f5ea3e77d78e9614a3055cb7fe0))
  * **video-annotations:** Add version links for video annotations ([#4379](https://github.com/box/box-ui-elements/issues/4379)) ([`8bf7c63`](https://github.com/box/box-ui-elements/commit/8bf7c631acbebf37674d556c5c1480c7fa626ce4))

  ### Features

  * **deps:** No-op to trigger release for blueprint-web upgrades ([#4368](https://github.com/box/box-ui-elements/issues/4368)) ([`58b9697`](https://github.com/box/box-ui-elements/commit/58b9697331a5d913a83acd1d78ed71ebab8d2835))
  * **form-elements:** Remove Form legacy context ([#4383](https://github.com/box/box-ui-elements/issues/4383)) ([`62c77b4`](https://github.com/box/box-ui-elements/commit/62c77b4ce9f1995e1194319343fd39fb6371bf80))
  * **hotkeys:** Remove legacy context from Hotkeys ([#4382](https://github.com/box/box-ui-elements/issues/4382)) ([`5db66df`](https://github.com/box/box-ui-elements/commit/5db66df5d4335531ce829e51a1e83e4ab3abb35a))
  * **presence-avatar-list:** add BP tooltip to `presenceAvatarList` (`WEBAPP-41740`) ([#4384](https://github.com/box/box-ui-elements/issues/4384)) ([`5653500`](https://github.com/box/box-ui-elements/commit/565350009c5f8b94c4ad01bad5232931997cc0c0))
  * **preview-modernization:** BP `AddTaskButton` ([#4366](https://github.com/box/box-ui-elements/issues/4366)) ([`f76ed73`](https://github.com/box/box-ui-elements/commit/f76ed73eb99176c80393a42d4d80ba75025e6f1f))
  * **preview-modernization:** Update Sidebar Nav icons and tooltips ([#4373](https://github.com/box/box-ui-elements/issues/4373)) ([`60eda40`](https://github.com/box/box-ui-elements/commit/60eda4000ba9884c70696d829f42c1b3fd6f7423))
  * **preview-modernization:** Update Sidebar Nav overflow separator ([#4370](https://github.com/box/box-ui-elements/issues/4370)) ([`671a067`](https://github.com/box/box-ui-elements/commit/671a0676fbfa9a86c07a381691c9938880934aee))
  * **preview-optimizations:** modernize Versions sidebar ([#4381](https://github.com/box/box-ui-elements/issues/4381)) ([`2b136e4`](https://github.com/box/box-ui-elements/commit/2b136e46398ddaeb8b773e8a23323a986220dfd7))
  * **`SecurityControls`:** Add Shared Link Auto-Expiration restriction ([#4365](https://github.com/box/box-ui-elements/issues/4365)) ([`40ff462`](https://github.com/box/box-ui-elements/commit/40ff462fb4630911d7ab7e2f0d36d415ead010af))
</Update>

<Update label="2025-12-08" tags={["New features", "Impactful changes", "SDKs", ".NET"]}>
  ## Box Windows SDK `v6.2.0` released

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

  * **boxsdkgen:** Support long polling event for dotnet (box/box-codegen[#893](https://github.com/box/box-windows-sdk-v2/issues/893)) ([#1297](https://github.com/box/box-windows-sdk-v2/issues/1297)) ([`d064e76`](https://github.com/box/box-windows-sdk-v2/commit/d064e76e5d047a4f28cad5c4aa597365e46aba26))
  * **boxsdkgen:** Support new sign request metadata (box/box-openapi[#565](https://github.com/box/box-windows-sdk-v2/issues/565)) ([#1293](https://github.com/box/box-windows-sdk-v2/issues/1293)) ([`3efe490`](https://github.com/box/box-windows-sdk-v2/commit/3efe4903bfe94984db2b29f8ec80eb7c32cb1038))

  ### **Bug Fixes:**

  * **boxsdkgen:** fix string extension in dotnet (box/box-codegen[#899](https://github.com/box/box-windows-sdk-v2/issues/899)) ([#1306](https://github.com/box/box-windows-sdk-v2/issues/1306)) ([`b97f971`](https://github.com/box/box-windows-sdk-v2/commit/b97f971dc50ffcabc3376c73ca83290ff70f0899))
</Update>

<Update label="2025-12-08" tags={["New features", "SDKs", ".NET"]}>
  ## Box Windows SDK `v10.3.0` released

  ### Bug Fixes

  * fix string extension in dotnet (box/box-codegen[#899](https://github.com/box/box-windows-sdk-v2/issues/899)) ([#1307](https://github.com/box/box-windows-sdk-v2/issues/1307)) ([`8c46af4`](https://github.com/box/box-windows-sdk-v2/commit/8c46af45398c2002b5de8475672923bac524e4d1))

  ### New Features and Enhancements

  * Support long polling event for dotnet (box/box-codegen[#893](https://github.com/box/box-windows-sdk-v2/issues/893)) ([#1298](https://github.com/box/box-windows-sdk-v2/issues/1298)) ([`e35cd67`](https://github.com/box/box-windows-sdk-v2/commit/e35cd67fe29d9af969ac88dee30896303d4fdc79))
  * Support new sign request metadata (box/box-openapi[#565](https://github.com/box/box-windows-sdk-v2/issues/565)) ([#1294](https://github.com/box/box-windows-sdk-v2/issues/1294)) ([`da19f7c`](https://github.com/box/box-windows-sdk-v2/commit/da19f7cdd4df6537acec50463330944e9d6d4632))
</Update>

<Update label="2025-12-03" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Ransomware Activity detection rule

  The Ransomware Activity detection rule, available in Box Shield Pro, monitors user activity and leverages Box machine learning to identify suspicious file extensions that may indicate a ransomware attack.

  ### Fighting ransomware

  With the Ransomware Activity detection rule, you can better protect yourself by:

  * [Creating and editing the detection rule](https://support.box.com/hc/en-us/articles/46976660378643-Create-Edit-and-Delete-a-Threat-Detection-Rule)
  * [Viewing alerts](https://support.box.com/hc/en-us/articles/44263782754323-Ransomware-Activity-Detection-Rule#h_01KBCKYECWTA6RCBSZYMD2CNTX)
  * [Taking action to remediate threats](https://support.box.com/hc/en-us/articles/44263782754323-Ransomware-Activity-Detection-Rule#h_01KBCKYPP2R903PZMB1VBA5XEM)

  To learn more about using the Ransomware Activity detection rule, visit our [support documentation](https://support.box.com/hc/en-us/articles/44263782754323-Ransomware-Activity-Detection-Rule).
</Update>

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

  The list of [available AI models](https://developer.box.com/guides/box-ai/ai-models) has been recently updated with the following models:

  * [OpenAI GPT-5.1](https://developer.box.com/guides/box-ai/ai-models/openai-gpt-5-1-model-card/)
  * [OpenAI GPT-5 mini](https://developer.box.com/guides/box-ai/ai-models/openai-gpt-5-mini-model-card/)
  * [Gemini 3 Pro](https://developer.box.com/guides/box-ai/ai-models/google-gemini-3-pro-model-card/) (Beta)
  * [Llama 4 Maverick](https://developer.box.com/guides/box-ai/ai-models/ibm-llama-4-maverick-model-card/)

  Additionally, default AI models have been updated for Box AI features:

  * [Gemini 2.5 Pro](https://developer.box.com/guides/box-ai/ai-models/google-gemini-2-5-pro-model-card/) is now the default model for Box AI Enhanced Extract.
  * [Gemini 2.5 Flash](https://developer.box.com/guides/box-ai/ai-models/google-gemini-2-5-flash-model-card/) is now the default model for Box AI Standard Extract.
  * [OpenAI GPT-5](https://developer.box.com/guides/box-ai/ai-models/openai-gpt-5-model-card/) is now the default model for Box AI Advanced Agent for Hubs, Documents, and Notes Q\&A.
  * [OpenAI GPT-5 mini](https://developer.box.com/guides/box-ai/ai-models/openai-gpt-5-mini-model-card/) is now the default model for Box AI for Hubs, Documents, and Notes Q\&A.

  **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 [override the default model](https://developer.box.com/guides/box-ai/ai-agents/ai-agent-overrides/) used in the AI agent configuration.
  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="2025-11-20" tags={["New features", "SDKs", "iOS"]}>
  ## Box iOS SDK 6.1.0 released

  ### New Features and Enhancements

  * **boxsdkgen:** Support GET enterprise configuration API (box/box-openapi[#559](https://github.com/box/box-ios-sdk/issues/559)) ([#1190](https://github.com/box/box-ios-sdk/issues/1190)) ([`c91bb4f`](https://github.com/box/box-ios-sdk/commit/c91bb4fa1b5907698fd6d0fd38560501c4d0274b))
  * **boxsdkgen:** Support Archive API (box/box-openapi[#563](https://github.com/box/box-ios-sdk/issues/563)) ([#1237](https://github.com/box/box-ios-sdk/issues/1237)) ([`07aaf3a`](https://github.com/box/box-ios-sdk/commit/07aaf3adde1ec46ed6f2423093b451b975005368))
</Update>

<Update label="2025-11-20" tags={["iOS", "SDKs"]}>
  ## Box iOS SDK 10.1.0 released

  ### New Features and Enhancements

  * Support GET enterprise configuration API (box/box-openapi[#559](https://github.com/box/box-ios-sdk/issues/559)) ([#1179](https://github.com/box/box-ios-sdk/issues/1179)) ([`936edf7`](https://github.com/box/box-ios-sdk/commit/936edf7532765dfe3c0ccb7175966ee4ec265cf3))
  * Support Archive API (box/box-openapi[#563](https://github.com/box/box-ios-sdk/issues/563)) ([#1238](https://github.com/box/box-ios-sdk/issues/1238)) ([`a2662e3`](https://github.com/box/box-ios-sdk/commit/a2662e3bd088956769ed95d588e71623d0537c40))
</Update>

<Update label="2025-11-20" tags={["New features", "CLI"]}>
  ## Box CLI v4.5.0 released

  ### New Features and Enhancements

  * support auto update using Github releases ([#603](https://github.com/box/boxcli/issues/603)) ([`2460e1b`](https://github.com/box/boxcli/commit/2460e1b51002e94c3a16356099c4511faa96b87c))

  ### Bug Fixes

  * update dependencies to fix `tmp` vulnerability ([#600](https://github.com/box/boxcli/issues/600)) ([`7e270eb`](https://github.com/box/boxcli/commit/7e270eb8daf254a64eb3ce373444e9ad96e5e5be))
</Update>

<Update label="2025-11-19" tags={["New features", "SDKs", "SDKs"]}>
  ## Box Windows SDK v6.1.0 released

  ### New Features and Enhancements

  * **boxsdkgen:** Support Archive API (box/box-codegen[#865](https://github.com/box/box-windows-sdk-v2/issues/865)) ([#1270](https://github.com/box/box-windows-sdk-v2/issues/1270)) ([`307a5d4`](https://github.com/box/box-windows-sdk-v2/commit/307a5d43f8ba2b93ce35b3607026b4232cc92042))
  * **boxsdkgen:** Support GET enterprise configuration API (box/box-openapi[#559](https://github.com/box/box-windows-sdk-v2/issues/559)) ([#1212](https://github.com/box/box-windows-sdk-v2/issues/1212)) ([`0d97d4d`](https://github.com/box/box-windows-sdk-v2/commit/0d97d4d858c4bba8b3df0d01234691294a7c8998))
  * **boxsdkgen:** Use generated `RetryStrategy` for retrying requests (box/box-codegen[#872](https://github.com/box/box-windows-sdk-v2/issues/872)) ([#1227](https://github.com/box/box-windows-sdk-v2/issues/1227)) ([`5b42a3e`](https://github.com/box/box-windows-sdk-v2/commit/5b42a3e666751f1a1e529b875eafa8e7b0fbe930))
</Update>

<Update label="2025-11-19" tags={["New features", "SDKs"]}>
  ## Box Windows SDK v10.2.0 released

  ### New Features and Enhancements

  * Support Archive API (box/box-codegen[#865](https://github.com/box/box-windows-sdk-v2/issues/865)) ([#1266](https://github.com/box/box-windows-sdk-v2/issues/1266)) ([`bca0473`](https://github.com/box/box-windows-sdk-v2/commit/bca0473d9ff02f286f3face267a30c2ab17d5b7b))
  * Support GET enterprise configuration API (box/box-openapi[#559](https://github.com/box/box-windows-sdk-v2/issues/559)) ([#1198](https://github.com/box/box-windows-sdk-v2/issues/1198)) ([`426aaed`](https://github.com/box/box-windows-sdk-v2/commit/426aaed8418baf6cbd31dbe884aa91ce9bb7ef52))
  * Include `pdb` files when packing .net root project (box/box-codegen[#859](https://github.com/box/box-windows-sdk-v2/issues/859)) ([#1169](https://github.com/box/box-windows-sdk-v2/issues/1169)) ([`8b7e7c8`](https://github.com/box/box-windows-sdk-v2/commit/8b7e7c89f9f533ee09a8c096afd141abbbc72080))
  * Use generated `RetryStrategy` for retrying requests (box/box-codegen[#872](https://github.com/box/box-windows-sdk-v2/issues/872)) ([#1232](https://github.com/box/box-windows-sdk-v2/issues/1232)) ([`5567fef`](https://github.com/box/box-windows-sdk-v2/commit/5567feff459b91e7b018bda5def60ad45548599f))
</Update>

<Update label="2025-11-19" tags={["Python", "SDKs"]}>
  ## Box Python SDK v10.1.0 released

  ### New Features and Enhancements

  * Support GET enterprise configuration API (box/box-openapi[#559](https://github.com/box/box-python-sdk/issues/559)) ([#1134](https://github.com/box/box-python-sdk/issues/1134)) ([`1106d32`](https://github.com/box/box-python-sdk/commit/1106d325973df9704f5102538ac0130bda6e9c38))
  * Support Archive API (box/box-openapi[#563](https://github.com/box/box-python-sdk/issues/563)) ([#1174](https://github.com/box/box-python-sdk/issues/1174)) ([`d21ec4d`](https://github.com/box/box-python-sdk/commit/d21ec4df82ab43539ff07d306cf304f86bbb0593))
</Update>

<Update label="2025-11-12" tags={["New features", "Impactful changes", "Node", "SDKs"]}>
  ## Box Node SDK v4.1.1 released

  ### Bug Fixes

  * **boxsdkgen:** Fix error propagation and empty fetch response handling in node SDK (box/box-codegen[#883](https://github.com/box/box-node-sdk/issues/883)) ([#1196](https://github.com/box/box-node-sdk/issues/1196)) ([`9615a34`](https://github.com/box/box-node-sdk/commit/9615a3480686eb8af9374691a2ec1de82688eaa1))
</Update>

<Update label="2025-11-10" tags={["SDKs", "Node"]}>
  ## Box Node SDK v10.1.0 released

  ### Bug Fixes

  * Fix error handling in TS (box/box-codegen[#882](https://github.com/box/box-node-sdk/issues/882)) ([#1180](https://github.com/box/box-node-sdk/issues/1180)) ([`2b68145`](https://github.com/box/box-node-sdk/commit/2b68145d9d8e46e26d08b8bc774ba757ef3b444f))
  * Fix error propagation and empty fetch response handling in node SDK (box/box-codegen[#883](https://github.com/box/box-node-sdk/issues/883)) ([#1192](https://github.com/box/box-node-sdk/issues/1192)) ([`5664231`](https://github.com/box/box-node-sdk/commit/56642319c5b77ab0113ed4e1af5df30100449fcd))
  * Remove enum types from GET enterprise configurations endpoint (box/box-openapi[#560](https://github.com/box/box-node-sdk/issues/560)) ([#1155](https://github.com/box/box-node-sdk/issues/1155)) ([`3ba01aa`](https://github.com/box/box-node-sdk/commit/3ba01aaac7861ce3f0578af65d838f61b78b7dcb)), closes [`box/box-openapi#558`](https://github.com/box/box-openapi/issues/558) [`box/box-openapi#558`](https://github.com/box/box-openapi/issues/558) [`box/box-openapi#559`](https://github.com/box/box-openapi/issues/559) [`box/box-codegen#869`](https://github.com/box/box-node-sdk/issues/869) [`box/box-codegen#871`](https://github.com/box/box-node-sdk/issues/871) [`box/box-codegen#872`](https://github.com/box/box-node-sdk/issues/872)

  ### New Features and Enhancements

  * Add GET enterprise configuration endpoint (box/box-openapi[#559](https://github.com/box/box-node-sdk/issues/559)) ([#1143](https://github.com/box/box-node-sdk/issues/1143)) ([`5eeeb4f`](https://github.com/box/box-node-sdk/commit/5eeeb4fe7d0fff376cb31b820597e63d71dd0b69))
  * support delete Archive endpoint (box/box-openapi[#563](https://github.com/box/box-node-sdk/issues/563)) ([#1173](https://github.com/box/box-node-sdk/issues/1173)) ([`7dc774d`](https://github.com/box/box-node-sdk/commit/7dc774d8764a3a0b3f60525e416ed5345d4a71b1))
</Update>

<Update label="2025-11-07" tags={["New features", "UI Elements"]}>
  ## Box UI Elements v25.3.0 released

  ### [25.3.0](https://github.com/box/box-ui-elements/compare/v25.2.0...v25.3.0) (2025-11-07)

  ### Features

  * **deps:** Upgrade blueprint-web to 12.93.5 ([#4362](https://github.com/box/box-ui-elements/issues/4362)) ([`84aaf2f`](https://github.com/box/box-ui-elements/commit/84aaf2ffc0234b5728188df6944a48679eca4976))
  * **metadata:** enable multilevel taxonomy field filter in preview ([#4354](https://github.com/box/box-ui-elements/issues/4354)) ([`4851c37`](https://github.com/box/box-ui-elements/commit/4851c3776fbbef1220029234d01bc0ab6354b17c))
</Update>

<Update label="2025-11-04" tags={["New features", "UI Elements"]}>
  ## Box UI Elements v25.2.0 released

  ### [25.2.0](https://github.com/box/box-ui-elements/compare/v25.1.0...v25.2.0) (2025-11-04)

  ### Bug Fixes

  * **classification:** Fix flaky ai-icon check ([#4323](https://github.com/box/box-ui-elements/issues/4323)) ([`0061f34`](https://github.com/box/box-ui-elements/commit/0061f34e9e7f4613f5b15f83eeccde3b518940cb))
  * **content-picker:** folder nav ([#4329](https://github.com/box/box-ui-elements/issues/4329)) ([`8053fa7`](https://github.com/box/box-ui-elements/commit/8053fa70127203f5d70818228b70272d869965ff))
  * **content-picker:** Upgrade blueprint to fix scrolling issue ([#4349](https://github.com/box/box-ui-elements/issues/4349)) ([`d0ce8a6`](https://github.com/box/box-ui-elements/commit/d0ce8a60056cc2272c96828219897189449fb6ad))
  * **content-sharing:** Collaborator current user ([#4328](https://github.com/box/box-ui-elements/issues/4328)) ([`2e9dd6a`](https://github.com/box/box-ui-elements/commit/2e9dd6ab3ce63b974241566f3d1c24e401005e96))
  * **content-sharing:** null sharingServiceProps ([#4352](https://github.com/box/box-ui-elements/issues/4352)) ([`4ea0f83`](https://github.com/box/box-ui-elements/commit/4ea0f8376ff34a650b4ad16af91a39e1becbe4d7))
  * **content-sharing:** Shared link modal and collaborators ([#4360](https://github.com/box/box-ui-elements/issues/4360)) ([`76e94f1`](https://github.com/box/box-ui-elements/commit/76e94f12fcc6a57809165bebb145fa57560afe56))
  * Fix modernization hook for ContentSharing v2 ([#4339](https://github.com/box/box-ui-elements/issues/4339)) ([`e0a67e0`](https://github.com/box/box-ui-elements/commit/e0a67e0618fdbfa6f13cdb58fdba6a6c18a89c47))
  * **i18n:** update translations ([#4321](https://github.com/box/box-ui-elements/issues/4321)) ([`4d89663`](https://github.com/box/box-ui-elements/commit/4d89663b5481463353cb39f0828304ca1744a07c))
  * **i18n:** update translations ([#4325](https://github.com/box/box-ui-elements/issues/4325)) ([`3e8eeea`](https://github.com/box/box-ui-elements/commit/3e8eeea3d203d316b9e3f099f6de06759a56810b))
  * **i18n:** update translations ([#4330](https://github.com/box/box-ui-elements/issues/4330)) ([`bd0dd5f`](https://github.com/box/box-ui-elements/commit/bd0dd5fa8778e77eb53785fb91b4ab0bdfcb2adf))
  * **i18n:** update translations ([#4333](https://github.com/box/box-ui-elements/issues/4333)) ([`b2a4e01`](https://github.com/box/box-ui-elements/commit/b2a4e01003f4b66faea00633e2bc2b3f4c7e13f7))
  * **i18n:** update translations ([#4343](https://github.com/box/box-ui-elements/issues/4343)) ([`847557b`](https://github.com/box/box-ui-elements/commit/847557b53bf89ad591e4cb2116d3b0f267b8e757))
  * **i18n:** update translations ([#4348](https://github.com/box/box-ui-elements/issues/4348)) ([`d4eae4b`](https://github.com/box/box-ui-elements/commit/d4eae4bed33a7ae4e01565eb7809b2f579bd6066))
  * **i18n:** update translations ([#4353](https://github.com/box/box-ui-elements/issues/4353)) ([`e3f4cf9`](https://github.com/box/box-ui-elements/commit/e3f4cf90382c2ef531df909c4d7202dfab1126d8))
  * **i18n:** update translations ([#4355](https://github.com/box/box-ui-elements/issues/4355)) ([`094e633`](https://github.com/box/box-ui-elements/commit/094e633f76df79bb14d0f193f1a126d93e371324))
  * **i18n:** update translations ([#4357](https://github.com/box/box-ui-elements/issues/4357)) ([`a817d9c`](https://github.com/box/box-ui-elements/commit/a817d9c616f9100f9f6fbe21dadb1cd578a45f39))
  * **i18n:** update translations ([#4358](https://github.com/box/box-ui-elements/issues/4358)) ([`33a5861`](https://github.com/box/box-ui-elements/commit/33a5861d34e914e037e3a35597b28956f69db6ab))
  * **storybook:** update brand url ([#4337](https://github.com/box/box-ui-elements/issues/4337)) ([`c73965b`](https://github.com/box/box-ui-elements/commit/c73965b87c172bbe59adc456fe64a9d92dd7316d))
  * **video-annotations:** fixing mentions not being properly parsed ([#4351](https://github.com/box/box-ui-elements/issues/4351)) ([`6bb2b15`](https://github.com/box/box-ui-elements/commit/6bb2b15c5e0886861c73c1478a05fd30b3bf1832))

  ### Features

  * **api:** respect hidden collaborators ([#4346](https://github.com/box/box-ui-elements/issues/4346)) ([`955e6cb`](https://github.com/box/box-ui-elements/commit/955e6cb06cd2d903c7c85e47f005f83c2818c890))
  * **content-explorer:** Disable selection while editing ([#4317](https://github.com/box/box-ui-elements/issues/4317)) ([`c08d9b5`](https://github.com/box/box-ui-elements/commit/c08d9b5fdd8b20d95f747198c5bbac8204e97bf2))
  * **content-sharing:** convert api response for collabs ([#4322](https://github.com/box/box-ui-elements/issues/4322)) ([`6937b60`](https://github.com/box/box-ui-elements/commit/6937b60ba181e2300eab98934a930d1456ce50e0))
  * **content-sharing:** Create contact service getContactByEmail ([#4342](https://github.com/box/box-ui-elements/issues/4342)) ([`05b50cd`](https://github.com/box/box-ui-elements/commit/05b50cdd62e7e7d4a59073cf152305fa7ff969fb))
  * **content-sharing:** Create contact service getContacts ([#4338](https://github.com/box/box-ui-elements/issues/4338)) ([`8ae6ccc`](https://github.com/box/box-ui-elements/commit/8ae6cccf0c11b1ebc750934c5d23c42a99dae41d))
  * **content-sharing:** Create contact service getContactsAvatarUrls ([#4345](https://github.com/box/box-ui-elements/issues/4345)) ([`6f9260b`](https://github.com/box/box-ui-elements/commit/6f9260b8256aee8c710f24e3e10d5711c5abc19a))
  * **content-sharing:** Create sharing service changeSharedLinkPermission ([#4332](https://github.com/box/box-ui-elements/issues/4332)) ([`e64a61b`](https://github.com/box/box-ui-elements/commit/e64a61bcb92f2de6b75e218ae99a55dde82835c4))
  * **content-sharing:** Create sharing service sendInvitations ([#4344](https://github.com/box/box-ui-elements/issues/4344)) ([`d497350`](https://github.com/box/box-ui-elements/commit/d49735065dd73c4a6e3a85ffa99f3b24537c4b48))
  * **content-sharing:** Define sharing service for shared link and access ([#4340](https://github.com/box/box-ui-elements/issues/4340)) ([`2f7185d`](https://github.com/box/box-ui-elements/commit/2f7185de2d10fe62dba8e8a4f2bc8235009e0b5e))
  * **content-sharing:** Handle error when fetch init data failed ([#4350](https://github.com/box/box-ui-elements/issues/4350)) ([`f0c9efd`](https://github.com/box/box-ui-elements/commit/f0c9efd404abfe29b69bb28e7d3caeba367a9b92))
  * **content-sharing:** Render notification for sendInvitations ([#4347](https://github.com/box/box-ui-elements/issues/4347)) ([`051bd7c`](https://github.com/box/box-ui-elements/commit/051bd7c5cccdaebd1d7bcda55de014c6db75f75f))
  * **content-sharing:** Sharing service updateSharedLink ([#4336](https://github.com/box/box-ui-elements/issues/4336)) ([`b39a482`](https://github.com/box/box-ui-elements/commit/b39a4824486062c34378ce9a8fbbe34cd6042d3c))
  * **deps:** upgrade package dependencies ([#4359](https://github.com/box/box-ui-elements/issues/4359)) ([`2f025e3`](https://github.com/box/box-ui-elements/commit/2f025e3765c26bc206440458aaa632dddd36d83b))

  ### Reverts

  * "feat(content-sidebar): implement for custom sidebar panels (#… ([#4320](https://github.com/box/box-ui-elements/issues/4320)) ([`230f417`](https://github.com/box/box-ui-elements/commit/230f417c9407c4bbe4705ec8f200c53f572a798a)), closes [#4239](https://github.com/box/box-ui-elements/issues/4239)
</Update>

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

  The list of [available AI models](https://developer.box.com/guides/box-ai/ai-models) has been recently updated with the following models:

  * [Mistral Medium 3](https://developer.box.com/guides/box-ai/ai-models/ibm-mistral-medium-3-model-card/)
  * [Mistral Small 3.1](https://developer.box.com/guides/box-ai/ai-models/ibm-mistral-small-3-1-model-card/)
  * [Claude Haiku 4.5](https://developer.box.com/guides/box-ai/ai-models/aws-claude-4-5-haiku-model-card/)

  Additionally, [OpenAI GPT 5](https://developer.box.com/guides/box-ai/ai-models/openai-gpt-5-model-card/) is now the default model for Box AI (Box AI for Hubs, Box AI for Documents, and Box AI for Notes Q\&A).

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

  You can use the provided models to [override the default model](https://developer.box.com/guides/box-ai/ai-agents/ai-agent-overrides/) used in the AI agent configuration.
  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="2025-10-23" tags={["New features", "Impactful changes", "SDKs", ".NET"]}>
  ## Box Windows SDK v6.0.0 released

  Introducing a new major version of Box Windows SDK V2 `v6` that includes two `namespaces` - the manually maintained `namespace` and the generated `namespace`. The coexisting `namespaces` provide easier access to the latest Box API features and support gradual migration to the standalone generated `namespace`.

  ### Breaking Changes

  * With `v6` of Box Windows SDK V2, support for .NET 6 has been dropped. We follow the official [.NET Release Lifecycle](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core). Since November 12, 2024, .NET 6 is no longer officially supported. While it may still be possible to compile and use this SDK under .NET 6, we do not provide support for issues encountered on that version.

  For more information about migrating to `v6` visit [`v5` to `v6` migration guide](https://github.com/box/box-windows-sdk-v2/blob/combined-sdk/migration-guides/from-v5-to-v6.md)

  ### What's New in `v6`

  With this SDK version, alongside the existing `Box.V2` `namespace`, we're introducing a new `Box.Sdk.Gen` `namespace`, which gives you access to:

  * **Full API Support** — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.

  * **Rapid API Updates** — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.

  * **Embedded Documentation** — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.

  * **Enhanced Convenience Methods** — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.

  ### Important Notes

  This version allows you to gradually migrate your code base to the `Box.Sdk.Gen` `namespace`. The key differences between the `namespaces` are documented in the [`namespace` migration guide](https://github.com/box/box-windows-sdk-v2/blob/combined-sdk/migration-guides/from-box-v2-to-box-sdk-gen-namespace.md).

  Ultimately, we recommend to migrate to `v10` which includes only the generated `namespace` `Box.Sdk.Gen`. To migrate from `v6` to `v10` follow this [migration guide](https://github.com/box/box-windows-sdk-v2/blob/combined-sdk/migration-guides/from-v6-to-v10.md).

  For more information, see the [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning/). Follow developer changelog for future updates.
</Update>

<Update label="2025-10-23" tags={["New features", "Impactful changes", "Node", "Python", "Java", "Windows", "iOS", "SDKs"]}>
  ## Box SDKs major version

  Introducing a new major release of Box SDKs that includes two packages — the manually maintained package and the generated package. The coexisting packages provide easier access to the latest Box API features and support gradual migration to the standalone generated package.

  ## Overview

  To facilitate this migration process, there are two actively maintained major Box core SDK versions:

  * **The latest major version that follows sequential versioning and includes** the manually maintained package and the generated one. This SDK version enables leveraging coexisting packages at the same time, and serves as a transition phase. Support for the consolidated version of each Box core SDK will continue in 2027.
  * `v10` that includes **only the generated package**, a consistent version number across all Box SDK artifacts.

  ## Additional information and migration guides

  For additional information on recommended actions and migration guides, visit [Box SDK versioning strategy page](https://developer.box.com/guides/tooling/sdks/sdk-versioning/).

  ## 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/) or report issues directly in the individual Box SDK repositories on GitHub.
</Update>

<Update label="2025-10-23" tags={["New features", "Impactful changes", "Python", "SDKs"]}>
  ## Box Python SDK v4.0.0 released

  Introducing a new major version of Box Python SDK `v4` that includes two packages — the manually maintained `boxsdk` package and the generated `box_sdk_gen` package. The coexisting packages provide easier access to the latest Box API features and support gradual migration to the standalone generated package.

  ### Breaking Changes

  * `v4` of Box Python SDK  supports Python versions: 3.8+. Compared to `v3`, Python 3.6 and 3.7 are no longer supported.

  For more information about migrating to `v4` visit [`v3` to `v4` migration guide](https://github.com/box/box-python-sdk/blob/combined-sdk/migration-guides/from-v3-to-v4.md)

  ### What's New in `v4`

  With this SDK version, alongside the existing `boxsdk` package, we’re introducing a new `box_sdk_gen` package, which gives you access to:

  * **Full API Support** — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.

  * **Rapid API Updates** — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.

  * **Embedded Documentation** — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.

  * **Enhanced Convenience Methods** — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.

  ### Important Notes

  This version allows you to gradually migrate your code base to the `box_sdk_gen` package. The key differences between the packages are documented in the [package migration guide](https://github.com/box/box-python-sdk/blob/combined-sdk/migration-guides/from-boxsdk-to-box_sdk_gen.md).

  Ultimately, we recommend to migrate to `v10` which includes only the generated `box_sdk_gen` package. To migrate from `v4` to `v10` follow this [migration guide](https://github.com/box/box-python-sdk/blob/combined-sdk/migration-guides/from-v4-to-v10.md).

  For more information, see the [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning/). Follow developer changelog for future updates.
</Update>

<Update label="2025-10-23" tags={["New features", "Impactful changes", "Node", "SDKs"]}>
  ## Box Node SDK v4.0.0 released

  Introducing a new major version of Box Node SDK `v4` that includes two modules — the manually maintained module and the generated module. The coexisting modules provide easier access to the latest Box API features and support gradual migration to the standalone generated module.

  ### Breaking Changes

  * With `v4` of Box Node SDK, support for Node version below 18 has been dropped. While it may still be possible to download and use this SDK under Node below 18, we do not provide support for issues encountered on that version.

  * We have updated the module export style in the manually maintained `box-node-sdk` module to support the ES module and be more consistent with the generated `sdk-gen` module. Classes in the manual SDK are now exported as default exports from their respective files. When importing with `CommonJS` (`require`), use `.default` to access the class (e.g., `const BoxSDK = require('box-node-sdk').default;`).

  For more information about migrating to `v4` visit [`v3` to `v4` migration guide](https://github.com/box/box-node-sdk/blob/combined-sdk/migration-guides/from-v3-to-v4.md)

  ### What's New in `v4`

  With this SDK version, alongside the existing manually maintained module, we’re introducing a new generated `sdk-gen` module under `box-node-sdk/sdk-gen` import path, which gives you access to:

  * **Full API Support** — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.

  * **Rapid API Updates** — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.

  * **Embedded Documentation** — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.

  * **Enhanced Convenience Methods** — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.

  ### Important Notes

  This version allows you to gradually migrate your code base to the `sdk-gen` module. The key differences between the modules are documented in the [module migration guide](https://github.com/box/box-node-sdk/blob/combined-sdk/migration-guides/from-box-node-sdk-to-sdk-gen.md).

  Ultimately, we recommend to migrate to `v10` which includes only the generated `sdk-gen` module. To migrate from `v4` to `v10` follow this [migration guide](https://github.com/box/box-node-sdk/blob/combined-sdk/migration-guides/from-v4-to-v10.md).

  For more information, see the [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning/). Follow developer changelog for future updates.
</Update>

<Update label="2025-10-23" tags={["New features", "Impactful changes", "Java", "SDKs"]}>
  ## Box Java SDK v5.0.0 released

  Introducing a new major version of Box Java SDK `v5` that includes two packages — the manually maintained `com.box.sdk` package and the generated `com.box.sdkgen` package. The coexisting packages provide easier access to the latest Box API features and support gradual migration to the standalone generated package.

  There are no breaking changes between `v4` and `v5` of Box Java SDK. For more information about migrating to `v5` visit [`v4` to `v5` migration guide](https://github.com/box/box-java-sdk/blob/combined-sdk/migration-guides/from-v4-to-v5.md)

  ### What's New in `v5`

  With this SDK version, alongside the existing `com.box.sdk` package, we’re introducing a new `com.box.sdkgen` package, which gives you access to:

  * **Full API Support** — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.

  * **Rapid API Updates** — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.

  * **Embedded Documentation** — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.

  * **Enhanced Convenience Methods** — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.

  ### Important Notes

  This version allows you to gradually migrate your code base to the `com.box.sdkgen` package. The key differences between the packages are documented in the [package migration guide](https://github.com/box/box-java-sdk/blob/combined-sdk/migration-guides/from-com-box-sdk-to-com-box-sdkgen.md).

  Ultimately, we recommend to migrate to `v10` which includes only the generated `com.box.sdkgen` package. To migrate from `v5` to `v10` follow this [migration guide](https://github.com/box/box-java-sdk/blob/combined-sdk/migration-guides/from-v5-to-v10.md).

  For more information, see the [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning/). Follow developer changelog for future updates.
</Update>

<Update label="2025-10-23" tags={["New features", "Impactful changes", "SDKs", "iOS"]}>
  ## Box iOS SDK 6.0.0 released

  Introducing a new major version of Box iOS SDK `v6` that includes two modules — the manually maintained module and the generated module. The coexisting modules provide easier access to the latest Box API features and support gradual migration to the standalone generated module.

  ### Breaking Changes

  * With `v6` of Box iOS SDK, support for `iOS 11.0`, `macOS 10.13`, `tvOS 11.0` and `watchOS 4.0` has been dropped.

  Starting with `v6`, the minimum supported versions are `iOS 13.0`, `macOS 10.15`, `tvOS 13.0`, and `watchOS 6.0`.

  This update aligns the SDK with current Apple development standards and is required to adopt the new features available in the BoxSdkGen module.

  For the latest submission and SDK `toolchain` requirements, see Apple’s SDK minimum requirements [Apple Developer](https://developer.apple.com/news/upcoming-requirements/?id=02212025a).

  For more information about migrating to `v6` visit [`v5` to `v6` migration guide](https://github.com/box/box-ios-sdk/blob/combined-sdk/migration-guides/from-v5-to-v6.md).

  ### What's New in `v6`

  With this SDK version, alongside the existing `BoxSDK` module, we’re introducing a new `BoxSdkGen` module, which gives you access to:

  * **Full API Support** — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.

  * **Rapid API Updates** — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.

  * **Embedded Documentation** — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.

  * **Enhanced Convenience Methods** — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.

  ### Important Notes

  This version allows you to gradually migrate your code base to the `BoxSdkGen` module. The key differences between the modules are documented in the [module migration guide](https://github.com/box/box-ios-sdk/blob/combined-sdk/migration-guides/from-BoxSDK-to-BoxSdkGen.md).

  Ultimately, we recommend to migrate to `v10` which includes only the generated module `BoxSdkGen`. To migrate from `v6` to `v10` follow this [migration guide](https://github.com/box/box-ios-sdk/blob/combined-sdk/migration-guides/from-v6-to-v10.md).

  For more information, see the [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning/). Follow developer changelog for future updates.
</Update>

<Update label="2025-10-21" tags={["CLI"]}>
  ## Box CLI v4.4.1 released

  ### Bug Fixes

  * Fix the `--exempt-from-2fa` flag in `create` and `update` users commands ([#598](https://github.com/box/boxcli/issues/598)) ([`8f897fe`](https://github.com/box/boxcli/commit/8f897feb677a0089e7854aaf8ef6b2babb70ab16))
</Update>

<Update label="2025-10-14" tags={["New features", "CLI"]}>
  ## Box CLI v4.4.0 released

  ### New Features and Enhancements

  * Support update users notification email ([#596](https://github.com/box/boxcli/issues/596)) ([`49356f4`](https://github.com/box/boxcli/commit/49356f4ad954caf0c0d60646debc2bc047bddf7a))
</Update>

<Update label="2025-10-06" tags={["New features", "SDKs"]}>
  ## Box Windows SDK v10.1.0 released

  ### Bug Fixes

  * Allow flexible key-value data in `AiExtractResponse.answer` and `Event.additionalDetails` (box/box-openapi[#556](https://github.com/box/box-windows-sdk-v2/issues/556)) ([#1147](https://github.com/box/box-windows-sdk-v2/issues/1147)) ([`c41a444`](https://github.com/box/box-windows-sdk-v2/commit/c41a4449a27be4484f986c3260950ae863c1285c))
  * Make `role` parameter of update collaboration optional (box/box-openapi[#557](https://github.com/box/box-windows-sdk-v2/issues/557)) ([#1156](https://github.com/box/box-windows-sdk-v2/issues/1156)) ([`8247918`](https://github.com/box/box-windows-sdk-v2/commit/824791817bd4c65770f2ef65bb7b0eb3b48b892b))

  ### New Features and Enhancements

  * Handle Dictionary with object values deserialization (box/box-codegen[#850](https://github.com/box/box-windows-sdk-v2/issues/850)) ([#1144](https://github.com/box/box-windows-sdk-v2/issues/1144)) ([`611b474`](https://github.com/box/box-windows-sdk-v2/commit/611b47424ff8773b9aabfb772a65f0ebca754e9e))
</Update>

<Update label="2025-10-06" tags={["Python", "SDKs"]}>
  ## Box Python SDK v10.0.1 released

  ### Bug Fixes

  * Allow flexible key-value data in `AiExtractResponse.answer` and `Event.additionalDetails` (box/box-openapi[#556](https://github.com/box/box-python-sdk/issues/556)) ([#1084](https://github.com/box/box-python-sdk/issues/1084)) ([`f63cffe`](https://github.com/box/box-python-sdk/commit/f63cffec92ccf98af21d6227328aab00fa159187))
  * Make `role` parameter of update collaboration optional (box/box-openapi[#557](https://github.com/box/box-python-sdk/issues/557)) ([#1093](https://github.com/box/box-python-sdk/issues/1093)) ([`5c21907`](https://github.com/box/box-python-sdk/commit/5c21907869d359fdb8fe4c83317a9eca5aeffdc3))
</Update>

<Update label="2025-10-06" tags={["SDKs", "Node"]}>
  ## Box Node SDK v10.0.1 released

  ### Bug Fixes

  * Allow flexible key-value data in `AiExtractResponse.answer` and `Event.additionalDetails` (box/box-openapi[#556](https://github.com/box/box-node-sdk/issues/556)) ([#1051](https://github.com/box/box-node-sdk/issues/1051)) ([`70a2275`](https://github.com/box/box-node-sdk/commit/70a2275ada40f079178166d60c7f5d0a48bd5e40))
  * Make `role` parameter of update collaboration optional (box/box-openapi[#557](https://github.com/box/box-node-sdk/issues/557)) ([#1068](https://github.com/box/box-node-sdk/issues/1068)) ([`3992171`](https://github.com/box/box-node-sdk/commit/3992171af8587d9f43888ecd2fcbcd70a9f1b2b6))
  * Relax JSON deserialization guard by removing strict `content-type` check (box/box-codegen[#844](https://github.com/box/box-node-sdk/issues/844)) ([#1033](https://github.com/box/box-node-sdk/issues/1033)) ([`1eb2c32`](https://github.com/box/box-node-sdk/commit/1eb2c32a923be1762bf9dfbb2dfdb9e5b3e78af5))
</Update>

<Update label="2025-10-06" tags={["Java", "SDKs"]}>
  ## Box Java SDK v10.1.0 released

  ### Bug Fixes

  * Allow flexible key-value data in `AiExtractResponse.answer` and `Event.additionalDetails` (box/box-openapi[#556](https://github.com/box/box-java-sdk/issues/556)) ([#1470](https://github.com/box/box-java-sdk/issues/1470)) ([`e215a5f`](https://github.com/box/box-java-sdk/commit/e215a5f2502e694421a05d8da550d2b305c09460))
  * Make `role` parameter of update collaboration optional (box/box-openapi[#557](https://github.com/box/box-java-sdk/issues/557)) ([#1479](https://github.com/box/box-java-sdk/issues/1479)) ([`6896386`](https://github.com/box/box-java-sdk/commit/6896386c6086996399066b09b5afc998a5a95ca4))

  ### New Features and Enhancements

  * Add `Javadoc` comments (box/box-codegen[#839](https://github.com/box/box-java-sdk/issues/839)) ([#1465](https://github.com/box/box-java-sdk/issues/1465)) ([`c72407d`](https://github.com/box/box-java-sdk/commit/c72407dc77cc67f3a178d607a2b1bd4e90e832a8))
</Update>

<Update label="2025-10-06" tags={["SDKs", "iOS", "iOS"]}>
  ## Box iOS SDK 10.0.1 released

  ### Bug Fixes

  * Allow flexible key-value data in `AiExtractResponse.answer` and `Event.additionalDetails` (box/box-openapi[#556](https://github.com/box/box-ios-sdk/issues/556)) ([#1128](https://github.com/box/box-ios-sdk/issues/1128)) ([`3e9a78c`](https://github.com/box/box-ios-sdk/commit/3e9a78ce710b0161e0912d1ee6af0b7758875fbc))
  * Make `role` parameter of update collaboration optional (box/box-openapi[#557](https://github.com/box/box-ios-sdk/issues/557)) ([#1138](https://github.com/box/box-ios-sdk/issues/1138)) ([`3fc5dc9`](https://github.com/box/box-ios-sdk/commit/3fc5dc9a62bd0cabc8987d56c0d63b94fa7ef14d))
</Update>

<Update label="2025-10-03" tags={["New features", "Impactful changes", "Java", "SDKs"]}>
  ## Box Java SDK v4.16.4 released

  ### Bug Fixes

  * Bump Bouncy Castle to fix `CVE-2025-8916` ([#1454](https://github.com/box/box-java-sdk/issues/1454)) ([`a3605f4`](https://github.com/box/box-java-sdk/commit/a3605f47b4c5ee6b053f0940f9a06cba0a5c2584))
</Update>

<Update label="2025-10-01" tags={["API", "Salesforce"]}>
  ## Salesforce Developer Toolkit updates

  The developer guides for the [Salesforce Developer Toolkit](https://developer.box.com/guides/tooling/salesforce-toolkit/) have been updated to include:

  * Methods and operations for [Box Sign](https://developer.box.com/guides/tooling/salesforce-toolkit/methods/#box-sign) and [Box Hubs](https://developer.box.com/guides/tooling/salesforce-toolkit/methods/#box-hubs)
  * Code samples for [Box Sign](https://developer.box.com/guides/tooling/salesforce-toolkit/samples/#create-a-sign-request) and [Box Hubs](https://developer.box.com/guides/tooling/salesforce-toolkit/samples/#get-box-hubs)
  * All methods that can be invoked in [Salesforce Flows](https://developer.box.com/guides/tooling/salesforce-toolkit/flow-actions/#methods-in-salesforce-flows)
  * Methods in Agentforce Flows for [Box Hubs](https://developer.box.com/guides/tooling/salesforce-toolkit/box-agentforce-package/#box-hubs)
</Update>

<Update label="2025-10-01" tags={["New features", "UI Elements"]}>
  ## Box UI Elements v25.1.0 released

  ### [25.1.0](https://github.com/box/box-ui-elements/compare/v25.0.0...v25.1.0) (2025-10-01)

  ### Bug Fixes

  * **i18n:** update translations ([#4298](https://github.com/box/box-ui-elements/issues/4298)) ([`86df699`](https://github.com/box/box-ui-elements/commit/86df69972d8e2ea1c176daf4ba9b2b8484fd8504))
  * **security-cloud-game:** Use nodeRef in DragCloud for React 19 ([#4286](https://github.com/box/box-ui-elements/issues/4286)) ([`ee8cba8`](https://github.com/box/box-ui-elements/commit/ee8cba848001708bd98ec889523527185a12c1ff))

  ### Features

  * **content-sharing:** Convert Content Sharing V2 API Response ([#4285](https://github.com/box/box-ui-elements/issues/4285)) ([`6730ffe`](https://github.com/box/box-ui-elements/commit/6730ffe42cbdddae325f196875b8765405ca3186))
  * **content-sidebar:** handle success event for creating metadata instance ([#4284](https://github.com/box/box-ui-elements/issues/4284)) ([`371c1a9`](https://github.com/box/box-ui-elements/commit/371c1a9843f31af78b667b3f80dd6319b1c5d6ff))
  * **content-sidebar:** implement for custom sidebar panels ([#4239](https://github.com/box/box-ui-elements/issues/4239)) ([`750737c`](https://github.com/box/box-ui-elements/commit/750737cb6c0b3fb10e7794183fde8c63373ee673))
  * **item-properties:** Add files count for folder in item properties ([#4283](https://github.com/box/box-ui-elements/issues/4283)) ([`f12340a`](https://github.com/box/box-ui-elements/commit/f12340a30286781d5a35ed57dcf59ccca2499c99))
  * **video-annotations:** sidebar support for video annotations ([#4318](https://github.com/box/box-ui-elements/issues/4318)) ([`aa5fc16`](https://github.com/box/box-ui-elements/commit/aa5fc1667f8693ba11b072aa35075e1f073a0241))

  ### Reverts

  * "chore(mergify): update circleci and mergify configuration ([#4](https://github.com/box/box-ui-elements/issues/4)… ([#4296](https://github.com/box/box-ui-elements/issues/4296)) ([`b915e45`](https://github.com/box/box-ui-elements/commit/b915e45fd8abc702fbdd99eb0bb4b411e00e7ef2)), closes [#4295](https://github.com/box/box-ui-elements/issues/4295)
</Update>

<Update label="2025-09-30" tags={["Impactful changes", "API", "AI"]}>
  ## Box AI API - AWS Claude 4.5 Sonnet now available

  The list of [available AI models](https://developer.box.com/guides/box-ai/ai-models) has been recently updated with AWS Claude 4.5 Sonnet.

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

  You can use the provided models to [override the default model](https://developer.box.com/guides/box-ai/ai-models) used in the AI agent configuration.
  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="2025-09-29" tags={["CLI"]}>
  ## Box CLI v4.3.1 released

  ### Bug Fixes

  * Fix multi item mode in `ai:ask` command ([#593](https://github.com/box/boxcli/issues/593)) ([`5081d43`](https://github.com/box/boxcli/commit/5081d432d8ded16c8bf759352d28be0214fbe4ec))
</Update>

<Update label="2025-09-26" tags={["New features", "Impactful changes", "UI Elements"]}>
  ## Box UI Elements v25.0.0 released

  ### [25.0.0](https://github.com/box/box-ui-elements/compare/v24.0.0...v25.0.0) (2025-09-26)

  ### Bug Fixes

  * **classification:** use `AsyncLoad` for `AppliedByAiClassificationReason` ([#4274](https://github.com/box/box-ui-elements/issues/4274)) ([`b80df38`](https://github.com/box/box-ui-elements/commit/b80df3853c94a93fecac1d242bea11fce51cef00))
  * **common:** Remove `findDOMNode` from `makeDroppable` (BREAKING CHANGE) ([#4276](https://github.com/box/box-ui-elements/issues/4276)) ([`c3bcad3`](https://github.com/box/box-ui-elements/commit/c3bcad39d81692c1d831e090ff3664c07e0ae987))
  * **i18n:** update translations ([#4269](https://github.com/box/box-ui-elements/issues/4269)) ([`d27c054`](https://github.com/box/box-ui-elements/commit/d27c054e985386fcce723c8929a33eb5c0f1500f))
  * **i18n:** update translations ([#4272](https://github.com/box/box-ui-elements/issues/4272)) ([`9f3520b`](https://github.com/box/box-ui-elements/commit/9f3520b8f63aa7445a83ece2cf0e12610484c506))
  * **i18n:** update translations ([#4277](https://github.com/box/box-ui-elements/issues/4277)) ([`23b27f6`](https://github.com/box/box-ui-elements/commit/23b27f6ef48d4928a7f685ec084174f4b0e7e322))
  * **i18n:** update translations ([#4280](https://github.com/box/box-ui-elements/issues/4280)) ([`7c633b8`](https://github.com/box/box-ui-elements/commit/7c633b85f7c75e0948e7d38db0417f40e7c79f7c))
  * **i18n:** update translations ([#4289](https://github.com/box/box-ui-elements/issues/4289)) ([`8453128`](https://github.com/box/box-ui-elements/commit/8453128761a7d239f24654d59992ab38ac9ca501))
  * **metadata-view:** show error state when exception is thrown ([#4270](https://github.com/box/box-ui-elements/issues/4270)) ([`246f2df`](https://github.com/box/box-ui-elements/commit/246f2dfb3d12f1805ffac279eeceb1f9d59daef8))
  * **metadataeditor:** portal dropdown to preview container ([#4273](https://github.com/box/box-ui-elements/issues/4273)) ([`540a957`](https://github.com/box/box-ui-elements/commit/540a9575b3e16b23a8affb7ec12dad0ad7406735))

  ### Features

  * **classification:** `AppliedByAiClassificationReason` card to support empty reason ([#4279](https://github.com/box/box-ui-elements/issues/4279)) ([`cb04234`](https://github.com/box/box-ui-elements/commit/cb04234576cfc65c61402035c03d4a026a5eb08b))
  * **classification:** support AI reasoning and new applied by labels ([#4271](https://github.com/box/box-ui-elements/issues/4271)) ([`681bace`](https://github.com/box/box-ui-elements/commit/681bace22e3b2c7cc381c73855c1d1dd6b4f1548))
  * **content-sharing:** Create `ContentSharingV2` component ([#4282](https://github.com/box/box-ui-elements/issues/4282)) ([`ef49c77`](https://github.com/box/box-ui-elements/commit/ef49c773b63fb240c115308c48030f46d46971a5))
  * **metadata-view:** bump metadata view version ([#4287](https://github.com/box/box-ui-elements/issues/4287)) ([`f5887d7`](https://github.com/box/box-ui-elements/commit/f5887d74f689dd79e41ca2979d3a2430fc8b8bda))
  * **metadata-view:** update blueprint web version ([#4288](https://github.com/box/box-ui-elements/issues/4288)) ([`6d599a3`](https://github.com/box/box-ui-elements/commit/6d599a3f7a3cc7f8f9f7a724e1d5a7b29522351a))
  * **timestamped-comments:** enable timestamp handling in sidebar ([#4275](https://github.com/box/box-ui-elements/issues/4275)) ([`7f9defa`](https://github.com/box/box-ui-elements/commit/7f9defa1dae1faff823b414b708f164913aa701e)), closes [#4226](https://github.com/box/box-ui-elements/issues/4226) [#4230](https://github.com/box/box-ui-elements/issues/4230) [#4274](https://github.com/box/box-ui-elements/issues/4274)
  * **timestamped-comments:** timestamped comments editor updates ([#4244](https://github.com/box/box-ui-elements/issues/4244)) ([`6e1bd80`](https://github.com/box/box-ui-elements/commit/6e1bd8060212d35529fcb0dcc4b7abd77470941d)), closes [#4226](https://github.com/box/box-ui-elements/issues/4226) [#4230](https://github.com/box/box-ui-elements/issues/4230)

  ### BREAKING CHANGES

  * **common:** Wrapped component of `makeDroppable` must have ref prop,
    for example with `React.forwardRef`

  * fix: Clean up tests
</Update>

<Update label="2025-09-05" tags={["UI Elements"]}>
  ## Metadata view v2 in Content Explorer

  We introduced `v2` of the [metadata view in the Box Content Explorer](/guides/embed/ui-elements/explorer-metadata-v2) UI element.
  It's a ground-up redesign of the original version, introducing a streamlined interface tailored for metadata-driven workflows.

  ## Key features

  * filtering and editing interfaces with dedicated UI for each metadata field type,
  * flexible display options with list and grid views,
  * pagination support.

  ## Migration from `v1` to `v2`

  The `v1` of the metadata view Content Explorer has reached end of support and it will no longer receive bug fixes or new features.
  We recommend to migrate to the new `v2` metadata view. See the [migration guide](/guides/embed/ui-elements/explorer-metadata-v2/#migrating-from-v1-to-v2) for a detailed instruction.

  ## Where to get support

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

<Update label="2025-09-17" tags={["SDKs", ".NET"]}>
  ## Box Windows SDK v10.0.0 released

  Introducing **`Box SDK v10`**, a major release designed to elevate your developer experience and streamline integration with Box Content Cloud. Currently available as a separate [`sdk-gen`](https://github.com/box/box-windows-sdk-v2/tree/sdk-gen) branch, `v10` will ultimately become the main branch.

  ### Breaking Changes

  * This SDK version is auto-generated and introduces a new interface for all methods. Extensive documentation is available [here](https://github.com/box/box-windows-sdk-v2/tree/sdk-gen/docs).

  ### What's New in `v10`

  * **Full API Support** — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.

  * **Rapid API Updates** — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.

  * **Embedded Documentation** — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.

  * **Enhanced Convenience Methods** — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.

  ### Important Notes

  This version includes the Box Next Generation SDK artifact, previously developed in parallel to core Box SDKs. To facilitate migration and provide access to the newest features, we'll soon release an additional major version combining both artifacts. Migration to `v10` includes breaking changes, please review the [migration guide](https://github.com/box/box-windows-sdk-v2/blob/sdk-gen/migration-guides/from-v5-to-v10.md) for details.  For more information, see the [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning/). Follow developer changelog for future updates.

  ***

  ### What’s New Compared to [Dotnet SDK Gen](https://github.com/box/box-dotnet-sdk-gen) `v1.12.0`

  #### ⚠ BREAKING CHANGES

  * Change names of unions (box/box-openapi[#549](https://github.com/box/box-windows-sdk-v2/issues/549)) ([#1007](https://github.com/box/box-windows-sdk-v2/issues/1007)) ([`fcef4ec`](https://github.com/box/box-windows-sdk-v2/commit/fcef4ecab38435fb4a79e2db8fcf2c5ad931986b))
  * Remove unused models from schemas (box/box-openapi[#547](https://github.com/box/box-windows-sdk-v2/issues/547)) ([#999](https://github.com/box/box-windows-sdk-v2/issues/999)) ([`ffcb488`](https://github.com/box/box-windows-sdk-v2/commit/ffcb4888e6ad52f10028f92c49b5d919cb1ac620))

  #### Bug Fixes

  * Fix `net462` debug build ([#1020](https://github.com/box/box-windows-sdk-v2/issues/1020)) ([`04f8343`](https://github.com/box/box-windows-sdk-v2/commit/04f8343c200e45ebe65bd29f03f55a44e76bcbde))
  * Rename external user deletion method (box/box-codegen[#796](https://github.com/box/box-windows-sdk-v2/issues/796)) ([#1024](https://github.com/box/box-windows-sdk-v2/issues/1024)) ([`13928c5`](https://github.com/box/box-windows-sdk-v2/commit/13928c559bd3e97d060c48997b05ca384333d03d))

  #### New Features and Enhancements

  * Add External User Deletion API (box/box-openapi[#550](https://github.com/box/box-windows-sdk-v2/issues/550)) ([#1009](https://github.com/box/box-windows-sdk-v2/issues/1009)) ([`2178bc8`](https://github.com/box/box-windows-sdk-v2/commit/2178bc87c8b724598616e99f0a528c7b21ff12c6))
  * Add missing webhook events (box/box-openapi[#554](https://github.com/box/box-windows-sdk-v2/issues/554)) ([#1068](https://github.com/box/box-windows-sdk-v2/issues/1068)) ([`7fe3b99`](https://github.com/box/box-windows-sdk-v2/commit/7fe3b99cae1cf5be9ad3ec7bec54c97f198fd8c7))
  * Add Net Framework 462 support for `v10` (box/box-codegen[#773](https://github.com/box/box-windows-sdk-v2/issues/773)) ([#986](https://github.com/box/box-windows-sdk-v2/issues/986)) ([`67366c7`](https://github.com/box/box-windows-sdk-v2/commit/67366c7274faa5c758490d393605c76220aa6a79))
  * Allow injecting custom decryption mechanism for `jwt` ([#974](https://github.com/box/box-windows-sdk-v2/issues/974)) ([`b877355`](https://github.com/box/box-windows-sdk-v2/commit/b877355493b60dc6f9c1a576927d6e0c62ec27f3))

  For more details check [migration guide](https://github.com/box/box-windows-sdk-v2/blob/sdk-gen/migration-guides/from-dotnet-sdk-gen-v1-to-box-windows-sdk-v10.md) from `box-dotnet-sdk-gen` `v1` to `box-windows-sdk-v2` `v10`.
</Update>

<Update label="2025-09-17" tags={["New features", "Impactful changes", "Node", "Python", "Java", "Windows", "iOS", "SDKs"]}>
  ## Box SDKs v10

  Introducing Box SDKs `v10`, a major release designed to elevate your developer experience and streamline integration with Box Content Cloud. Currently available as a separate branch for each SDK, `v10` will ultimately become the main branch.

  What's new in `v10`:

  * Full API support — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.
  * Rapid API updates — Our new auto-generation approach enables Box API additions within days, ensuring that you can leverage the most up-to-date features without delay.
  * Embedded documentation — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.
  * Enhanced convenience methods — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.

  This version includes the Box Next Generation SDK artifact, previously developed in parallel to Box core SDKs. To facilitate migration and provide access to the newest features, we'll soon release an additional major version containing both artifacts.
  No immediate action required — If you're using the current SDK version, your existing code will continue to work without changes. However, migrating to `v10` includes breaking changes. For more information and migration guides, see the [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning). Follow the developer changelog for future updates.

  ## Where to get support

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

<Update label="2025-09-17" tags={["Impactful changes", "Node", "Python", "Java", "Windows", "iOS", "SDKs"]}>
  ## Box Next Generation SDK deprecation

  As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts. Don’t worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDKs with no impact, but you won't receive new features, updates, or bug fixes.

  In keeping with industry best practices, we are consolidating the Box Next Generation SDKs and Box core SDKs into a single package for each programming language. This makes migration efforts much easier and allows seamless addition of new capabilities to existing applications still powered by Box core SDKs, which were maintained manually.

  All future development, including new features and updates for the Next Generation SDKs, will be delivered through Box core SDKs starting with version `v10`. Currently, `v10` is available as a separate branch.

  For more information and migration guides, see the [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning). Follow the developer changelog for future updates.

  ## Where to get support

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

<Update label="2025-09-17" tags={["Java", "SDKs"]}>
  ## Box Java SDK v10.0.0 released

  Introducing **`Box SDK v10`**, a major release designed to elevate your developer experience and streamline integration with Box Content Cloud. Currently available as a separate [`sdk-gen`](https://github.com/box/box-java-sdk/tree/sdk-gen) branch, `v10` will ultimately become the main branch.

  ### Breaking Changes

  * This SDK version is auto-generated and introduces a new interface for all methods. Extensive documentation is available [here](https://github.com/box/box-java-sdk/tree/sdk-gen/docs).

  ### What's New in `v10`

  * **Full API Support** — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.

  * **Rapid API Updates** — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.

  * **Embedded Documentation** — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.

  * **Enhanced Convenience Methods** — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.

  ### Important Notes

  This version includes the Box Next Generation SDK artifact, previously developed in parallel to core Box SDKs. To facilitate migration and provide access to the newest features, we'll soon release an additional major version combining both artifacts. Migration to `v10` includes breaking changes, please review the [migration guide](https://github.com/box/box-java-sdk/blob/sdk-gen/migration-guides/from-v4-to-v10.md) for details.  For more information, see the [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning). Follow developer changelog for future updates.

  ***

  ### What’s New Compared to [Java SDK Gen](https://github.com/box/box-java-sdk-gen) `v0.8.1`

  #### ⚠ BREAKING CHANGES

  * Change names of unions (box/box-codegen[#787](https://github.com/box/box-java-sdk/issues/787)) ([#1359](https://github.com/box/box-java-sdk/issues/1359)) ([`114e778`](https://github.com/box/box-java-sdk/commit/114e7785031e19fb58933f231e656a991b5effb7))
  * Remove unused models from schemas (box/box-openapi[#547](https://github.com/box/box-java-sdk/issues/547)) ([#1354](https://github.com/box/box-java-sdk/issues/1354)) ([`e031308`](https://github.com/box/box-java-sdk/commit/e031308f102137351238bf3823372150d3927442)), closes [box/`box-openapi#542`](https://github.com/box/box-openapi/issues/542) [box/`box-openapi#544`](https://github.com/box/box-openapi/issues/544) [box/`box-codegen#781`](https://github.com/box/box-java-sdk/issues/781) [box/`box-openapi#545`](https://github.com/box/box-openapi/issues/545) [`box/box-codegen#782`](https://github.com/box/box-java-sdk/issues/782)
  * Replace `Date` with `OffsetDateTime` (box/box-codegen[#826](https://github.com/box/box-java-sdk/issues/826)) ([#1419](https://github.com/box/box-java-sdk/issues/1419)) ([`ed04407`](https://github.com/box/box-java-sdk/commit/ed04407e8effa8811bc85023783097f8a95e5223))

  #### New Features and Enhancements

  * Add proxy support (box/box-codegen[#830](https://github.com/box/box-java-sdk/issues/830)) ([#1424](https://github.com/box/box-java-sdk/issues/1424)) ([`cc53247`](https://github.com/box/box-java-sdk/commit/cc532475cdaf5ec3fd710149b41a6e7b04dcd32f))

  For more details check [migration guide](https://github.com/box/box-java-sdk/blob/sdk-gen/migration-guides/from-box-java-sdk-gen-v0-to-box-java-sdk-v10.md) from `box-java-sdk-gen` `v0` to `box-java-sdk` `v10`.
</Update>

<Update label="2025-09-17" tags={["SDKs", "iOS", "iOS"]}>
  ## Box iOS SDK 10.0.0 released

  Introducing **`Box iOS SDK v10`**, a major release designed to elevate your developer experience and streamline integration with Box Content Cloud. Currently available as a separate [`sdk-gen`](https://github.com/box/box-ios-sdk/tree/sdk-gen) branch, `v10` will ultimately become the main branch.

  ### Breaking Changes

  * This SDK version is auto-generated and introduces a new interface for all methods. Extensive documentation is available [here](https://github.com/box/box-ios-sdk/tree/sdk-gen/docs).

  ### What's New in `v10`

  * **Full API Support** — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.

  * **Rapid API Updates** — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.

  * **Embedded Documentation** — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.

  * **Enhanced Convenience Methods** — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.

  ### Important Notes

  This version includes the Box Next Generation SDK artifact, previously developed in parallel to core Box SDKs. To facilitate migration and provide access to the newest features, we'll soon release an additional major version combining both artifacts. Migration to `v10` includes breaking changes, please review the [migration guide](https://github.com/box/box-ios-sdk/blob/sdk-gen/migration-guides/from-v5-to-v10.md) for details.  For more information, see the [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning). Follow developer changelog for future updates.

  ***

  ### What’s New Compared to [Box Swift SDK Gen](https://github.com/box/box-swift-sdk-gen) `v0.6.3`

  ### New Features and Enhancements

  * Add External User Deletion API (box/box-codegen[#550](https://github.com/box/box-ios-sdk/issues/969)) ([`74571fb`](https://github.com/box/box-ios-sdk/commit/74571fb6675d0ff90d0ec4ef2baf7113816093f8))
  * Add missing webhook events (box/box-openapi[#554](https://github.com/box/box-ios-sdk/issues/554)) ([#1048](https://github.com/box/box-ios-sdk/issues/1048)) ([`b8bf1ad`](https://github.com/box/box-ios-sdk/commit/b8bf1add360119f70a626f663cd810f9598ec794))
  * Retry requests for network errors in Swift (box/box-codegen[#820](https://github.com/box/box-ios-sdk/issues/820)) ([#1051](https://github.com/box/box-ios-sdk/issues/1051)) ([`ba21450`](https://github.com/box/box-ios-sdk/commit/ba214507b37d2a842bcf044b5b4392b442486d6f))

  For more details check [migration guide](https://github.com/box/box-ios-sdk/blob/sdk-gen/migration-guides/from-box-swift-sdk-gen-v0-to-box-ios-sdk-v10.md) from `box-swift-sdk-gen` `v0` to `box-ios-sdk` `v10`.
</Update>

<Update label="2025-09-16" tags={["SDKs", "TypeScript"]}>
  ## Box TypeScript SDK Generated v1.19.1 released

  ### Bug Fixes

  * Fix ESM build and add test set (box/box-codegen[#828](https://github.com/box/box-typescript-sdk-gen/issues/828)) ([#768](https://github.com/box/box-typescript-sdk-gen/issues/768)) ([`c198527`](https://github.com/box/box-typescript-sdk-gen/commit/c19852701d4e14eb6f6a9c7f24b4621d57a08b60))
</Update>

<Update label="2025-09-05" tags={["New features", "Impactful changes", "UI Elements"]}>
  ## Box UI Elements v24.0.0 released

  ### [24.0.0](https://github.com/box/box-ui-elements/compare/v23.4.0...v24.0.0) (2025-09-05)

  ### Bug Fixes

  * **blueprint-web:** Upgrade blueprint-web packages ([#4261](https://github.com/box/box-ui-elements/issues/4261)) ([`ac48f93`](https://github.com/box/box-ui-elements/commit/ac48f9313b4603cbae3ac7daf8be36cf84d0bdb1))
  * **blueprint:** Blueprint Modernization ([#4204](https://github.com/box/box-ui-elements/issues/4204)) ([`29030a9`](https://github.com/box/box-ui-elements/commit/29030a9a8c50eaa3b94c463993bc44dd2cc439ff))
  * **box-ai:** Fix suggested questions not appearing ([#4249](https://github.com/box/box-ui-elements/issues/4249)) ([`0c63595`](https://github.com/box/box-ui-elements/commit/0c63595299ea25408cabe6a4d846e7a34df74ee9))
  * **box-ai:** Update box-ai-content-answers peer dependency version ([#4238](https://github.com/box/box-ui-elements/issues/4238)) ([`8967acf`](https://github.com/box/box-ui-elements/commit/8967acf340eb96c4a50e11934c022cd10af1c42b))
  * **content-explorer:** Fix flaky SubheaderV2 folder title ([#4229](https://github.com/box/box-ui-elements/issues/4229)) ([`330ae33`](https://github.com/box/box-ui-elements/commit/330ae3398998c7e05778a52f15f2e5d0f815a0b3))
  * **content-explorer:** Fix grid selection ([#4267](https://github.com/box/box-ui-elements/issues/4267)) ([`4beb05d`](https://github.com/box/box-ui-elements/commit/4beb05d307a142331d55030fe35154c26dd4b1a5))
  * **content-explorer:** Validate selected item ids after item changes ([#4268](https://github.com/box/box-ui-elements/issues/4268)) ([`baaaa83`](https://github.com/box/box-ui-elements/commit/baaaa83462ef6b307992a9f6d800e62c8c668d16))
  * **i18n:** update translations ([#4241](https://github.com/box/box-ui-elements/issues/4241)) ([`5e7030a`](https://github.com/box/box-ui-elements/commit/5e7030adc2e0ad683c11329dc00ab8dbd911aea7))
  * **i18n:** update translations ([#4247](https://github.com/box/box-ui-elements/issues/4247)) ([`29f266c`](https://github.com/box/box-ui-elements/commit/29f266cbaa554d528766207ca22d9ab544686e36))
  * **i18n:** update translations ([#4253](https://github.com/box/box-ui-elements/issues/4253)) ([`f9e4e79`](https://github.com/box/box-ui-elements/commit/f9e4e7922d4efda3addbea621f71aaee38475385))
  * **i18n:** update translations ([#4254](https://github.com/box/box-ui-elements/issues/4254)) ([`59e30e3`](https://github.com/box/box-ui-elements/commit/59e30e3ac5eb1798456f228558f30f42d1b4ac2d))
  * **i18n:** update translations ([#4258](https://github.com/box/box-ui-elements/issues/4258)) ([`2522af9`](https://github.com/box/box-ui-elements/commit/2522af9d1ee562ec8f838263422c5ce30edc6be0))
  * **i18n:** update translations ([#4259](https://github.com/box/box-ui-elements/issues/4259)) ([`d3c5a78`](https://github.com/box/box-ui-elements/commit/d3c5a78fb8962acb92cdd91dccc497f05abdf164))
  * **i18n:** update translations ([#4264](https://github.com/box/box-ui-elements/issues/4264)) ([`8118ab6`](https://github.com/box/box-ui-elements/commit/8118ab6ae814daad43848e626b711fe3e92b00e8))
  * **metadata-view:** default iconcolumnvariant ([#4262](https://github.com/box/box-ui-elements/issues/4262)) ([`141cf6e`](https://github.com/box/box-ui-elements/commit/141cf6e1cc7c61a989c7bffbc5215d02c6d4f4c5))
  * **metadata-view:** Enable sorting dropdown ([#4265](https://github.com/box/box-ui-elements/issues/4265)) ([`fac795f`](https://github.com/box/box-ui-elements/commit/fac795f44248bb444c489d0512344a9f72b188d7))
  * **metadata-view:** fix filtering file extensions and filters visibility ([#4257](https://github.com/box/box-ui-elements/issues/4257)) ([`504aed7`](https://github.com/box/box-ui-elements/commit/504aed76ea4fab168ec9ad8b5190f1dfc15c781c))
  * **metadata-view:** fix filtering folders and files ([#4255](https://github.com/box/box-ui-elements/issues/4255)) ([`bdd6d1d`](https://github.com/box/box-ui-elements/commit/bdd6d1d6c521cf147a6fa89428560e1b9f65b9b7))
  * **metadata-view:** Hide keyword and location filters ([#4260](https://github.com/box/box-ui-elements/issues/4260)) ([`1ca5029`](https://github.com/box/box-ui-elements/commit/1ca5029a5287f7aad3aefe5d2e4cfed26c301e5e))
  * **metadata-view:** Use internal pagination ([#4263](https://github.com/box/box-ui-elements/issues/4263)) ([`b274e73`](https://github.com/box/box-ui-elements/commit/b274e73216a5f8195f1f15cd82414ae19d1273e8))
  * set version in release assets ([#4266](https://github.com/box/box-ui-elements/issues/4266)) ([`1ba15df`](https://github.com/box/box-ui-elements/commit/1ba15dfbb119b82515d263a5610a0725d6819949))

  ### Features

  * add client version to element api calls ([#4198](https://github.com/box/box-ui-elements/issues/4198)) ([`468d6c1`](https://github.com/box/box-ui-elements/commit/468d6c13d5e1b5c574f99442a22cdbb362d24485))
  * **box-ai:** Bump box-ai-content-answers version ([#4233](https://github.com/box/box-ui-elements/issues/4233)) ([`47cea9f`](https://github.com/box/box-ui-elements/commit/47cea9f604fafd686c03aeb42b9b14893d7dae0e))
  * **classification:** implement AppliedByAiClassificationReason ([#4250](https://github.com/box/box-ui-elements/issues/4250)) ([`e23fbf3`](https://github.com/box/box-ui-elements/commit/e23fbf303609bf6ee03ac35135dda57060346660))
  * **content-explorer:** Add initial filter values to Metadata View ([#4225](https://github.com/box/box-ui-elements/issues/4225)) ([`b68cd70`](https://github.com/box/box-ui-elements/commit/b68cd705b2720125c9b132a81ff6dd2f4abe3efc))
  * **metadata-instance-editor:** remove ai agent selector split and fi… ([#4226](https://github.com/box/box-ui-elements/issues/4226)) ([`1f953c0`](https://github.com/box/box-ui-elements/commit/1f953c08decd3113f855aceada1a8513e74582f9))
  * **metadata-view:** Add Filtering ([#4235](https://github.com/box/box-ui-elements/issues/4235)) ([`2f5e42b`](https://github.com/box/box-ui-elements/commit/2f5e42b9e36618dc6d9880812ee425eb5c799b29))
  * **metadata-view:** bulk custom actions ([#4227](https://github.com/box/box-ui-elements/issues/4227)) ([`371ad5e`](https://github.com/box/box-ui-elements/commit/371ad5eeb38cabe162d1b8bb0ab9eb6f8378deab))
  * **metadata-view:** default sortBy ([#4232](https://github.com/box/box-ui-elements/issues/4232)) ([`1a86aa5`](https://github.com/box/box-ui-elements/commit/1a86aa587b47e149d4e9430a3720492d4bffb2a4))
  * **metadata-view:** Implement metadata sidepanel ([#4230](https://github.com/box/box-ui-elements/issues/4230)) ([`4f89946`](https://github.com/box/box-ui-elements/commit/4f8994652f45b34abd22d5347ecfd7642ce47fa2))
  * **metadata-view:** Multi value display and onSave in metadata sidepanel ([#4245](https://github.com/box/box-ui-elements/issues/4245)) ([`7ddea1e`](https://github.com/box/box-ui-elements/commit/7ddea1e9ae6c0f5686fb8efa501619da61f41818))
  * **metadata-view:** pass-thru onSortChange ([#4248](https://github.com/box/box-ui-elements/issues/4248)) ([`1a8a59f`](https://github.com/box/box-ui-elements/commit/1a8a59f66740eeb0313e4a64d2793f1bd5ea22c8))
  * **router:** withRouterIfEnabled ([#4221](https://github.com/box/box-ui-elements/issues/4221)) ([`f969170`](https://github.com/box/box-ui-elements/commit/f96917063feedb5ee681935b1551d8fa7555e74e))
  * **timestamped-comments:** enabling time stamped video comments ([#4228](https://github.com/box/box-ui-elements/issues/4228)) ([`31b580d`](https://github.com/box/box-ui-elements/commit/31b580d3dd7411f25b0f6841ab56eb91fb425fc1)), closes [#4226](https://github.com/box/box-ui-elements/issues/4226) [#4230](https://github.com/box/box-ui-elements/issues/4230)

  ### BREAKING CHANGES

  * **box-ai:** isResetChatEnabled prop removed
</Update>

<Update label="2025-09-05" tags={["New features", "SDKs", "TypeScript"]}>
  ## Box TypeScript SDK Generated v1.19.0 released

  ### Bug Fixes

  * Remove private access modifiers (box/box-codegen[#815](https://github.com/box/box-typescript-sdk-gen/issues/815)) ([#747](https://github.com/box/box-typescript-sdk-gen/issues/747)) ([`1693ddc`](https://github.com/box/box-typescript-sdk-gen/commit/1693ddc114b1c0452b2eddd6b4837a308155678a))

  ### New Features and Enhancements

  * Add missing webhook events (box/box-openapi[#554](https://github.com/box/box-typescript-sdk-gen/issues/554)) ([#753](https://github.com/box/box-typescript-sdk-gen/issues/753)) ([`2b77c98`](https://github.com/box/box-typescript-sdk-gen/commit/2b77c982d549ef8ad84d8c6b69f9afb37e53197e))
</Update>

<Update label="2025-09-05" tags={["iOS", "SDKs"]}>
  ## Box Swift SDK Generated 0.6.3 released

  ### New Features and Enhancements

  * Add missing webhook events (box/box-openapi[#554](https://github.com/box/box-swift-sdk-gen/issues/554)) ([#581](https://github.com/box/box-swift-sdk-gen/issues/581)) ([`966d171`](https://github.com/box/box-swift-sdk-gen/commit/966d171baa3f6fa1139732b05081000e44b0e08a))
</Update>

<Update label="2025-09-05" tags={["New features", "Python", "SDKs"]}>
  ## Box Python SDK Generated v1.17.0 released

  ### New Features and Enhancements

  * Add missing webhook events (box/box-openapi[#554](https://github.com/box/box-python-sdk-gen/issues/554)) ([#708](https://github.com/box/box-python-sdk-gen/issues/708)) ([`3d25542`](https://github.com/box/box-python-sdk-gen/commit/3d2554239b0bede7a3158cf88913592643c3e22b))
  * Support event with long polling (box/box-codegen[#757](https://github.com/box/box-python-sdk-gen/issues/757)) ([#673](https://github.com/box/box-python-sdk-gen/issues/673)) ([`481fbeb`](https://github.com/box/box-python-sdk-gen/commit/481fbeb1412ecc137c0090dd4b37fe9ad75db6b0))
</Update>

<Update label="2025-09-05" tags={["New features", "SDKs", ".NET"]}>
  ## Box Dotnet SDK Generated v1.12.0 released

  ### New Features and Enhancements

  * Add missing webhook events (box/box-openapi[#554](https://github.com/box/box-dotnet-sdk-gen/issues/554)) ([#600](https://github.com/box/box-dotnet-sdk-gen/issues/600)) ([`46c6d33`](https://github.com/box/box-dotnet-sdk-gen/commit/46c6d33238b7a97352a434333e18054d8adccd03))
</Update>

<Update label="2025-08-26" tags={["SDKs", "TypeScript"]}>
  ## Box TypeScript SDK Generated v1.18.1 released

  ### Bug Fixes

  * correct import and export handling (box/box-codegen[#801](https://github.com/box/box-typescript-sdk-gen/issues/801)) ([#738](https://github.com/box/box-typescript-sdk-gen/issues/738)) ([`cea513f`](https://github.com/box/box-typescript-sdk-gen/commit/cea513fcf3ed79b930e7067f06282c5bb08d8bd6))
</Update>

<Update label="2025-08-26" tags={["New features", "SDKs", "TypeScript"]}>
  ## Box TypeScript SDK Generated v1.18.0 released

  ### Bug Fixes

  * bump form-data to 4.0.4 and types/node-fetch to 2.6.13 (box/box-codegen[#808](https://github.com/box/box-typescript-sdk-gen/issues/808)) ([#735](https://github.com/box/box-typescript-sdk-gen/issues/735)) ([`7330b95`](https://github.com/box/box-typescript-sdk-gen/commit/7330b95dc18baa56a24a06657f2cb3cc3f4c7c46))
  * Fix serialization for `MetadataFilterValue` (box/box-codegen[#800](https://github.com/box/box-typescript-sdk-gen/issues/800)) ([#727](https://github.com/box/box-typescript-sdk-gen/issues/727)) ([`d046405`](https://github.com/box/box-typescript-sdk-gen/commit/d046405e644d5533e07ac42411c176527efdd1fb))

  ### New Features and Enhancements

  * Support event with long polling in Python and TS (box/box-codegen[#757](https://github.com/box/box-typescript-sdk-gen/issues/757)) ([#712](https://github.com/box/box-typescript-sdk-gen/issues/712)) ([`6f25fda`](https://github.com/box/box-typescript-sdk-gen/commit/6f25fdaf48b3538b3a7ba370d677454f6f0d2631))
</Update>

<Update label="2025-08-11" tags={["New features", "Impactful changes", "API"]}>
  ## Bulk delete external users

  You can now [bulk delete](/guides/users/bulk-delete-external-users) up to 100 external user accounts through the public API.

  This job runs in the background, and sends a completion report when it's finished.

  The report contains details identifying which user deletions succeeded and which failed.

  ## Where to get support

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

<Update label="2025-08-13" tags={["SDKs", "iOS"]}>
  ## Box Swift SDK Generated 0.6.2 released

  ### Bug Fixes

  * Fix downscope token to use `retrieveToken` method for token retrieval (box/box-codegen[#731](https://github.com/box/box-swift-sdk-gen/issues/731)) ([#459](https://github.com/box/box-swift-sdk-gen/issues/459)) ([`8992b32`](https://github.com/box/box-swift-sdk-gen/commit/8992b32e9dd058fc77b4d68418da81b162aea315))
  * Fix parsing `Date` into query parameters (box/box-codegen[#729](https://github.com/box/box-swift-sdk-gen/issues/729)) ([#449](https://github.com/box/box-swift-sdk-gen/issues/449)) ([`1a95d0c`](https://github.com/box/box-swift-sdk-gen/commit/1a95d0c80e0bd29dc1b467e7e98e6f5e6196ddfb))
  * Specify events `next_stream_position` property type as `int64` (box/box-openapi[#535](https://github.com/box/box-swift-sdk-gen/issues/535)) ([#502](https://github.com/box/box-swift-sdk-gen/issues/502)) ([`795fe1c`](https://github.com/box/box-swift-sdk-gen/commit/795fe1c7f0aa6074145b675fce4dd8e1432b0a64))

  ### New Features and Enhancements

  * Add `downloadZip` method (box/box-codegen[#765](https://github.com/box/box-swift-sdk-gen/issues/765)) ([#505](https://github.com/box/box-swift-sdk-gen/issues/505)) ([`c03589d`](https://github.com/box/box-swift-sdk-gen/commit/c03589d6add3ee6d548f10b5380031cd38284e42))
  * Add `rawData` property (box/box-codegen[#724](https://github.com/box/box-swift-sdk-gen/issues/724)) ([#445](https://github.com/box/box-swift-sdk-gen/issues/445)) ([`77405ad`](https://github.com/box/box-swift-sdk-gen/commit/77405adc986adb8a1ce3bcff051ea8c481dbfd9d))
  * add AI agents warnings; allow for more types of metadata value (box/box-openapi[#520](https://github.com/box/box-swift-sdk-gen/issues/520)) ([#435](https://github.com/box/box-swift-sdk-gen/issues/435)) ([`af1dc12`](https://github.com/box/box-swift-sdk-gen/commit/af1dc12763f9a84691573fd3ba8307925fc017d6))
  * add AI spreadsheet processor (box/box-openapi[#533](https://github.com/box/box-swift-sdk-gen/issues/533)) ([#484](https://github.com/box/box-swift-sdk-gen/issues/484)) ([`14726d1`](https://github.com/box/box-swift-sdk-gen/commit/14726d1952f5ddb2414f723a0b18fa5226269a64))
  * Add Archive Public API (box/box-openapi[#540](https://github.com/box/box-swift-sdk-gen/issues/540)) ([#509](https://github.com/box/box-swift-sdk-gen/issues/509)) ([`8266386`](https://github.com/box/box-swift-sdk-gen/commit/82663868c61a31f43b229c6f24e29737913662a0))
  * Add CI for swift (box/box-codegen[#755](https://github.com/box/box-swift-sdk-gen/issues/755)) ([#494](https://github.com/box/box-swift-sdk-gen/issues/494)) ([`76a3337`](https://github.com/box/box-swift-sdk-gen/commit/76a3337bed9bfc4629ec7dcb9af86bec4aa710f3))
  * add hubs API beta endpoints (box/box-openapi[#531](https://github.com/box/box-swift-sdk-gen/issues/531)) ([#476](https://github.com/box/box-swift-sdk-gen/issues/476)) ([`a05aa5f`](https://github.com/box/box-swift-sdk-gen/commit/a05aa5fe2aaade1d7bdd7acb90c82fcb3a3bf262))
  * Add new Hubs APIs and Hubs items API (box/box-openapi[#538](https://github.com/box/box-swift-sdk-gen/issues/538)) ([#503](https://github.com/box/box-swift-sdk-gen/issues/503)) ([`9058c45`](https://github.com/box/box-swift-sdk-gen/commit/9058c45c0bcd3e7f294a1bedac151637001aec63))
  * Add new schema for `Metadata Error` (box/box-openapi[#539](https://github.com/box/box-swift-sdk-gen/issues/539)) ([#504](https://github.com/box/box-swift-sdk-gen/issues/504)) ([`2e9ecf9`](https://github.com/box/box-swift-sdk-gen/commit/2e9ecf9477854656958b715674b8aa0413508d31))
  * Add security settings properties on sign template schema (box/box-openapi[#518](https://github.com/box/box-swift-sdk-gen/issues/518)) ([#426](https://github.com/box/box-swift-sdk-gen/issues/426)) ([`a741a73`](https://github.com/box/box-swift-sdk-gen/commit/a741a7305e2b2d174bc325e35ea9b77548a38095))
  * add Shield Lists APIs (box/box-openapi[#528](https://github.com/box/box-swift-sdk-gen/issues/528)) ([#462](https://github.com/box/box-swift-sdk-gen/issues/462)) ([`b5993b0`](https://github.com/box/box-swift-sdk-gen/commit/b5993b096b4fceb77301f76eba1c17225b2844d6))
  * Add support for `additionalProperties` with Any value (box/box-codegen[#711](https://github.com/box/box-swift-sdk-gen/issues/711)) ([#427](https://github.com/box/box-swift-sdk-gen/issues/427)) ([`7fbf706`](https://github.com/box/box-swift-sdk-gen/commit/7fbf7069eff66afddc328066f8aeb7321b249eea))
  * Add support for `nullable` fields (box/box-codegen[#700](https://github.com/box/box-swift-sdk-gen/issues/700)) ([#420](https://github.com/box/box-swift-sdk-gen/issues/420)) ([`5d0ff41`](https://github.com/box/box-swift-sdk-gen/commit/5d0ff414b325db92db44c580cebb5636ab33553f))
  * add support of IBM models to AI API (box/box-openapi[#522](https://github.com/box/box-swift-sdk-gen/issues/522)) ([#436](https://github.com/box/box-swift-sdk-gen/issues/436)) ([`0717222`](https://github.com/box/box-swift-sdk-gen/commit/071722246402e0ec2439ae1e5e3d26bca45a049f))
  * Expose `makeRequest` method in `BoxClient` (box/box-codegen[#687](https://github.com/box/box-swift-sdk-gen/issues/687)) ([#408](https://github.com/box/box-swift-sdk-gen/issues/408)) ([`7ba7d09`](https://github.com/box/box-swift-sdk-gen/commit/7ba7d091b0c832276daa571fad2a7db75469676d))
  * Improve AI integration test (box/box-codegen[#758](https://github.com/box/box-swift-sdk-gen/issues/758)) ([#499](https://github.com/box/box-swift-sdk-gen/issues/499)) ([`3c7e717`](https://github.com/box/box-swift-sdk-gen/commit/3c7e717c6ca076caf1a963b3f60d3bd88f8c4bff))
  * Sanitize response body when throwing `BoxAPIError` (box/box-codegen[#760](https://github.com/box/box-swift-sdk-gen/issues/760)) ([#498](https://github.com/box/box-swift-sdk-gen/issues/498)) ([`2afc793`](https://github.com/box/box-swift-sdk-gen/commit/2afc7936dac87dee22adff3e22def92913f5854c))
  * Support `getDownloadUrl` in Swift (box/box-codegen[#751](https://github.com/box/box-swift-sdk-gen/issues/751)) ([#491](https://github.com/box/box-swift-sdk-gen/issues/491)) ([`5916ede`](https://github.com/box/box-swift-sdk-gen/commit/5916ede7454a1926de195e77b9a158c2af0fae2b))
  * Support new tools in AI Studio (box/box-openapi[#534](https://github.com/box/box-swift-sdk-gen/issues/534)) ([#485](https://github.com/box/box-swift-sdk-gen/issues/485)) ([`e793d7b`](https://github.com/box/box-swift-sdk-gen/commit/e793d7b3a03e8d58ce6adb63a894a0330ae154d1))
  * Support sensitive data sanitization in errors (box/box-codegen[#695](https://github.com/box/box-swift-sdk-gen/issues/695)) ([#415](https://github.com/box/box-swift-sdk-gen/issues/415)) ([`330ca9a`](https://github.com/box/box-swift-sdk-gen/commit/330ca9ad17cbc79c93ffb114fd56c09a41f92694))
  * Update legal holds and AI models (box/box-openapi[#526](https://github.com/box/box-swift-sdk-gen/issues/526)) ([#460](https://github.com/box/box-swift-sdk-gen/issues/460)) ([`caa848a`](https://github.com/box/box-swift-sdk-gen/commit/caa848ac977c7fedeacbe018339d27b9d948bb1e))
</Update>

<Update label="2025-08-12" tags={["New features", "UI Elements"]}>
  ## Box UI Elements v23.4.0 released

  ### [23.4.0](https://github.com/box/box-ui-elements/compare/v23.3.0...v23.4.0) (2025-08-12)

  ### Bug Fixes

  * **`ai-sidebar`:** Add callback for selected agent ([#4115](https://github.com/box/box-ui-elements/issues/4115)) ([`8bdbf3e`](https://github.com/box/box-ui-elements/commit/8bdbf3eee149e3a6dbc3431792509f3005371561))
  * **`blueprint`:** Bump blueprint ([#4205](https://github.com/box/box-ui-elements/issues/4205)) ([`5e7f4b2`](https://github.com/box/box-ui-elements/commit/5e7f4b21f47d6be7416e06a1554bc58c0b150395))
  * **`breadcrumb`:** Add missing key property ([#4170](https://github.com/box/box-ui-elements/issues/4170)) ([`c10b059`](https://github.com/box/box-ui-elements/commit/c10b05951c6efa185b0a04517d4cf91349f8a545))
  * **`content-preview`:** prevent item icon shrinking on small screens ([#4111](https://github.com/box/box-ui-elements/issues/4111)) ([`e5004f7`](https://github.com/box/box-ui-elements/commit/e5004f785d38fe6681dcd70b11842e413fef55bb))
  * **`gh-pages`:** deploy storybook from docs folder ([#4100](https://github.com/box/box-ui-elements/issues/4100)) ([`dd34522`](https://github.com/box/box-ui-elements/commit/dd345227b8cb864cb42eabdbefd4208cfdd690c2))
  * **`header-flyout`:** remove animation on \< medium screen size ([#4163](https://github.com/box/box-ui-elements/issues/4163)) ([`cf3123e`](https://github.com/box/box-ui-elements/commit/cf3123e802fdd64d794087d7dd7551a3b5b28c32))
  * **`i18n`:** update translations ([#4105](https://github.com/box/box-ui-elements/issues/4105)) ([`df61d95`](https://github.com/box/box-ui-elements/commit/df61d95591f74c44351e083fd139aed0bcf5e92a))
  * **`i18n`:** update translations ([#4108](https://github.com/box/box-ui-elements/issues/4108)) ([`e702f97`](https://github.com/box/box-ui-elements/commit/e702f9773ae876c9355ebb9a02221e7f935f729e))
  * **`i18n`:** update translations ([#4113](https://github.com/box/box-ui-elements/issues/4113)) ([`196beee`](https://github.com/box/box-ui-elements/commit/196beee85ebdcea2cfbc92ef70c1332d9b8ea25c))
  * **`i18n`:** update translations ([#4119](https://github.com/box/box-ui-elements/issues/4119)) ([`113915b`](https://github.com/box/box-ui-elements/commit/113915b34d9f4895bae0b3085544bcd34dd7794c))
  * **`i18n`:** update translations ([#4121](https://github.com/box/box-ui-elements/issues/4121)) ([`02cb22e`](https://github.com/box/box-ui-elements/commit/02cb22e1727821da51e366bdd8e70ab56e6c8a45))
  * **`i18n`:** update translations ([#4130](https://github.com/box/box-ui-elements/issues/4130)) ([`ff8f322`](https://github.com/box/box-ui-elements/commit/ff8f3223c72e7f6aaea5d571fd5cf3bcd71b5857))
  * **`i18n`:** update translations ([#4139](https://github.com/box/box-ui-elements/issues/4139)) ([`47b7690`](https://github.com/box/box-ui-elements/commit/47b76902799c69d1d5cd54965fb37d5781451423))
  * **`i18n`:** update translations ([#4185](https://github.com/box/box-ui-elements/issues/4185)) ([`fef4134`](https://github.com/box/box-ui-elements/commit/fef4134a26b59ee7bbb3e9da13ae488a98e6fa52))
  * **`i18n`:** update translations ([#4196](https://github.com/box/box-ui-elements/issues/4196)) ([`dd19958`](https://github.com/box/box-ui-elements/commit/dd19958289d113f4272559edbd1307e4d81e3137))
  * **`i18n`:** update translations ([#4203](https://github.com/box/box-ui-elements/issues/4203)) ([`bd31196`](https://github.com/box/box-ui-elements/commit/bd31196e11bcae1b2efa732255697751c25644a4))
  * **`i18n`:** update translations ([#4208](https://github.com/box/box-ui-elements/issues/4208)) ([`95b3cc6`](https://github.com/box/box-ui-elements/commit/95b3cc6b48ea7850e348936d040e4fda4f64e4df))
  * **`i18n`:** update translations ([#4211](https://github.com/box/box-ui-elements/issues/4211)) ([`bee412f`](https://github.com/box/box-ui-elements/commit/bee412f1bad7e647b814d7601ddd04fe2d2421d1))
  * **`i18n`:** update translations ([#4216](https://github.com/box/box-ui-elements/issues/4216)) ([`da932f1`](https://github.com/box/box-ui-elements/commit/da932f18801e936cffe7951a95639af2e52e05d8))
  * **`i18n`:** update translations ([#4219](https://github.com/box/box-ui-elements/issues/4219)) ([`d8a8fcb`](https://github.com/box/box-ui-elements/commit/d8a8fcbc6ad3cbf11fec25949374bb73dce01d56))
  * **`metadata-editor`:** package bump for bug fixes ([#4171](https://github.com/box/box-ui-elements/issues/4171)) ([`51dd7ca`](https://github.com/box/box-ui-elements/commit/51dd7caf8b273e0c0adba948f58e4b69be3a708e))
  * **`metadata-instance-fields`:** add minimal taxonomy support in `metada-instance-field`s ([#4133](https://github.com/box/box-ui-elements/issues/4133)) ([`0dff276`](https://github.com/box/box-ui-elements/commit/0dff276da6b497220f762fd917c421db4d5cf343))
  * resolve CVE-2025-7783 `form-data` vulnerability ([#4213](https://github.com/box/box-ui-elements/issues/4213)) ([`96252db`](https://github.com/box/box-ui-elements/commit/96252db2ca2cad6b9b07787621e027e0a8ac7c84))
  * resolve incorrect type import ([#4132](https://github.com/box/box-ui-elements/issues/4132)) ([`8b5eec6`](https://github.com/box/box-ui-elements/commit/8b5eec6b4eda2a8291a8fda142b33ba6ba4498c0))
  * Throttle create folder to avoid rapid clicks ([#4193](https://github.com/box/box-ui-elements/issues/4193)) ([`67ec941`](https://github.com/box/box-ui-elements/commit/67ec94170a855e6ec62064f51e0b2e5d6d5aa729))
  * **`uploads`:** handle rate limit errors with retries ([#4134](https://github.com/box/box-ui-elements/issues/4134)) ([`eb3e3da`](https://github.com/box/box-ui-elements/commit/eb3e3da1c5b145f07994c5bb1eec38567de78187))

  ### Features

  * **`boxai-sidebar`:** Add logic to render remote sidebar from prop  ([#4106](https://github.com/box/box-ui-elements/issues/4106)) ([`7f8802a`](https://github.com/box/box-ui-elements/commit/7f8802a4997322503e5f31bb86aaeb252b99ef70))
  * **`cascadepolicy`:** disable inputs if cascade policy exists ([#4175](https://github.com/box/box-ui-elements/issues/4175)) ([`b6d778c`](https://github.com/box/box-ui-elements/commit/b6d778c6d3b0778a3e2f786b4b53d6d7ce045076))
  * **`header-flyout`:** add opening animation ([#4159](https://github.com/box/box-ui-elements/issues/4159)) ([`3b417ba`](https://github.com/box/box-ui-elements/commit/3b417ba0a71d10026ba1c1857a974487eaf27f86))
  * **`header-flyout`:** optionally allow header actions ([#4164](https://github.com/box/box-ui-elements/issues/4164)) ([`8f3ad6e`](https://github.com/box/box-ui-elements/commit/8f3ad6e9f39d5fd8a5dcc54691bca6360af74dc6))
  * **`mergify`:** update rule to require conversation resolution ([#4142](https://github.com/box/box-ui-elements/issues/4142)) ([`ef3291e`](https://github.com/box/box-ui-elements/commit/ef3291ed0f65122bfdaf9dd0fb51cfb6fc8acd64))
  * `metadata-edito`r and `blueprint-web-assets` package bump ([#4137](https://github.com/box/box-ui-elements/issues/4137)) ([`070ff74`](https://github.com/box/box-ui-elements/commit/070ff749e085283ad97487a8a7daf6b44807fa94))
  * **`metadata-editor`:** expose advanced metadata extract agent props ([#4128](https://github.com/box/box-ui-elements/issues/4128)) ([`f59b0aa`](https://github.com/box/box-ui-elements/commit/f59b0aa998fea1d54e2bc14a841dbfd3adc8be65))
  * **`metadata-editor`:** expose custom agent in `extractStructured` payload ([#4135](https://github.com/box/box-ui-elements/issues/4135)) ([`076e719`](https://github.com/box/box-ui-elements/commit/076e719857d17bd52de52f904bf5ee2763bc0ef7)), closes [#4102](https://github.com/box/box-ui-elements/issues/4102)
  * **`metadata-editor`:** Metadata API adjustments ([#4192](https://github.com/box/box-ui-elements/issues/4192)) ([`6112967`](https://github.com/box/box-ui-elements/commit/6112967007196e2c91ca54ed7a7ce3afc5ab994b))
  * **`metadata-editor`:** package bump for new icons ([#4195](https://github.com/box/box-ui-elements/issues/4195)) ([`1506020`](https://github.com/box/box-ui-elements/commit/150602092e957693b7fbd227e92adac8110ac327))
  * **`metadata-instance-editor`:** add enhanced ai extract support ([#4197](https://github.com/box/box-ui-elements/issues/4197)) ([`540026a`](https://github.com/box/box-ui-elements/commit/540026a28bb805dd06d4b3f22c868ed0edd3f56e))
  * **`metadata-instance-editor`:** allow hydration of enhanced ai extract ([#4217](https://github.com/box/box-ui-elements/issues/4217)) ([`5a93a16`](https://github.com/box/box-ui-elements/commit/5a93a16c29187618429b8f0e4a53b8140a11b5f1))
  * **`metadata-view`:** Add `MetadataView` V2 ([#4191](https://github.com/box/box-ui-elements/issues/4191)) ([`c0ab1e7`](https://github.com/box/box-ui-elements/commit/c0ab1e7670e5f7c7ae8ff7572709ac19c9788a46))
  * **`metadata-view`:** Add Subheader for Metadata View v2 ([#4202](https://github.com/box/box-ui-elements/issues/4202)) ([`ab12626`](https://github.com/box/box-ui-elements/commit/ab1262690196a3ebb220250b1ad0243cd18932ce))
  * **`metadata-view`:** Added Metadata V2 button ([#4174](https://github.com/box/box-ui-elements/issues/4174)) ([`d8ec9c7`](https://github.com/box/box-ui-elements/commit/d8ec9c75d6c7d2fa502d7d44aad2e7cd0ad1721e))
  * **`metadata-view`:** custom actions ([#4215](https://github.com/box/box-ui-elements/issues/4215)) ([`88a5187`](https://github.com/box/box-ui-elements/commit/88a518723c44bcf6a6d0762c1ff8e16ebcdb5fd6))
  * **`metadataeditor`:** enable ai folder extraction through API ([#4102](https://github.com/box/box-ui-elements/issues/4102)) ([`6ebec78`](https://github.com/box/box-ui-elements/commit/6ebec78fff6ece2f1ea3c4bc20ef7409e33f27fd))
  * **`metadataeditor`:** remove ai pricing notice ([#4107](https://github.com/box/box-ui-elements/issues/4107)) ([`4bd24bc`](https://github.com/box/box-ui-elements/commit/4bd24bcf59489f7aaac381d9c66b7e1b9d2a64df))
  * **`notification-redesign`:** Add logic for use of BP icons ([#4103](https://github.com/box/box-ui-elements/issues/4103)) ([`7907136`](https://github.com/box/box-ui-elements/commit/79071362aea99c02993ed89cd9bee34bbe196b25))
  * **`router`:** added router-less logic to `VersionsSidebarContainer` ([#4209](https://github.com/box/box-ui-elements/issues/4209)) ([`0f46866`](https://github.com/box/box-ui-elements/commit/0f46866a9490bd8c9872f9e76147ed72d9d7a287))
  * **`router`:** Merging `NavButton` functionality into `SidebarNavButton` ([#4150](https://github.com/box/box-ui-elements/issues/4150)) ([`814035d`](https://github.com/box/box-ui-elements/commit/814035d73280b7d1e0e9a068876ca3c0cf471b94))
  * **`router`:** optional router in `ActivitySidebar` ([#4199](https://github.com/box/box-ui-elements/issues/4199)) ([`435c75a`](https://github.com/box/box-ui-elements/commit/435c75a9bce168c8206597da804b7ce55c97467d))
  * **`router`:** optional router in `AddTaskButton` ([#4176](https://github.com/box/box-ui-elements/issues/4176)) ([`90537b4`](https://github.com/box/box-ui-elements/commit/90537b471fce6643dd5eaecf1e5b0a1e3f196012))
  * **`router`:** optional router in `NavRouter` and `withNavRouter` ([#4161](https://github.com/box/box-ui-elements/issues/4161)) ([`7f9cad4`](https://github.com/box/box-ui-elements/commit/7f9cad4b85f96d8d65f11c30ae3a45f2a3c96e40))
  * **`router`:** optional router in `SidebarNav`, `SidebarNavTablist` ([#4177](https://github.com/box/box-ui-elements/issues/4177)) ([`d14e06e`](https://github.com/box/box-ui-elements/commit/d14e06eb47083160dcf04055d3f418c4457d1255))
  * **`router`:** optional router in `SidebarNavButton` ([#4156](https://github.com/box/box-ui-elements/issues/4156)) ([`dc8af3b`](https://github.com/box/box-ui-elements/commit/dc8af3b1dda45b1617aeac5a2d04af07af7e1e21))
  * **`router`:** optional router in `SidebarNavigation` ([#4194](https://github.com/box/box-ui-elements/issues/4194)) ([`e25e0e1`](https://github.com/box/box-ui-elements/commit/e25e0e1174efd262f93e70619ff5f9a79d168fd8))
  * **`router`:** optional router in `SidebarToggle` ([#4160](https://github.com/box/box-ui-elements/issues/4160)) ([`12c9a3a`](https://github.com/box/box-ui-elements/commit/12c9a3a840545048f53ebae7b278208981ed1a55))
  * **`router`:** optional router in `StaticVersionSidebar` and `VersionsSid…` ([#4152](https://github.com/box/box-ui-elements/issues/4152)) ([`a456f3d`](https://github.com/box/box-ui-elements/commit/a456f3d677c3ad15e5ec2e052dcedf93d0d612f3))
  * **`router`:** optional router in `VersionsList` ([#4144](https://github.com/box/box-ui-elements/issues/4144)) ([`15c5d8d`](https://github.com/box/box-ui-elements/commit/15c5d8dfed2b2cc777344d0e0ef10da8c3525434))
  * **`router`:** optional router in `withAnnotatorContext` and `withAnnotations` ([#4136](https://github.com/box/box-ui-elements/issues/4136)) ([`d08545e`](https://github.com/box/box-ui-elements/commit/d08545ef0650ad7082040d74acddb365bc8122f4))
  * **`router`:** optional router in `withRouterAndRef` hoc ([#4162](https://github.com/box/box-ui-elements/issues/4162)) ([`32b08b9`](https://github.com/box/box-ui-elements/commit/32b08b929acbd906b2a348b8939234c980f1b642))
  * **`router`:** optional router in `withSidebarAnnotations` ([#4206](https://github.com/box/box-ui-elements/issues/4206)) ([`782877d`](https://github.com/box/box-ui-elements/commit/782877d2dcfa6d928da884055f1cc4bb17745d18))
  * **`router`:** Removed router functionality from `BackButton` component ([#4141](https://github.com/box/box-ui-elements/issues/4141)) ([`f01364c`](https://github.com/box/box-ui-elements/commit/f01364c73117a4d0638b28d4e3c6e832b1c27a62))
  * upgrade blueprint packages ([#4123](https://github.com/box/box-ui-elements/issues/4123)) ([`c166d7d`](https://github.com/box/box-ui-elements/commit/c166d7d49373168daed0eab315f2e90d4b0532a9))
  * upgrade react-virtualized for react 19 support ([#4157](https://github.com/box/box-ui-elements/issues/4157)) ([`269f585`](https://github.com/box/box-ui-elements/commit/269f5854c5c15a48c971207cf00bc2f1a98ccb97))
  * **`uploads`:** add option to error on name conflicts ([#4117](https://github.com/box/box-ui-elements/issues/4117)) ([`463839e`](https://github.com/box/box-ui-elements/commit/463839ee00c901cd9752106ca1a44e7a3906dc0b))
</Update>

<Update label="2025-08-07" tags={["SDKs", "TypeScript"]}>
  ## Box TypeScript SDK Generated v1.17.1 released

  ### Bug Fixes

  * Fix exports syntax when importing from `lib` ([#700](https://github.com/box/box-typescript-sdk-gen/issues/700)) ([`782a287`](https://github.com/box/box-typescript-sdk-gen/commit/782a287efd3481fc056effcf83886f05bc9adbf9))
</Update>

<Update label="2025-08-07" tags={["New features", "CLI", "SDKs"]}>
  ## Box CLI v4.3.0 released

  ### New Features and Enhancements

  * add agent support to `ai:ask` command ([#589](https://github.com/box/boxcli/issues/589)) ([`095f411`](https://github.com/box/boxcli/commit/095f4110274f67c5b1024de49a256b5bbe35cf18))

  ### Bug Fixes

  * Fix support metadata query array ([#583](https://github.com/box/boxcli/issues/583)) ([`112db16`](https://github.com/box/boxcli/commit/112db160230e5bb75f84e44cb86a8372341dd8ad))
  * Remove `description` flag from folders:create command ([#587](https://github.com/box/boxcli/issues/587)) ([`adca76b`](https://github.com/box/boxcli/commit/adca76b5fb03f62daf2104500b87f8a962382a35))
</Update>

<Update label="2025-08-05" tags={["New features", "SDKs", "TypeScript"]}>
  ## Box TypeScript SDK Generated v1.17.0 released

  ### Bug Fixes

  * Bump `cypress` to resolve `CVE-2025-7783` in `form-data` (box/box-codegen[#769](https://github.com/box/box-typescript-sdk-gen/issues/769)) ([#677](https://github.com/box/box-typescript-sdk-gen/issues/677)) ([`077413e`](https://github.com/box/box-typescript-sdk-gen/commit/077413ec525fad4d8ebc4c7209fce20046731295))

  ### New Features and Enhancements

  * Add AI spreadsheet processor (box/box-openapi[#533](https://github.com/box/box-typescript-sdk-gen/issues/533)) ([#649](https://github.com/box/box-typescript-sdk-gen/issues/649)) ([`254fb54`](https://github.com/box/box-typescript-sdk-gen/commit/254fb54d928ec3a76304674f341be1c67d78a143))
  * Add Archive Public API (box/box-openapi[#540](https://github.com/box/box-typescript-sdk-gen/issues/540)) ([#674](https://github.com/box/box-typescript-sdk-gen/issues/674)) ([`1cbb124`](https://github.com/box/box-typescript-sdk-gen/commit/1cbb12485a417b813df8b6918cf3721ae781a286))
  * Add new Hubs APIs and Hubs items API (box/box-openapi[#538](https://github.com/box/box-typescript-sdk-gen/issues/538)) ([#666](https://github.com/box/box-typescript-sdk-gen/issues/666)) ([`25c9596`](https://github.com/box/box-typescript-sdk-gen/commit/25c9596bc71fe88e0a2b6d5e01c65fa682c2fd38))
  * Add new schema for `Metadata Error` (box/box-openapi[#539](https://github.com/box/box-typescript-sdk-gen/issues/539)) ([#667](https://github.com/box/box-typescript-sdk-gen/issues/667)) ([`9af46ab`](https://github.com/box/box-typescript-sdk-gen/commit/9af46abe837ee0d812bcc15f1edf0d5a6530bfe0))
  * Allow injecting private key decryption mechanism for JWT (box/box-codegen[#754](https://github.com/box/box-typescript-sdk-gen/issues/754)) ([#656](https://github.com/box/box-typescript-sdk-gen/issues/656)) ([`cb0c35d`](https://github.com/box/box-typescript-sdk-gen/commit/cb0c35df4a5b3f9b8c611006dd33d480949a0d36))
  * Improve webhook validation checks (box/box-codegen[#745](https://github.com/box/box-typescript-sdk-gen/issues/745)) ([#647](https://github.com/box/box-typescript-sdk-gen/issues/647)) ([`98b3b92`](https://github.com/box/box-typescript-sdk-gen/commit/98b3b9293ff3f0e5922d0772d87504770bb9303c))
  * Retry request on network exception (box/box-codegen[#776](https://github.com/box/box-typescript-sdk-gen/issues/776)) ([#684](https://github.com/box/box-typescript-sdk-gen/issues/684)) ([`c0c4dba`](https://github.com/box/box-typescript-sdk-gen/commit/c0c4dbac40970d34da4c9e52fc43f029ae2f91a6))
  * Support ESM build and tree-shaking (box/box-codegen[#762](https://github.com/box/box-typescript-sdk-gen/issues/762)) ([#663](https://github.com/box/box-typescript-sdk-gen/issues/663)) ([`8ca3302`](https://github.com/box/box-typescript-sdk-gen/commit/8ca33023d904edd596819c7c6df42022006274ed))
  * Support Hubs beta endpoints (box/box-openapi[#531](https://github.com/box/box-typescript-sdk-gen/issues/531)) ([#641](https://github.com/box/box-typescript-sdk-gen/issues/641)) ([`d8c7bb6`](https://github.com/box/box-typescript-sdk-gen/commit/d8c7bb66736a3c4679b116916c61e2ead824a305))
  * Support new tools in AI Studio (box/box-openapi[#534](https://github.com/box/box-typescript-sdk-gen/issues/534))  ([#652](https://github.com/box/box-typescript-sdk-gen/issues/652)) ([`db2501b`](https://github.com/box/box-typescript-sdk-gen/commit/db2501bb13fc6ecebbb4c535b4a19c9be2cf64c2))
</Update>

<Update label="2025-08-05" tags={["New features", "Python", "SDKs"]}>
  ## Box Python SDK Generated v1.16.0 released

  ### Bug Fixes

  * Specify events `next_stream_position` property type as `int` (box/box-openapi[#535](https://github.com/box/box-python-sdk-gen/issues/535)) ([#644](https://github.com/box/box-python-sdk-gen/issues/644)) ([`64069db`](https://github.com/box/box-python-sdk-gen/commit/64069db8da33988c173380defd6be065daa02496))

  ### New Features and Enhancements

  * Add AI spreadsheet processor (box/box-openapi[#533](https://github.com/box/box-python-sdk-gen/issues/533)) ([#630](https://github.com/box/box-python-sdk-gen/issues/630)) ([`6635757`](https://github.com/box/box-python-sdk-gen/commit/66357578218913240bc923cb0dc771157ec95f54))
  * Add Archive Public API (box/box-openapi[#540](https://github.com/box/box-python-sdk-gen/issues/540)) ([#651](https://github.com/box/box-python-sdk-gen/issues/651)) ([`c36d1db`](https://github.com/box/box-python-sdk-gen/commit/c36d1dbff42c89876c037983c792c5c7282459cc))
  * Add new Hubs APIs and Hubs items API (box/box-openapi[#538](https://github.com/box/box-python-sdk-gen/issues/538)) ([#645](https://github.com/box/box-python-sdk-gen/issues/645)) ([`1daa3e8`](https://github.com/box/box-python-sdk-gen/commit/1daa3e8814403c78ed2a1d64187b8e4c379028fe))
  * Add new property for network exception retry strategy (box/box-codegen[#763](https://github.com/box/box-python-sdk-gen/issues/763)) ([#650](https://github.com/box/box-python-sdk-gen/issues/650)) ([`13f9593`](https://github.com/box/box-python-sdk-gen/commit/13f9593dbc4a45d094ee5709d602188ef341a1a5))
  * Add new schema for `Metadata Error` (box/box-openapi[#539](https://github.com/box/box-python-sdk-gen/issues/539)) ([#646](https://github.com/box/box-python-sdk-gen/issues/646)) ([`49d7f34`](https://github.com/box/box-python-sdk-gen/commit/49d7f349e1be4e23939ef10db1edfc6042b98175))
  * Allow injecting private key decryption mechanism for JWT (box/box-codegen[#754](https://github.com/box/box-python-sdk-gen/issues/754)) ([#636](https://github.com/box/box-python-sdk-gen/issues/636)) ([`4ea0af5`](https://github.com/box/box-python-sdk-gen/commit/4ea0af5f8f5b5516a7c23d7912c34690c017db29))
  * Improve webhook validation checks (box/box-codegen[#745](https://github.com/box/box-python-sdk-gen/issues/745)) ([#628](https://github.com/box/box-python-sdk-gen/issues/628)) ([`f0ece63`](https://github.com/box/box-python-sdk-gen/commit/f0ece639d761c765b3bc59fbe3ba8582af755178))
  * Support Hubs beta endpoints (box/box-openapi[#531](https://github.com/box/box-python-sdk-gen/issues/531)) ([#622](https://github.com/box/box-python-sdk-gen/issues/622)) ([`b5e95fe`](https://github.com/box/box-python-sdk-gen/commit/b5e95fe5b219d067028aa395170718eca0d62189))
  * Support new tools in AI Studio (box/box-openapi[#534](https://github.com/box/box-python-sdk-gen/issues/534))  ([#633](https://github.com/box/box-python-sdk-gen/issues/633)) ([`ac76eb2`](https://github.com/box/box-python-sdk-gen/commit/ac76eb2d7c5560b30c4cec171dd90b0a0ece4ab5))
</Update>

<Update label="2025-08-05" tags={["New features", "SDKs", ".NET"]}>
  ## Box Dotnet SDK Generated v1.11.0 released

  ### Bug Fixes

  * Fix downscope token to use `retrieveToken` method for token retrieval (box/box-codegen[#731](https://github.com/box/box-windows-sdk-v2/issues/731)) ([#492](https://github.com/box/box-dotnet-sdk-gen/issues/492)) ([`292360e`](https://github.com/box/box-dotnet-sdk-gen/commit/292360efe86797e42dbfb388a5bd2f5b41efa0c1))
  * Specify events `next_stream_position` property type as `long` (box/box-openapi[#535](https://github.com/box/box-dotnet-sdk-gen/issues/535)) ([#536](https://github.com/box/box-dotnet-sdk-gen/issues/536)) ([`da265bd`](https://github.com/box/box-dotnet-sdk-gen/commit/da265bd5c40defc4b2036811aefad59447faca09))

  ### New Features and Enhancements

  * Add `ReadOnlyCollection` implicit operator for Unions (box/box-codegen[#633](https://github.com/box/box-windows-sdk-v2/issues/633)) ([#483](https://github.com/box/box-dotnet-sdk-gen/issues/483)) ([`a1fc2c5`](https://github.com/box/box-dotnet-sdk-gen/commit/a1fc2c584021c151fc9d1815877ffe73c972f711))
  * Add AI spreadsheet processor (box/box-openapi[#533](https://github.com/box/box-dotnet-sdk-gen/issues/533)) ([#519](https://github.com/box/box-dotnet-sdk-gen/issues/519)) ([`c344023`](https://github.com/box/box-dotnet-sdk-gen/commit/c34402355243145a1cab7da78c6c2facde39fb36))
  * Add Archive Public API (box/box-openapi[#540](https://github.com/box/box-dotnet-sdk-gen/issues/540)) ([#543](https://github.com/box/box-dotnet-sdk-gen/issues/543)) ([`be0bb9d`](https://github.com/box/box-dotnet-sdk-gen/commit/be0bb9d3e58f97bc87f749d08d828c990c71789b))
  * Add new Hubs APIs and Hubs items API (box/box-openapi[#538](https://github.com/box/box-dotnet-sdk-gen/issues/538)) ([#537](https://github.com/box/box-dotnet-sdk-gen/issues/537)) ([`f2584cd`](https://github.com/box/box-dotnet-sdk-gen/commit/f2584cd9be40b67eaa3a500411b367543a26f830))
  * Add new schema for `Metadata Error` (box/box-openapi[#539](https://github.com/box/box-dotnet-sdk-gen/issues/539)) ([#538](https://github.com/box/box-dotnet-sdk-gen/issues/538)) ([`425b4ad`](https://github.com/box/box-dotnet-sdk-gen/commit/425b4add7975d49584c8ed18a791caf72559203c))
  * add Shield Lists APIs (box/box-openapi[#528](https://github.com/box/box-dotnet-sdk-gen/issues/528)) ([#496](https://github.com/box/box-dotnet-sdk-gen/issues/496)) ([`8b81c87`](https://github.com/box/box-dotnet-sdk-gen/commit/8b81c879c8b8bb5c020ecb573e527e2a5d9f1701))
  * Allow injecting private key decryption mechanism for JWT (box/box-codegen[#754](https://github.com/box/box-windows-sdk-v2/issues/754)) ([#528](https://github.com/box/box-dotnet-sdk-gen/issues/528)) ([`865c729`](https://github.com/box/box-dotnet-sdk-gen/commit/865c729395556a3c4a8bb1f1418c3932d268bdc4))
  * Make `OneOf` classes public (box/box-codegen[#773](https://github.com/box/box-windows-sdk-v2/issues/773)) ([#551](https://github.com/box/box-dotnet-sdk-gen/issues/551)) ([`f7dcc32`](https://github.com/box/box-dotnet-sdk-gen/commit/f7dcc3262b289da55ebc6210c5656cc98e3b14b4))
  * Support Hubs beta endpoints (box/box-openapi[#531](https://github.com/box/box-dotnet-sdk-gen/issues/531)) ([#511](https://github.com/box/box-dotnet-sdk-gen/issues/511)) ([`59c43b8`](https://github.com/box/box-dotnet-sdk-gen/commit/59c43b868e46edd26be0be13a5e1772a4d731128))
  * Support new tools in AI Studio (box/box-openapi[#534](https://github.com/box/box-dotnet-sdk-gen/issues/534)) ([#520](https://github.com/box/box-dotnet-sdk-gen/issues/520)) ([`0b47597`](https://github.com/box/box-dotnet-sdk-gen/commit/0b47597f259884a2a5f567608e9e07997e3c6dc9))
  * Update legal holds and AI models (box/box-openapi[#526](https://github.com/box/box-dotnet-sdk-gen/issues/526)) ([#494](https://github.com/box/box-dotnet-sdk-gen/issues/494)) ([`6310e56`](https://github.com/box/box-dotnet-sdk-gen/commit/6310e560df6d9520598295139f55ec8a0a4d69d9))
</Update>

<Update label="2025-08-01" tags={["New features", "Impactful changes", "API"]}>
  ## Box Hubs APIs

  Box Hubs APIs enable you to programmatically create, manage, and collaborate on content hubs within your applications. Hubs provide a centralized space for organizing and sharing content across teams and projects.

  ## What you can do with the Hubs APIs

  The Hubs APIs consist of three main resource types that allow you to build comprehensive hub management functionality:

  1. [Hubs](https://developer.box.com/reference/v2025.0/hubs-resources)
     * Create hub
     * Copy hub
     * Update hub information by ID
     * Delete hub
     * List all hubs
     * List all hubs for requesting enterprise
     * Get hub information by ID

  2. [Hub Collaborations](https://developer.box.com/reference/v2025.0/hub-collaborations-resources)
     * Create hub collaboration
     * Update hub collaboration
     * Remove hub collaboration
     * Get hub collaborations
     * Get hub collaboration by collaboration ID

  3. [Hub Items](https://developer.box.com/reference/v2025.0/hub-items-resources)
     * Get hub items
     * Manage hub items

  To learn more about using Box Hubs, visit the [Box Hubs support documentation](https://support.box.com/hc/en-us/sections/26102544955027-Box-Hubs).

  ## Where to get support

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

<Update label="2025-07-29" tags={["Node", "SDKs"]}>
  ## Box Node SDK v3.8.2 released

  ### Bug Fixes

  * Bump `cypress/request` to resolve `CVE-2025-7783` in `form-data` ([#904](https://github.com/box/box-node-sdk/issues/904)) ([`8e8d2da`](https://github.com/box/box-node-sdk/commit/8e8d2da58ab42bdfb9e5a49ca25e9b9fc50e0d61))
</Update>

<Update label="2025-07-27" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Box AI API - Google Gemini 2.5 Pro now available, Gemini 2.5 Flash Preview and Pro Preview deprecated

  The list of [available AI models](https://developer.box.com/guides/box-ai/ai-models) has been recently updated with Google Gemini 2.5 Pro.

  The following models have been deprecated:

  * Google Gemini 2.5 Flash Preview
  * Google Gemini 2.5 Pro Preview

  For more information, see [retired models](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/model-versions#expandable-1).

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

  You can use the provided models to [override the default model](https://developer.box.com/guides/box-ai/ai-tutorials/default-agent-overrides) used in the AI agent configuration.
  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="2025-07-23" tags={["Java", "SDKs"]}>
  ## Box Java SDK v4.16.3 released

  ### Bug Fixes

  * Fix compare message webhook message signature ([#1315](https://github.com/box/box-java-sdk/issues/1315)) ([`e2d407d`](https://github.com/box/box-java-sdk/commit/e2d407ded3370ffee6eb074044fd562629a904be))
  * Fix File Request Copy method to return valid data ([#1320](https://github.com/box/box-java-sdk/issues/1320)) ([`8392a43`](https://github.com/box/box-java-sdk/commit/8392a437c1a738bebb4e7d0f84d6bf833c76bdf3))
</Update>

<Update label="2025-06-24" tags={["New features", "API", "AI"]}>
  ## Enhanced extract agent

  Today we introduced the new enhanced extract agent powered by Gemini 2.5 Pro. It employs chain-of-thought
  processing to provide the best answer, but also to tell the developer the reason it believes this answer is the correct one.

  The enhanced extract agent:

  * Offers an improved key-value pair extraction from complex documents with higher accuracy.
  * Effortless access with Box UI: activate the feature with a single click.
  * Transforms unstructured data into meaningful metadata attached to files.
  * Enables faster insights and discovery using the Box Metadata search tool.

  Go to the Autofilling Metadata in Templates section in our [product documentation](https://support.box.com/hc/en-us/articles/360044196173-Using-Metadata) to learn more about its capabilities.

  ## 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="2025-06-24" tags={["New features", "API", "AI"]}>
  ## AI Studio v2

  With the release of the newest version of the AI Studio functionality, we introduced the [enhancements](/reference/get-ai-agents/) listed below.

  * **Users** receive a notification in case of any issues with an agent directly in the AI Studio UI.
  * Agents are validated in real time. The ones that don't pass validation are not visible for the users.

  **Admins** can:

  * Control the suggested questions displayed when the user starts interacting with a custom AI agent.
  * See the details of a request and response of a LLM, for example the system prompt, model, custom instructions.
  * Control the parameters of a Box AI image processor in a custom agent. The parameters are necessary to ask a LLM about a specific image.

  You can find more information in our [API](/reference/get-ai-agents/) and [product documentation](https://support.box.com/hc/en-us/articles/37228357884179-Creating-and-Configuring-Agents).

  ## 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="2025-06-20" tags={["New features", "CLI"]}>
  ## Box CLI v4.2.0 released

  ### New Features and Enhancements

  * Setup proxy for Box CLI with TS SDK ([#577](https://github.com/box/boxcli/issues/577)) ([`ec42077`](https://github.com/box/boxcli/commit/ec4207715360cc284574e1cbb573586218379517))
  * Support `owned-by` flag when moving folder ([#580](https://github.com/box/boxcli/issues/580)) ([`2ec8e7f`](https://github.com/box/boxcli/commit/2ec8e7fcf241dcd2c5841b8912e178e2384db426))
  * Support integration mappings for Teams ([#579](https://github.com/box/boxcli/issues/579)) ([`163a367`](https://github.com/box/boxcli/commit/163a36727c5f76b0e3b1c36049b3abae50148eb6))
  * Support metadata query with array ([#581](https://github.com/box/boxcli/issues/581)) ([`6750708`](https://github.com/box/boxcli/commit/675070856eac6d06f2091203f4f19e41055dd97d))
</Update>

<Update label="2025-06-12" tags={["New features", "SDKs", "TypeScript"]}>
  ## Box TypeScript SDK Generated v1.16.0 released

  ### Bug Fixes

  * Compute webhook signature with and without escaping the body (box/box-codegen[#737](https://github.com/box/box-typescript-sdk-gen/issues/737)) ([#627](https://github.com/box/box-typescript-sdk-gen/issues/627)) ([`6a21b8e`](https://github.com/box/box-typescript-sdk-gen/commit/6a21b8ed54ef26041feccaa5481951355965e514))
  * Fix circular dependency in `boxNetworkClient` (box/box-codegen[#708](https://github.com/box/box-typescript-sdk-gen/issues/708)) ([#591](https://github.com/box/box-typescript-sdk-gen/issues/591)) ([`b383889`](https://github.com/box/box-typescript-sdk-gen/commit/b383889b9fdc91c6cfed7169e4d36a22a8c8a0fa))
  * Fix downscope token to use `retrieveToken` method for token retrieval (box/box-codegen[#731](https://github.com/box/box-typescript-sdk-gen/issues/731)) ([#618](https://github.com/box/box-typescript-sdk-gen/issues/618)) ([`90edb0c`](https://github.com/box/box-typescript-sdk-gen/commit/90edb0cc9bddc474c20b8b83770a4d314843edab))
  * Fix slash escaping when calculating webhook signature (box/box-codegen[#736](https://github.com/box/box-typescript-sdk-gen/issues/736)) ([#624](https://github.com/box/box-typescript-sdk-gen/issues/624)) ([`a0307d0`](https://github.com/box/box-typescript-sdk-gen/commit/a0307d0c4c5dfed1a66e395a1dfb4c8ff387561d))
  * Handle list of strings in metadata filter (box/box-codegen[#716](https://github.com/box/box-typescript-sdk-gen/issues/716)) ([#597](https://github.com/box/box-typescript-sdk-gen/issues/597)) ([`979ff2c`](https://github.com/box/box-typescript-sdk-gen/commit/979ff2c82edce9a969444febf1896d866ca154bf))
  * Improve file download to avoid storing content in memory (box/box-codegen[#701](https://github.com/box/box-typescript-sdk-gen/issues/701)) ([#589](https://github.com/box/box-typescript-sdk-gen/issues/589)) ([`513a15e`](https://github.com/box/box-typescript-sdk-gen/commit/513a15eb28736d28d665324949d145dd3387d27d))
  * Modify utility functions for browser (box/box-codegen[#686](https://github.com/box/box-typescript-sdk-gen/issues/686)) ([#585](https://github.com/box/box-typescript-sdk-gen/issues/585)) ([`7232170`](https://github.com/box/box-typescript-sdk-gen/commit/7232170fe7901cb7ba9ebf79ffc6a7c0b376a1c8))
  * Use constant-time comparison for HMAC signatures (box/box-codegen[#739](https://github.com/box/box-typescript-sdk-gen/issues/739)) ([#630](https://github.com/box/box-typescript-sdk-gen/issues/630)) ([`efdcaaf`](https://github.com/box/box-typescript-sdk-gen/commit/efdcaaf605fc6f14bbbf171e2797d73e97302bfe))

  ### New Features and Enhancements

  * Add AI agents warnings; allow for more types of metadata value (box/box-openapi[#520](https://github.com/box/box-typescript-sdk-gen/issues/520)) ([#600](https://github.com/box/box-typescript-sdk-gen/issues/600)) ([`a5a555f`](https://github.com/box/box-typescript-sdk-gen/commit/a5a555f835df5b550b9839e3e1fcff5d9f2b9f96))
  * Add security settings properties on sign template schema (box/box-openapi[#518](https://github.com/box/box-typescript-sdk-gen/issues/518)) ([#588](https://github.com/box/box-typescript-sdk-gen/issues/588)) ([`dfd3e5f`](https://github.com/box/box-typescript-sdk-gen/commit/dfd3e5f7ecf8a8e49d79ed7df4d7e1f88f3e8537))
  * Add Shield Lists APIs (box/box-openapi[#528](https://github.com/box/box-typescript-sdk-gen/issues/528)) ([#622](https://github.com/box/box-typescript-sdk-gen/issues/622)) ([`be3af44`](https://github.com/box/box-typescript-sdk-gen/commit/be3af441a66da02254d38576bb9ec258142f6d2d))
  * Add support of IBM models to AI API (box/box-openapi[#522](https://github.com/box/box-typescript-sdk-gen/issues/522)) ([#601](https://github.com/box/box-typescript-sdk-gen/issues/601)) ([`b060b8c`](https://github.com/box/box-typescript-sdk-gen/commit/b060b8c21a13abdfb12988f9c6e6beb014fa104f))
  * Increase max items for ai extract endpoints (box/box-openapi[#525](https://github.com/box/box-typescript-sdk-gen/issues/525)) ([#602](https://github.com/box/box-typescript-sdk-gen/issues/602)) ([`86c5d14`](https://github.com/box/box-typescript-sdk-gen/commit/86c5d14bafe8789c306a1688bcf010207c302ca9))
  * Update legal holds and AI models (box/box-openapi[#526](https://github.com/box/box-typescript-sdk-gen/issues/526)) ([#620](https://github.com/box/box-typescript-sdk-gen/issues/620)) ([`de3df57`](https://github.com/box/box-typescript-sdk-gen/commit/de3df57cc90577a49ea40de278bde423d17c4f06))
</Update>

<Update label="2025-06-12" tags={["New features", "Python", "SDKs"]}>
  ## Box Python SDK Generated v1.15.0 released

  ### Bug Fixes

  * Compute webhook signature with and without escaping the body (box/box-codegen[#737](https://github.com/box/box-python-sdk-gen/issues/737)) ([#607](https://github.com/box/box-python-sdk-gen/issues/607)) ([`e5118b8`](https://github.com/box/box-python-sdk-gen/commit/e5118b8a257a042510374d91bd62a1f98c662fef))
  * Fix downscope token to use `retrieveToken` method for token retrieval (box/box-codegen[#731](https://github.com/box/box-python-sdk-gen/issues/731)) ([#598](https://github.com/box/box-python-sdk-gen/issues/598)) ([`e492685`](https://github.com/box/box-python-sdk-gen/commit/e4926851edccd4ee7e66157050cedd0d01cec5ea))
  * Fix slash escaping when calculating webhook signature (box/box-codegen[#736](https://github.com/box/box-python-sdk-gen/issues/736)) ([#603](https://github.com/box/box-python-sdk-gen/issues/603)) ([`430b175`](https://github.com/box/box-python-sdk-gen/commit/430b1754ec840582e28a277c6c8d369cbe7ebdf5))
  * Use constant-time comparison for HMAC signatures (box/box-codegen[#739](https://github.com/box/box-python-sdk-gen/issues/739)) ([#610](https://github.com/box/box-python-sdk-gen/issues/610)) ([`6f6660c`](https://github.com/box/box-python-sdk-gen/commit/6f6660c8f3aa2b7b75b0fcd4ed015d8d761cd77f))

  ### New Features and Enhancements

  * Add AI agents warnings; allow for more types of metadata value (box/box-openapi[#520](https://github.com/box/box-python-sdk-gen/issues/520)) ([#567](https://github.com/box/box-python-sdk-gen/issues/567)) ([`86aa1cc`](https://github.com/box/box-python-sdk-gen/commit/86aa1ccadac9acead7bceeafb50e45f38eb2d9cc))
  * Add Shield Lists APIs (box/box-openapi[#528](https://github.com/box/box-python-sdk-gen/issues/528)) ([#601](https://github.com/box/box-python-sdk-gen/issues/601)) ([`f980f65`](https://github.com/box/box-python-sdk-gen/commit/f980f6544a58a5c64ab0b3ec13b2771b81ea25ed))
  * Add support of IBM models to AI API (box/box-openapi[#522](https://github.com/box/box-python-sdk-gen/issues/522)) ([#568](https://github.com/box/box-python-sdk-gen/issues/568)) ([`767547a`](https://github.com/box/box-python-sdk-gen/commit/767547ae070909852800c447e65cbcc95b97c5a3))
  * Update legal holds and AI models (box/box-openapi[#526](https://github.com/box/box-python-sdk-gen/issues/526)) ([#599](https://github.com/box/box-python-sdk-gen/issues/599)) ([`d56228d`](https://github.com/box/box-python-sdk-gen/commit/d56228d81bd9777af5431ccc9d05233e13a0c2ed))
</Update>

<Update label="2025-06-11" tags={["Node", "SDKs"]}>
  ## Box Node SDK v3.8.1 released

  ### Bug Fixes

  * Use constant-time comparison for HMAC signatures ([#893](https://github.com/box/box-node-sdk/issues/893)) ([`d819efe`](https://github.com/box/box-node-sdk/commit/d819efe663a59fce53412fbe153a76dd346d4536))
</Update>

<Update label="2025-06-02" tags={["Java", "SDKs"]}>
  ## Box Java SDK v4.16.2 released

  ### Bug Fixes

  * Fix parsing `downloadFileCount` property for `BoxZipDownloadStatus` ([`50c2249`](https://github.com/box/box-java-sdk/commit/50c2249ff5e0f0d1fdc99c9ff8786e9c134e58eb))
</Update>

<Update label="2025-05-24" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Box AI API - new AI models now available, Gemini 1.5 models deprecated

  The list of [available AI models](https://developer.box.com/guides/box-ai/ai-models) has been recently updated with the following models:

  * AWS Claude 4 Sonnet
  * AWS Claude 4 Opus

  The following models have been deprecated:

  * Google Gemini 1.5 Flash 001
  * Google Gemini 1.5 Pro 001

  For more information, see [retired models](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/model-versions#expandable-1).

  Azure OpenAI GPT o4 Mini model was removed.

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

  You can use the provided models to [override the default model](https://developer.box.com/guides/box-ai/ai-tutorials/default-agent-overrides) used in the AI agent configuration.
  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="2025-05-15" tags={["New features", "CLI"]}>
  ## Box CLI v4.1.0 released

  ### New Features and Enhancements

  * Support AI Extract endpoints ([#574](https://github.com/box/boxcli/issues/574)) ([`0b4ff6b`](https://github.com/box/boxcli/commit/0b4ff6b63c8707c6842f3812d2a69071d195b799))

  ### Bug Fixes

  * Remove incorrect `process.stderr.setEncoding` call ([`486779e`](https://github.com/box/boxcli/commit/486779ee3b8403805286b7ae6d3ab5c802c6f948)), closes [#571](https://github.com/box/boxcli/issues/571)
</Update>

<Update label="2025-05-13" tags={["SDKs", ".NET"]}>
  ## Box Dotnet SDK Generated v1.10.0 released

  ### New Features and Enhancements

  * Add `UploadWithPreflightCheck` convenient method (box/box-codegen[#705](https://github.com/box/box-windows-sdk-v2/issues/705)) ([#469](https://github.com/box/box-dotnet-sdk-gen/issues/469)) ([`8dff7bb`](https://github.com/box/box-dotnet-sdk-gen/commit/8dff7bb859cd034d4e43b81c7c11b9a3fdb396e8))
  * Add AI agents warnings; allow for more types of metadata value (box/box-openapi[#520](https://github.com/box/box-dotnet-sdk-gen/issues/520)) ([#474](https://github.com/box/box-dotnet-sdk-gen/issues/474)) ([`a53cff5`](https://github.com/box/box-dotnet-sdk-gen/commit/a53cff54395db91bad179d3c5bbae9800c1b79dd))
  * Add security settings properties on sign template schema (box/box-openapi[#518](https://github.com/box/box-dotnet-sdk-gen/issues/518)) ([#462](https://github.com/box/box-dotnet-sdk-gen/issues/462)) ([`7fddaea`](https://github.com/box/box-dotnet-sdk-gen/commit/7fddaeab425a859dc1aa5dc3420891047d27efdf))
  * Add support of IBM models to AI API (box/box-openapi[#522](https://github.com/box/box-dotnet-sdk-gen/issues/522)) ([#475](https://github.com/box/box-dotnet-sdk-gen/issues/475)) ([`a187301`](https://github.com/box/box-dotnet-sdk-gen/commit/a187301543d6741c77799b66fde0f12d4fca710d))
  * Support sensitive data sanitization in errors (box/box-codegen[#695](https://github.com/box/box-windows-sdk-v2/issues/695)) ([#453](https://github.com/box/box-dotnet-sdk-gen/issues/453)) ([`5ee0c93`](https://github.com/box/box-dotnet-sdk-gen/commit/5ee0c932254a0cd1cc7bc814c29fe5f9e2151462))
</Update>

<Update label="2025-05-12" tags={["New features", "UI Elements"]}>
  ## Box UI Elements v23.3.0 released

  ### [23.3.0](https://github.com/box/box-ui-elements/compare/v23.2.0...v23.3.0) (2025-05-12)

  ### Bug Fixes

  * **`commitlint`:** Bump to 19.8.0 ([#4083](https://github.com/box/box-ui-elements/issues/4083)) ([`7e9e6e5`](https://github.com/box/box-ui-elements/commit/7e9e6e5ef30eb080313276f8549337710ecd875f))
  * **flow-typed:** Bumped to 4.1.0 ([#4081](https://github.com/box/box-ui-elements/issues/4081)) ([`15b8108`](https://github.com/box/box-ui-elements/commit/15b81086caf692986717f34e259d745fb6c34b04))
  * **flyout:** change logic for `onKeyPress` in `Flyout.js` ([#4096](https://github.com/box/box-ui-elements/issues/4096)) ([`f48c2a9`](https://github.com/box/box-ui-elements/commit/f48c2a92d8df6d731965dfa0d60d93c05f0c8e80))
  * **i18n:** update translations ([#4077](https://github.com/box/box-ui-elements/issues/4077)) ([`fe7752d`](https://github.com/box/box-ui-elements/commit/fe7752d809f4946040bf18dec4a8a980b22c908e))
  * **i18n:** update translations ([#4079](https://github.com/box/box-ui-elements/issues/4079)) ([`0f587f5`](https://github.com/box/box-ui-elements/commit/0f587f522e1904b37fccf25bdfff98d1c3252aea))
  * **i18n:** update translations ([#4089](https://github.com/box/box-ui-elements/issues/4089)) ([`f48076d`](https://github.com/box/box-ui-elements/commit/f48076d2cf967283dd5c9af95540ac1743a6ab71))
  * **i18n:** update translations ([#4091](https://github.com/box/box-ui-elements/issues/4091)) ([`9869175`](https://github.com/box/box-ui-elements/commit/986917536c15345378b64bfc9e66d47ade83b930))
  * **i18n:** update translations ([#4097](https://github.com/box/box-ui-elements/issues/4097)) ([`e265cfe`](https://github.com/box/box-ui-elements/commit/e265cfef405c9644863c612a72158dac0bc2c439))
  * **metadata-sidebar:** Show all metadata fields fix ([#4090](https://github.com/box/box-ui-elements/issues/4090)) ([`e4dcdcb`](https://github.com/box/box-ui-elements/commit/e4dcdcb1ef5b9247b69b4b0666ac68c9ad82f6b2))
  * **`opensource`:** copy storybook files to root ([#4099](https://github.com/box/box-ui-elements/issues/4099)) ([`37c9cf0`](https://github.com/box/box-ui-elements/commit/37c9cf06da4d17006f053cedbef6d4fedec09ed5))
  * **sass-lint:** Remove sass-lint ([#4082](https://github.com/box/box-ui-elements/issues/4082)) ([`05d1e8b`](https://github.com/box/box-ui-elements/commit/05d1e8b9f094b35dc0494c09f30777be6cd4ce2c))

  ### Features

  * **`bp-assets`:** Bump BP assets to 4.39.0 ([#4095](https://github.com/box/box-ui-elements/issues/4095)) ([`15c403c`](https://github.com/box/box-ui-elements/commit/15c403c402e135ff9f5f73da011633d6ac923e3d))
  * **content-sidebar:** additional prop for feedback tooltip in Box AI ([#4075](https://github.com/box/box-ui-elements/issues/4075)) ([`bcd2b86`](https://github.com/box/box-ui-elements/commit/bcd2b8698106ab5c03dcd44be7a948ab4a5cf203))
  * **content-sidebar:** update content-answers for box ai sidebar ([#4094](https://github.com/box/box-ui-elements/issues/4094)) ([`8d4c456`](https://github.com/box/box-ui-elements/commit/8d4c456dae84978341c3af572c81299ead047b9b))
  * **metadata-sidebar:** Is delete confirmation modal checkbox enabled ([#4076](https://github.com/box/box-ui-elements/issues/4076)) ([`7e8c8ac`](https://github.com/box/box-ui-elements/commit/7e8c8ac824f53c9264e939ba396369412150e5d0))
  * **`metadataeditor`:** add agent selector ([#4098](https://github.com/box/box-ui-elements/issues/4098)) ([`f3af868`](https://github.com/box/box-ui-elements/commit/f3af86837955e4ff7ebb0d3a938538139d9eeabf))
  * **`metadataeditor`:** add ai extraction for folders ([#4080](https://github.com/box/box-ui-elements/issues/4080)) ([`82d6b29`](https://github.com/box/box-ui-elements/commit/82d6b29c40b1c70eae027d084396600aae36fdeb))
  * **notification-redesign:** Add Notification classname prop ([#4092](https://github.com/box/box-ui-elements/issues/4092)) ([`2dc371f`](https://github.com/box/box-ui-elements/commit/2dc371fa6ea1a6a70dfd4f0fec05925fd581b7b3))
  * **`opensource`:** update default route to use storybook ([#4087](https://github.com/box/box-ui-elements/issues/4087)) ([`174f335`](https://github.com/box/box-ui-elements/commit/174f335b7bd80f1b75a03441a3e14afb50f3e82d))
  * **unified-share-modal:** add custom permission descriptions ([#4071](https://github.com/box/box-ui-elements/issues/4071)) ([`19a7978`](https://github.com/box/box-ui-elements/commit/19a7978121ac005cecd8643584076d4f2f1864ee))
  * upgrade blueprint packages ([#4101](https://github.com/box/box-ui-elements/issues/4101)) ([`f8606cf`](https://github.com/box/box-ui-elements/commit/f8606cf689b1468ebec5948e018bfa86b237705f))

  ### Reverts

  * "chore(storybook): Bump to v8.6.12 ([#4069](https://github.com/box/box-ui-elements/issues/4069))" ([#4078](https://github.com/box/box-ui-elements/issues/4078)) ([`cbe4c0a`](https://github.com/box/box-ui-elements/commit/cbe4c0a22d3526f6090d8c67bce38dcb9d5a4772))
</Update>

<Update label="2025-05-02" tags={["New features", "Python", "SDKs"]}>
  ## Box Python SDK Generated v1.14.0 released

  ### Bug Fixes

  * set default timeouts for requests (box/box-codegen[#707](https://github.com/box/box-python-sdk-gen/issues/707)) ([#552](https://github.com/box/box-python-sdk-gen/issues/552)) ([`66b87c8`](https://github.com/box/box-python-sdk-gen/commit/66b87c8986ce2f5fdb3a9eac995ef8a9643bcd76))

  ### New Features and Enhancements

  * Add security settings properties on sign template schema (box/box-openapi[#518](https://github.com/box/box-python-sdk-gen/issues/518)) ([#543](https://github.com/box/box-python-sdk-gen/issues/543)) ([`0a45d21`](https://github.com/box/box-python-sdk-gen/commit/0a45d218d1aa3fa62da7b5c8c01506fb657c0b36))
  * Support sensitive data sanitization in errors (box/box-codegen[#695](https://github.com/box/box-python-sdk-gen/issues/695)) ([#533](https://github.com/box/box-python-sdk-gen/issues/533)) ([`abb7b1d`](https://github.com/box/box-python-sdk-gen/commit/abb7b1d16a192edd99ff1fc4fb7c4caf79ee5f10))
</Update>

<Update label="2025-04-30" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Box AI API - new AI models now available

  The list of [available AI models](https://developer.box.com/guides/box-ai/ai-models) has been recently updated with the following models:

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

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

  You can use the provided models to [override the default model](https://developer.box.com/guides/box-ai/ai-tutorials/default-agent-overrides) used in the AI agent configuration.
  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="2025-04-29" tags={["New features", "Impactful changes", "API", "AI"]}>
  ## Box AI API - new AI models now available

  The list of [available AI models](https://developer.box.com/guides/box-ai/ai-models) has been recently updated with the following models:

  * Azure OpenAI GPT-4.1
  * Azure OpenAI GPT-4.1 Mini
  * Gemini 2.5 Pro Preview
  * Gemini 2.5 Flash Preview
  * IBM Llama 4 Scout
  * IBM Llama 3.2 Instruct

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

  You can use the provided models to [override the default model](https://developer.box.com/guides/box-ai/ai-tutorials/default-agent-overrides) used in the AI agent configuration.
  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="2025-04-29" tags={["Java", "SDKs"]}>
  ## Box Java SDK v4.16.1 released

  ### Bug Fixes

  * use `Locale.ROOT` to prevent issues with non-US locales ([#1306](https://github.com/box/box-java-sdk/issues/1306)) ([`f083092`](https://github.com/box/box-java-sdk/commit/f083092d5fdac37c93493945ab0c05ecdcdbc838))
</Update>

<Update label="2025-04-25" tags={["New features", "UI Elements"]}>
  ## Box UI Elements v23.2.0 released

  ### [23.2.0](https://github.com/box/box-ui-elements/compare/v23.1.0...v23.2.0) (2025-04-25)

  ### Bug Fixes

  * **content-answers:** fix CSS variable ([#4074](https://github.com/box/box-ui-elements/issues/4074)) ([`393d83b`](https://github.com/box/box-ui-elements/commit/393d83ba8c8882f6b136b38f933bfc17f5be0720))
  * **i18n:** update translations ([#4072](https://github.com/box/box-ui-elements/issues/4072)) ([`dc1cf01`](https://github.com/box/box-ui-elements/commit/dc1cf014f1bb84384244cf68d684d07bd6420d11))

  ### Features

  * **message-center:** Pass `badgeCount` to `ButtonComponent` ([#4068](https://github.com/box/box-ui-elements/issues/4068)) ([`e316267`](https://github.com/box/box-ui-elements/commit/e3162676d06dc330c42204b0871cc61140665c57))
  * **unified-share-modal:** add remove collaborators ([#4070](https://github.com/box/box-ui-elements/issues/4070)) ([`4645733`](https://github.com/box/box-ui-elements/commit/4645733c1d5aad0a42cbabd130741bdd6923243e))
</Update>

<Update label="2025-04-17" tags={["New features", "UI Elements"]}>
  ## Box UI Elements v23.1.0 released

  ### [23.1.0](https://github.com/box/box-ui-elements/compare/v23.0.0...v23.1.0) (2025-04-17)

  ### Bug Fixes

  * **axios:** Bump Axios to 0.30.0 ([#4039](https://github.com/box/box-ui-elements/issues/4039)) ([`e212834`](https://github.com/box/box-ui-elements/commit/e212834b2c5ec6e64d6c5378e7b114c3526d21f4))
  * **content-explorer:** Add default dimension to `ItemListIcon` ([#4052](https://github.com/box/box-ui-elements/issues/4052)) ([`900757c`](https://github.com/box/box-ui-elements/commit/900757c6bdd760b31ad0ba7c717f3fe71a799ed3))
  * **content-explorer:** improve theming feature ([#4045](https://github.com/box/box-ui-elements/issues/4045)) ([`5ad4a94`](https://github.com/box/box-ui-elements/commit/5ad4a94d9e3a8792ad32518272bb1aecf8cf47fc))
  * **content-explorer:** remove base styles ([#4063](https://github.com/box/box-ui-elements/issues/4063)) ([`071f5b9`](https://github.com/box/box-ui-elements/commit/071f5b9cdcadd0cfa15589dc47b1c3361299c0a7))
  * **i18n:** update translations ([#4038](https://github.com/box/box-ui-elements/issues/4038)) ([`2977e50`](https://github.com/box/box-ui-elements/commit/2977e5014e079a776f4316cc348512d182780f3a))
  * **i18n:** update translations ([#4040](https://github.com/box/box-ui-elements/issues/4040)) ([`6c89353`](https://github.com/box/box-ui-elements/commit/6c89353911c1be3fa10ae411242e8fcd51aaa8d0))
  * **i18n:** update translations ([#4050](https://github.com/box/box-ui-elements/issues/4050)) ([`a6b5074`](https://github.com/box/box-ui-elements/commit/a6b50746500ef6d6d8316c78a1703b5f943ddf89))
  * **i18n:** update translations ([#4051](https://github.com/box/box-ui-elements/issues/4051)) ([`4f74362`](https://github.com/box/box-ui-elements/commit/4f7436230d6450a60ea6444bcbb6faf5c17612b9))
  * **i18n:** update translations ([#4056](https://github.com/box/box-ui-elements/issues/4056)) ([`5d2e63b`](https://github.com/box/box-ui-elements/commit/5d2e63bff00cd5fe3cafb58ba9c5e2807d849fbc))
  * **ip:** remove resolution ([#4057](https://github.com/box/box-ui-elements/issues/4057)) ([`8ad6f71`](https://github.com/box/box-ui-elements/commit/8ad6f718ae32cba1104ceab2de08cabcc8da5ce2))
  * **item-options:** render correctly when item actions are filtered ([#4042](https://github.com/box/box-ui-elements/issues/4042)) ([`ab56916`](https://github.com/box/box-ui-elements/commit/ab56916d4048acfecc03b0d1036791504a52caed))
  * **metadata-editor:** Handle new taxonomy API ([#4049](https://github.com/box/box-ui-elements/issues/4049)) ([`ed622af`](https://github.com/box/box-ui-elements/commit/ed622af35a2a016a2e6df14b25b79f5488bb9e1d))
  * **stylelint:** Bump to v16 ([#4058](https://github.com/box/box-ui-elements/issues/4058)) ([`db6c93e`](https://github.com/box/box-ui-elements/commit/db6c93ef9f7b6ff13fe9198b697ec45c3f303335))
  * **uaa-parity:** Display error message for UAA errors ([#4035](https://github.com/box/box-ui-elements/issues/4035)) ([`f9e9f35`](https://github.com/box/box-ui-elements/commit/f9e9f35ec07fd720d6148d4b324d5a342ac3e558))
  * **uaa-parity:** Not showing fallback `promoted_by user` for empty `promoted_by user` ([#4043](https://github.com/box/box-ui-elements/issues/4043)) ([`a586a0a`](https://github.com/box/box-ui-elements/commit/a586a0a3da711ce1803a4e8999af839a668598fb))

  ### Features

  * **content-explorer:** Add feature flag for `MetadataViewList` redesign ([#4061](https://github.com/box/box-ui-elements/issues/4061)) ([`5d0c716`](https://github.com/box/box-ui-elements/commit/5d0c716f449bed05f3c638a00f292e6fe00a4b40))
  * **content-explorer:** enable independent theming ([#4062](https://github.com/box/box-ui-elements/issues/4062)) ([`a67be72`](https://github.com/box/box-ui-elements/commit/a67be72dc9886094444627d97619d79195d67427))
  * **content-picker:** Add `MoreOptions` button to rows ([#4036](https://github.com/box/box-ui-elements/issues/4036)) ([`f3667dc`](https://github.com/box/box-ui-elements/commit/f3667dc104c283287049e2c8ca43a46aa9bb1068))
  * **content-sidebar:** added support for feedback tooltip in Box AI ([#4059](https://github.com/box/box-ui-elements/issues/4059)) ([`b09cbf3`](https://github.com/box/box-ui-elements/commit/b09cbf3cf18a36274410df5f0859675445e23cb1))
  * **doc-first-pages:** Add webp xrep header ([#4054](https://github.com/box/box-ui-elements/issues/4054)) ([`ca41b1a`](https://github.com/box/box-ui-elements/commit/ca41b1ad22f89667b30e552040224abab3182c27))
  * **metadata-sidebar:** Control Multilevel Taxonomy ([#4037](https://github.com/box/box-ui-elements/issues/4037)) ([`f705927`](https://github.com/box/box-ui-elements/commit/f705927f9071950a59d4f3d5da1e141dad21d4b0))
  * **metadata-sidebar:** Multilevel taxonomy integration ([#4044](https://github.com/box/box-ui-elements/issues/4044)) ([`8a794ad`](https://github.com/box/box-ui-elements/commit/8a794adb431d3dd7efd0518d0de4c3b361975c7d))
</Update>

<Update label="2025-04-15" tags={["New features", "Java", "SDKs"]}>
  ## Box Java SDK v4.16.0 released

  ### New Features and Enhancements

  * Bump version of `zstd-jni` ([#1302](https://github.com/box/box-java-sdk/issues/1302)) ([`9ebf8b5`](https://github.com/box/box-java-sdk/commit/9ebf8b5d16c0ab8f4aa19849fdaa86935d38b294))
</Update>

<Update label="2025-04-11" tags={["SDKs", "TypeScript"]}>
  ## Box TypeScript SDK Generated v1.15.1 released

  ### Bug Fixes

  * Fix data sanitizer for TypeScript (box/box-codegen[#702](https://github.com/box/box-typescript-sdk-gen/issues/702)) ([#582](https://github.com/box/box-typescript-sdk-gen/issues/582)) ([`eb79c0f`](https://github.com/box/box-typescript-sdk-gen/commit/eb79c0faa11f40667289155e71b8893a96eb558a))
</Update>

<Update label="2025-04-10" tags={["New features", "SDKs", "TypeScript"]}>
  ## Box TypeScript SDK Generated v1.15.0 released

  ### New Features and Enhancements

  * Support sensitive data sanitization in errors (box/box-codegen[#695](https://github.com/box/box-typescript-sdk-gen/issues/695)) ([#573](https://github.com/box/box-typescript-sdk-gen/issues/573)) ([`488e76a`](https://github.com/box/box-typescript-sdk-gen/commit/488e76a1e1f66d5d4ac56b16e6a7dae9e7f497a1))
</Update>

<Update label="2025-04-09" tags={["New features", "Python", "SDKs"]}>
  ## Box Python SDK v3.14.0 released

  ### New Features and Enhancements

  * Add `stream_file_content` parameter to upload methods ([#890](https://github.com/box/box-python-sdk/issues/890)) ([`0e63c00`](https://github.com/box/box-python-sdk/commit/0e63c002ee17618c08200c12caae4bb3890b1e90))
</Update>

<Update label="2025-04-09" tags={["New features", "Node", "SDKs"]}>
  ## Box Node SDK v3.8.0 released

  ### New Features and Enhancements

  * Support AI agent ([#887](https://github.com/box/box-node-sdk/issues/887)) ([`5b109ad`](https://github.com/box/box-node-sdk/commit/5b109adbd506510fc83b1c90af13b063ddefab37))
</Update>

<Update label="2025-03-26" tags={["New features", "Impactful changes", "UI Elements"]}>
  ## Box UI Elements v23.0.0 released

  ### [23.0.0](https://github.com/box/box-ui-elements/compare/v22.1.0...v23.0.0) (2025-03-26)

  ### Features

  * BREAKING CHANGE noop to trigger major version release ([#4034](https://github.com/box/box-ui-elements/issues/4034)) ([`4e1751f`](https://github.com/box/box-ui-elements/commit/4e1751f4054f53bc62880dd3371893a853f93aa2))

  ### BREAKING CHANGES

  * update peer dependencies for `@box/` packages
</Update>

<Update label="2025-03-18" tags={["New features", "SDKs", "TypeScript"]}>
  ## Box TypeScript SDK Generated v1.14.0 released

  ### Bug Fixes

  * Add `verification_phone_number` property to create sign request (box/box-openapi[#515](https://github.com/box/box-typescript-sdk-gen/issues/515)) ([#546](https://github.com/box/box-typescript-sdk-gen/issues/546)) ([`916502c`](https://github.com/box/box-typescript-sdk-gen/commit/916502c47cb4936ab93a40b3f1552c1860173a8e))

  ### New Features and Enhancements

  * Add find app item for shared link endpoint (box/box-openapi[#514](https://github.com/box/box-typescript-sdk-gen/issues/514)) ([#545](https://github.com/box/box-typescript-sdk-gen/issues/545)) ([`7c32eaf`](https://github.com/box/box-typescript-sdk-gen/commit/7c32eaf2af3ef08299d9dd69e744304b20f4309f))
  * Add Integration Mappings Teams API (box/box-openapi[#517](https://github.com/box/box-typescript-sdk-gen/issues/517)) ([#548](https://github.com/box/box-typescript-sdk-gen/issues/548)) ([`6ce1c7c`](https://github.com/box/box-typescript-sdk-gen/commit/6ce1c7c78c9bc5d70383065e95f01bc8133fdd52))
  * Support upload with preflight check (box/box-codegen[#676](https://github.com/box/box-typescript-sdk-gen/issues/676)) ([#554](https://github.com/box/box-typescript-sdk-gen/issues/554)) ([`e3aa784`](https://github.com/box/box-typescript-sdk-gen/commit/e3aa784b73c7b473fdf06c05c7f657a54fc08e4c))
</Update>

<Update label="2025-03-18" tags={["iOS", "SDKs"]}>
  ## Box Swift SDK Generated 0.6.1 released

  ### Bug Fixes

  * Add `verification_phone_number` property to create sign request (box/box-openapi[#515](https://github.com/box/box-swift-sdk-gen/issues/515)) ([#391](https://github.com/box/box-swift-sdk-gen/issues/391)) ([`717b3a8`](https://github.com/box/box-swift-sdk-gen/commit/717b3a8b285dfab92a9446cbd84443caa8dde148))

  ### New Features and Enhancements

  * Add find app item for shared link endpoint (box/box-openapi[#514](https://github.com/box/box-swift-sdk-gen/issues/514)) ([#390](https://github.com/box/box-swift-sdk-gen/issues/390)) ([`07b9be5`](https://github.com/box/box-swift-sdk-gen/commit/07b9be5d523f3d3fb89bdbb240e4ca9628a3736d))
  * Add hubs support to `/ai/ask` (box/box-codegen[#656](https://github.com/box/box-swift-sdk-gen/issues/656)) ([#364](https://github.com/box/box-swift-sdk-gen/issues/364)) ([`9a49864`](https://github.com/box/box-swift-sdk-gen/commit/9a4986499eaefffdb4f2593968d59eaf030f516f))
  * Add Integration Mappings Teams API (box/box-openapi[#517](https://github.com/box/box-swift-sdk-gen/issues/517)) ([#393](https://github.com/box/box-swift-sdk-gen/issues/393)) ([`b9ed4e3`](https://github.com/box/box-swift-sdk-gen/commit/b9ed4e35d17f85c1d2bc2a4e9e148ae009551348))
  * Expose token storage for authentication classes (box/box-codegen[#682](https://github.com/box/box-swift-sdk-gen/issues/682)) ([#400](https://github.com/box/box-swift-sdk-gen/issues/400)) ([`08221e5`](https://github.com/box/box-swift-sdk-gen/commit/08221e59cabc4042ea1d43bf578c2069ad66b444))
  * Support AI Studio API (box/box-codegen[#626](https://github.com/box/box-swift-sdk-gen/issues/626)) ([#375](https://github.com/box/box-swift-sdk-gen/issues/375)) ([`802571d`](https://github.com/box/box-swift-sdk-gen/commit/802571dd34977ae2ebf674dbdddd3e140829b819))
  * Support unknown enum values (box/box-codegen[#670](https://github.com/box/box-swift-sdk-gen/issues/670)) ([#382](https://github.com/box/box-swift-sdk-gen/issues/382)) ([`8fe7ff4`](https://github.com/box/box-swift-sdk-gen/commit/8fe7ff45fa4e45f743acd4450270d945b0afd393))
  * Support upload with preflight check (box/box-codegen[#676](https://github.com/box/box-swift-sdk-gen/issues/676)) ([#399](https://github.com/box/box-swift-sdk-gen/issues/399)) ([`1befb4c`](https://github.com/box/box-swift-sdk-gen/commit/1befb4c1b4898375ea3ab353c7149fd10adc1f17))
  * Update `/ai/extract_structured` response schema (box/box-codegen[#641](https://github.com/box/box-swift-sdk-gen/issues/641)) ([#358](https://github.com/box/box-swift-sdk-gen/issues/358)) ([`430611a`](https://github.com/box/box-swift-sdk-gen/commit/430611a0036258d5f3ff8e1c6de0b833255ce0ed))
</Update>

<Update label="2025-03-18" tags={["New features", "Python", "SDKs"]}>
  ## Box Python SDK Generated v1.13.0 released

  ### Bug Fixes

  * Add `verification_phone_number` property to create sign request (box/box-openapi[#515](https://github.com/box/box-python-sdk-gen/issues/515)) ([#503](https://github.com/box/box-python-sdk-gen/issues/503)) ([`6d19d19`](https://github.com/box/box-python-sdk-gen/commit/6d19d197481a578d7d5ad8d632ac6f5c06bd3dce))

  ### New Features and Enhancements

  * Add find app item for shared link endpoint (box/box-openapi[#514](https://github.com/box/box-python-sdk-gen/issues/514)) ([#502](https://github.com/box/box-python-sdk-gen/issues/502)) ([`fd6c693`](https://github.com/box/box-python-sdk-gen/commit/fd6c6933f0fb518830e9ac810fd511a0cf60b429))
  * Add Integration Mappings Teams API (box/box-openapi[#517](https://github.com/box/box-python-sdk-gen/issues/517)) ([#505](https://github.com/box/box-python-sdk-gen/issues/505)) ([`d1aa250`](https://github.com/box/box-python-sdk-gen/commit/d1aa250fb01fbf742daf266d4458ba2eab2c5669))
  * Support upload with preflight check (box/box-codegen[#676](https://github.com/box/box-python-sdk-gen/issues/676)) ([#515](https://github.com/box/box-python-sdk-gen/issues/515)) ([`bb4597e`](https://github.com/box/box-python-sdk-gen/commit/bb4597e40d49e20eca44c4414e406b1352af1a2b))
</Update>

<Update label="2025-03-18" tags={["New features","SDKs", ".NET"]}>
  ## Box Dotnet SDK Generated v1.9.0 released

  ### Bug Fixes

  * Add `verification_phone_number` property to create sign request (box/box-openapi[#515](https://github.com/box/box-dotnet-sdk-gen/issues/515)) ([#427](https://github.com/box/box-dotnet-sdk-gen/issues/427)) ([`d90faea`](https://github.com/box/box-dotnet-sdk-gen/commit/d90faea77650a37ce794a93c51bd9a8eb91f619c))
  * Use `targetFramework` when single .Net version is supported (box/box-codegen[#684](https://github.com/box/box-windows-sdk-v2/issues/684)) ([#438](https://github.com/box/box-dotnet-sdk-gen/issues/438)) ([`4e64174`](https://github.com/box/box-dotnet-sdk-gen/commit/4e64174c21c6f1dd2cef75f1f29ebe2ace92d852))

  ### New Features and Enhancements

  * Add find app item for shared link endpoint (box/box-openapi[#514](https://github.com/box/box-dotnet-sdk-gen/issues/514)) ([#426](https://github.com/box/box-dotnet-sdk-gen/issues/426)) ([`4dc5dc1`](https://github.com/box/box-dotnet-sdk-gen/commit/4dc5dc14e3c204c537180df166d07735ae1c4e40))
  * Add Integration Mappings Teams API (box/box-openapi[#517](https://github.com/box/box-dotnet-sdk-gen/issues/517)) ([#429](https://github.com/box/box-dotnet-sdk-gen/issues/429)) ([`92063c4`](https://github.com/box/box-dotnet-sdk-gen/commit/92063c435d7cb38a7eeca2e71f42e32b995a659a))
  * Expose token storage for authentication classes (box/box-codegen[#682](https://github.com/box/box-windows-sdk-v2/issues/682)) ([#435](https://github.com/box/box-dotnet-sdk-gen/issues/435)) ([`413058e`](https://github.com/box/box-dotnet-sdk-gen/commit/413058e78cb69c89be6a819c0e63f9457bd7f2f5))
</Update>

<Update label="2025-03-12" tags={["New features", "Impactful changes", "API"]}>
  ## Integration mappings for Teams

  Use the [integration mappings](/reference/resources/integration-mapping-teams) feature for MS Teams to manage [where the content
  from Teams](https://support.box.com/hc/en-us/articles/360050737154-Assigning-a-Default-Box-Folder-to-a-Teams-Channel-or-Chat) channels and chats is stored in Box.

  * [List](/reference/get-integration-mappings-teams) all Teams integration mappings
  * [Create](/reference/post-integration-mappings-teams) a new Teams integration mapping
  * [Update](/reference/put-integration-mappings-teams-id) existing Teams integration mapping
  * [Delete](/reference/delete-integration-mappings-teams-id) Teams integration mapping

  Check the integration mappings for Teams API developer [guide](/guides/integration-mappings/teams-mappings/index) to learn more about this feature.

  ## 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="2025-03-12" tags={["Java", "SDKs"]}>
  ## Box Java SDK v4.15.3 released

  ### Bug Fixes

  * trim `content-length` header value ([#1297](https://github.com/box/box-java-sdk/issues/1297)) ([`fa11d14`](https://github.com/box/box-java-sdk/commit/fa11d141edf511eabc5f2398e55dc411d0cdcd31))
</Update>

<Update label="2025-03-11" tags={["SDKs", "TypeScript"]}>
  ## Box TypeScript SDK Generated v1.13.2 released

  ### Bug Fixes

  * Fix `rollup` plugin output directory in Typescript (box/box-codegen[#678](https://github.com/box/box-typescript-sdk-gen/issues/678)) ([#543](https://github.com/box/box-typescript-sdk-gen/issues/543)) ([`f828d5e`](https://github.com/box/box-typescript-sdk-gen/commit/f828d5e7e3079c48590e9766f0dccd25ee1af9ca))
</Update>

<Update label="2025-03-07" tags={["SDKs", "TypeScript"]}>
  ## Box TypeScript SDK Generated v1.13.1 released

  ### Bug Fixes

  * Split browser configuration in `package.json` for TypeScript (box/box-codegen[#672](https://github.com/box/box-typescript-sdk-gen/issues/672)) ([#538](https://github.com/box/box-typescript-sdk-gen/issues/538)) ([`ca7e291`](https://github.com/box/box-typescript-sdk-gen/commit/ca7e29180e450cbb346a76aadfdade1062559b1e))
</Update>

<Update label="2025-03-07" tags={["CLI"]}>
  ## Box CLI v4.0.1 released

  ### Bug Fixes

  * Fix `configure:environments:set-current` command ([#568](https://github.com/box/boxcli/issues/568)) ([`dc0905f`](https://github.com/box/boxcli/commit/dc0905f7b85a32373e93ec7726afb261223e9fac))
</Update>

<Update label="2025-02-26" tags={["Java", "SDKs"]}>
  ## Box Java SDK v4.15.2 released

  ### Bug Fixes

  * Improve logging for API Request and API Response ([#1295](https://github.com/box/box-java-sdk/issues/1295)) ([`6eb1f57`](https://github.com/box/box-java-sdk/commit/6eb1f57a584571b46daa14d045a36bca382493fa))
</Update>

<Update label="2025-02-26" tags={["Impactful changes", "API", "AI"]}>
  ## Box AI API - AWS Claude 3.7 Sonnet now available

  The list of [available AI models](https://developer.box.com/guides/box-ai/ai-models) has been recently updated with AWS Claude 3.7 Sonnet.

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

  You can use the provided models to [override the default model](https://developer.box.com/guides/box-ai/ai-models) used in the AI agent configuration.
  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="2025-02-24" tags={["Java", "SDKs"]}>
  ## Box Java SDK v4.15.1 released

  ### Bug Fixes

  * Fix parsing content length header ([#1292](https://github.com/box/box-java-sdk/issues/1292)) ([`3bcf788`](https://github.com/box/box-java-sdk/commit/3bcf788dd9849305aa2cc85b8e5f88b35803ecb2))
</Update>

<Update label="2025-02-20" tags={["New features", "SDKs", "TypeScript"]}>
  ## Box TypeScript SDK Generated v1.13.0 released

  ### New Features and Enhancements

  * Support AI Studio API (box/box-codegen[#626](https://github.com/box/box-typescript-sdk-gen/issues/626)) ([#520](https://github.com/box/box-typescript-sdk-gen/issues/520)) ([`949b856`](https://github.com/box/box-typescript-sdk-gen/commit/949b856ce1d77b1aa425b91b46440b46b383438a))
</Update>

<Update label="2025-02-20" tags={["New features", "SDKs", ".NET"]}>
  ## Box Dotnet SDK Generated v1.8.0 released

  ### Bug Fixes

  * Do not retry HTTP request when `TaskCanceledException` is thrown (box/box-codegen[#665](https://github.com/box/box-windows-sdk-v2/issues/665)) ([#406](https://github.com/box/box-dotnet-sdk-gen/issues/406)) ([`1af0a6a`](https://github.com/box/box-dotnet-sdk-gen/commit/1af0a6aaf5f1e80f092ce506abe1cc01bf110bb8))

  ### New Features and Enhancements

  * Support AI Studio API (box/box-codegen[#626](https://github.com/box/box-windows-sdk-v2/issues/626)) ([#409](https://github.com/box/box-dotnet-sdk-gen/issues/409)) ([`9661450`](https://github.com/box/box-dotnet-sdk-gen/commit/966145021d4a1dd450cd199cc9ed3e9457f5a141))
</Update>

<Update label="2025-02-19" tags={["New features", "Java", "SDKs"]}>
  ## Box Java SDK v4.15.0 released

  ### New Features and Enhancements

  * Add `canNonOwnersViewCollaborators` flag to `BoxFolder` ([#1288](https://github.com/box/box-java-sdk/issues/1288)) ([`9119adc`](https://github.com/box/box-java-sdk/commit/9119adceae35e892e73ed61ed30cf82ad912960d))
  * Support `zstd` encoding for downloads ([#1287](https://github.com/box/box-java-sdk/issues/1287)) ([`0e3c4c0`](https://github.com/box/box-java-sdk/commit/0e3c4c07e65ef1887cd5c393e3daf98aeb50ee47))

  ### Bug Fixes

  * Fix AI dialogue history ([#1289](https://github.com/box/box-java-sdk/issues/1289)) ([`29b6519`](https://github.com/box/box-java-sdk/commit/29b651987a5cbeead4b129cab20970f983cb6889))
</Update>

<Update label="2025-02-18" tags={["New features", "Impactful changes", "AI"]}>
  ## Box AI Studio API

  We are excited to announce that Box AI Studio API is now available to all Enterprise Advanced customers.
  [Box AI Studio](https://support.box.com/hc/en-us/articles/37228079461267-Enabling-Box-AI-Studio-and-Managing-Agents) allows you to build and manage custom AI agents to
  best suit your business needs. For example, you can create an AI agent
  that acts as a compliance consultant, answering questions regarding customer
  documentation with specific compliance rules in mind.

  Box AI Studio API allows you to:

  * List all AI agents
  * Get AI agent details
  * Create a new AI agent
  * Update existing AI agent
  * Delete an AI agent

  Check the Box AI Studio API developer [guide](https://developer.box.com/guides/ai-studio/getting-started-ai-studio) to learn more about this feature and check the [API Reference](https://developer.box.com/reference/get-ai-agents/) for details.

  ## Where to get support

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

<Update label="2025-02-12" tags={["Python", "SDKs"]}>
  ## Box Python SDK Generated v1.11.1 released

  ### Bug Fixes

  * Fix proxy usage (box/box-codegen[#662](https://github.com/box/box-python-sdk-gen/issues/662)) ([#476](https://github.com/box/box-python-sdk-gen/issues/476)) ([`e1d62ac`](https://github.com/box/box-python-sdk-gen/commit/e1d62ac5a8063bf37244329329100752c3a069af))
</Update>

<Update label="2025-02-06" tags={["New features", "SDKs", "TypeScript"]}>
  ## Box TypeScript SDK Generated v1.12.0 released

  ### New Features and Enhancements

  * Add Box Sign shared requests (box/box-openapi[#504](https://github.com/box/box-typescript-sdk-gen/issues/504)) ([#491](https://github.com/box/box-typescript-sdk-gen/issues/491)) ([`e90255c`](https://github.com/box/box-typescript-sdk-gen/commit/e90255c5d97a7a1a10dd529b58426142c5c6f0d4))
  * feat: Add hubs support to `/ai/ask`. Replace type of `items` property from `AiItemBase[]` to `AiItemAsk[]` in the `AiAsk` interface (box/box-codegen[#656](https://github.com/box/box-typescript-sdk-gen/issues/656)) ([#507](https://github.com/box/box-typescript-sdk-gen/issues/507)) ([`9f29d8c`](https://github.com/box/box-typescript-sdk-gen/commit/9f29d8cb1f1d3b8c7625da1ddb9f2abd62d133f0))
  * Update `/ai/extract_structured` response schema (box/box-codegen[#641](https://github.com/box/box-typescript-sdk-gen/issues/641)) ([#498](https://github.com/box/box-typescript-sdk-gen/issues/498)) ([`502ac11`](https://github.com/box/box-typescript-sdk-gen/commit/502ac11a2ad4e56fceece0deb6a15dbfc8b429ff))
</Update>

<Update label="2025-02-06" tags={["New features", "Python", "SDKs"]}>
  ## Box Python SDK Generated v1.11.0 released

  ### Bug Fixes

  * Correct types of `paged` and `thumb` properties in File representation (box/box-openapi[#503](https://github.com/box/box-python-sdk-gen/issues/503)) ([#451](https://github.com/box/box-python-sdk-gen/issues/451)) ([`e818fa6`](https://github.com/box/box-python-sdk-gen/commit/e818fa6c9c80e61a293fc24ed6f1a15978681662))

  ### New Features and Enhancements

  * Add Box Sign shared requests (box/box-openapi[#504](https://github.com/box/box-python-sdk-gen/issues/504)) ([#453](https://github.com/box/box-python-sdk-gen/issues/453)) ([`3590918`](https://github.com/box/box-python-sdk-gen/commit/359091873d26111b82f000e7837553cc799f2433))
  * feat: Add hubs support to `/ai/ask`. Replace type of `items` parameter from `List[AiItemBase]` to `List[AiItemAsk]` in `create_ai_ask` method (box/box-openapi[#506](https://github.com/box/box-python-sdk-gen/issues/506)) ([#466](https://github.com/box/box-python-sdk-gen/issues/466)) ([`29f0364`](https://github.com/box/box-python-sdk-gen/commit/29f03649f3ec1471e859609d2b8bd77ad5d09106))
  * Update `/ai/extract_structured` response schema (box/box-codegen[#641](https://github.com/box/box-python-sdk-gen/issues/641)) ([#459](https://github.com/box/box-python-sdk-gen/issues/459)) ([`7c73cea`](https://github.com/box/box-python-sdk-gen/commit/7c73ceaa8888332b23bca4d6b64ef4999f942940))
</Update>

<Update label="2025-02-06" tags={["New features", "SDKs", ".NET"]}>
  ## Box Dotnet SDK Generated v1.7.0 released

  ### Bug Fixes

  * Correct types of `paged` and `thumb` properties in File representation (box/box-openapi[#503](https://github.com/box/box-dotnet-sdk-gen/issues/503)) ([#383](https://github.com/box/box-dotnet-sdk-gen/issues/383)) ([`d6995ad`](https://github.com/box/box-dotnet-sdk-gen/commit/d6995ad8ffa4f2cceb8195ffbfb6606f934a671f))
  * Prevent `Authentication` header from being passed during cross-origin redirects (box/box-codegen[#648](https://github.com/box/box-windows-sdk-v2/issues/648)) ([#382](https://github.com/box/box-dotnet-sdk-gen/issues/382)) ([`a64d373`](https://github.com/box/box-dotnet-sdk-gen/commit/a64d373a935cd2a8e6f72184b8dc129a973e9d45))

  ### New Features and Enhancements

  * Add Box Sign shared requests (box/box-openapi[#504](https://github.com/box/box-dotnet-sdk-gen/issues/504)) ([#384](https://github.com/box/box-dotnet-sdk-gen/issues/384)) ([`d563886`](https://github.com/box/box-dotnet-sdk-gen/commit/d563886f2a2f48a20df13600f9c25ff95198a56f))
  * feat: Add hubs support to /ai/ask. Replace type of `Items` property from `IReadOnlyList<AiItemBase>` to `IReadOnlyList<AiItemAsk>` in the `AiAsk` class (box/box-codegen[#656](https://github.com/box/box-windows-sdk-v2/issues/656)) ([#397](https://github.com/box/box-dotnet-sdk-gen/issues/397)) ([`32b6d03`](https://github.com/box/box-dotnet-sdk-gen/commit/32b6d03aba97c18a8901efe98fc60c74e10197ce))
  * Update `/ai/extract_structured` response schema (box/box-codegen[#641](https://github.com/box/box-windows-sdk-v2/issues/641)) ([#391](https://github.com/box/box-dotnet-sdk-gen/issues/391)) ([`5f79a03`](https://github.com/box/box-dotnet-sdk-gen/commit/5f79a03453b9339a26eb130113d8f55748f0d912))
</Update>

<Update label="2025-01-28" tags={["New features", "Impactful changes", "CLI"]}>
  ## Box CLI v4.0.0 released

  ### ⚠ BREAKING CHANGES

  * Drop support old Node version and integrate typescript SDK ([#548](https://github.com/box/boxcli/issues/548))

  ### New Features and Enhancements

  * Drop support old Node version and integrate typescript SDK ([#548](https://github.com/box/boxcli/issues/548)) ([`22179ec`](https://github.com/box/boxcli/commit/22179ecfc68b8dd315339ac204a7274d712d5a8e))
  * Incognito browser option for box login ([#561](https://github.com/box/boxcli/issues/561)) ([`a666766`](https://github.com/box/boxcli/commit/a6667664d6b43fd80de9e57482b0f4138efcd6cf))
  * Replace `@oclif/command` to `@oclif/core` library ([#553](https://github.com/box/boxcli/issues/553)) ([`aed470b`](https://github.com/box/boxcli/commit/aed470b22d28ed19040b4417e3143f3323b9a916))

  ### Bug Fixes

  * Respect using environment `defaultAsUserId` for CCG Auth and OAuth ([#554](https://github.com/box/boxcli/issues/554)) ([`b3a691e`](https://github.com/box/boxcli/commit/b3a691e8c886f7bb3a25ae8f7986f284a695f046))
</Update>

<Update label="2025-01-22" tags={["New features", "Java", "SDKs"]}>
  ## Box Java SDK v4.14.0 released

  ### New Features and Enhancements

  * Support downloading file from shared link ([#1282](https://github.com/box/box-java-sdk/issues/1282)) ([`9b7f28b`](https://github.com/box/box-java-sdk/commit/9b7f28b0288977513b0db3ed4f800647545e1f2c))

  ### Bug Fixes

  * Remove sensitive data when `BoxAPIException` logs request ([#1284](https://github.com/box/box-java-sdk/issues/1284)) ([`f1e226f`](https://github.com/box/box-java-sdk/commit/f1e226f710c301202acff067ef34687ddbb57b7b))
  * Support creating ongoing Legal Hold policy with start date ([#1281](https://github.com/box/box-java-sdk/issues/1281)) ([`d9564e2`](https://github.com/box/box-java-sdk/commit/d9564e2e86ea110af933ca3dd0f728111d7140ae))
</Update>

<Update label="2024-01-13" tags={["New features", "Impactful changes", "API"]}>
  ## Box Doc Gen

  We are excited to announce that [Box Doc Gen](/guides/docgen/docgen-getting-started/) is now available to all **Enterprise Advanced** customers.

  [Box Doc Gen](https://developer.box.com/guides/docgen) allows you to generate various business documents based on Box Doc Gen templates uploaded to Box, with data fields that can be dynamically filled using Box Doc Gen API.

  Box Doc Gen functionality allows you to:

  * [Mark files as Doc Gen templates](/guides/docgen/mark-template/).
  * [Generate documents](/guides/docgen/generate-document/).
  * Check status of the [Box Doc Gen jobs](/guides/docgen/docgen-jobs/)

  Check the [Box Doc Gen developer guides](https://developer.box.com/guides/docgen) to learn more about Box Doc Gen and check the [API Reference](/reference/v2025.0/post-docgen-templates) for Box Doc Gen API details.

  ## 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="2025-01-17" tags={["Impactful changes", "AI"]}>
  ## Google PaLM deprecation and removal

  `Google Pathways Language Models (PaLM)` are being deprecated by `Google`.

  As a result, the following models will be removed from Box AI on 2025-01-17

  * `text_bison`
  * `text_bison_32k`
  * `text_unicorn`
  * `google_text_embedding_gecko*`

  If you are using one of these models via agent override, check our [list of
  supported models](https://developer.box.com/guides/box-ai/ai-agents/) here.
</Update>
