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

Google PaLM deprecation and removal

Impactful 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 here.

Unread

Box Python SDK Generated v1.9.0 released

Feature SDKs Python GitHub

Box Python SDK Generated v1.9.0 released

Bug Fixes

  • Remove unused parameter from SignRequest (box/box-openapi#489) (#411) (578d9b4)

New Features and Enhancements

  • Add ai_agent info to AiResponse (box/box-openapi#485) (#402) (351a5b8)
  • Add support for replacing the network client implementation (box/box-codegen#629) (#415) (fb118dd)
  • Allow for customizing retry strategy (box/box-codegen#635) (#418) (8dfb3ed)
  • Support optional userId parameter for updating files, folders and web links (box/box-openapi#488) (#406) (d9cff4c)
  • Support webhook message validation (box/box-codegen#631) (#416) (0fec20b)
Unread

Box TypeScript SDK Generated v1.10.0 released

SDKs typescript GitHub

Box TypeScript SDK Generated v1.10.0 released

Bug Fixes

  • Remove unused parameter from SignRequest (box/box-openapi#489) (#450) (f5683b7)

New Features and Enhancements

  • Add support for replacing the network client implementation (box/box-codegen#629) (#454) (1cb7ddb)
  • Allow for customizing retry strategy (box/box-codegen#635) (#457) (530ca33)
  • Support webhook message validation (box/box-codegen#631) (#455) (09765a4)
Unread

Upcoming breaking change: Box AI API - Extract Structured

Feature Impactful API

Upcoming breaking change: Box AI API - Extract Structured

We would like to announce a planned breaking change in the Box AI API - Extract Structured endpoint. This change will bring improvements to the response by introducing additional fields and nesting the metadata key-value pairs within the answer object. This change is planned to be released mid-January. Be sure to follow our changelog and announcements on our Box Developer Blog. Expand to see code snippets examples:

Current response example:

{
  "name": "Marie",
  "date": "10/2/23"
}

New response format example:

{
  "answer": {
    "name": "Marie",
    "date": "10/2/23"
  },
  "completion_reason": "done",
  "created_at": "2012-12-12T10:53:43-08:00"
}
Unread

Box TypeScript SDK Generated v1.9.0 released

Feature SDKs typescript GitHub

Box TypeScript SDK Generated v1.9.0 released

Bug Fixes

  • Fix signature of beforeRequest method in Interceptor interface (box/box-codegen#625) (#446) (ef2e765)

New Features and Enhancements

  • Add aiAgent info to AiResponse (box/box-codegen#624) (#440) (24c2013)
  • Support optional userId parameter for updating files, folders and web links (box/box-openapi#488) (#445) (874f259)
Unread

CrowdStrike integration with Box

Feature Impactful guides API

CrowdStrike integration with Box

CrowdStrike is an endpoint detection tool integrated with Box to monitor endpoint activity. This means, CrowdStrike monitors devices that connect to Box and your Box organization, analyzing data about the connection and the device to identify potential threat activity.

The integration with CrowdStrike comes with additional events in the event stream that can be triggered for an enterprise.

For example, the EDR_CROWDSTRIKE_DEVICE_DETECTED event is triggered when a new device is detected by the the CrowdStrike Falcon platform. The full list includes the following events:

  • EDR_CROWDSTRIKE_DEVICE_DETECTED
  • EDR_CROWDSTRIKE_NO_BOX_TOOLS
  • EDR_CROWDSTRIKE_BOX_TOOLS_OUTDATED
  • EDR_CROWDSTRIKE_DRIVE_OUTDATED
  • EDR_CROWDSTRIKE_ACCESS_ALLOWED_NO_CROWDSTRIKE_DEVICE
  • EDR_CROWDSTRIKE_ACCESS_REVOKED

Where to get support

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

Unread

Box Dotnet SDK Generated v1.5.0 released

Feature SDKs dotnet GitHub

Box Dotnet SDK Generated v1.5.0 released

Bug Fixes

  • Support status codes with no content (box/box-codegen#604) (#314) (57747d5)
  • Update collaboration, metadata and collection resources (box/box-openapi#483) (#316) (d331f8a)

New Features and Enhancements

  • Add optional URL parameter to FetchResponse (box/box-codegen#617) (#331) (61484ec)
  • Allow using default credentials for proxy (box/box-codegen#623) (#334) (bc4636e), closes #333
  • Expose method for making custom HTTP requests (box/box-codegen#622) (#329) (e689140)
  • Support get collection by ID endpoint (box/box-codegen#595) (#304) (9ebf59a)
Unread

Box TypeScript SDK Generated v1.8.0 released

Feature SDKs typescript GitHub

Box TypeScript SDK Generated v1.8.0 released

Bug Fixes

  • Fix additionalProperties in ClientError (box/box-openapi#477) (#385) (4547148)
  • Fix chunked uploads in browser (box/box-codegen#619) (#436) (0af2484)
  • Support status codes with no content (box/box-codegen#604) (#415) (c3f14c6)
  • Update client error schema to support schema errors (box/box-openapi#467) (#381) (b845f12)
  • Update integration mapping response description (box/box-openapi#463) (#379) (e3d71e1)

New Features and Enhancements

  • Add AI LLM endpoint AWS params (box/box-openapi#478) (#388) (d2fd1ec)
  • Expose method for making custom HTTP requests, convert FetchOptions into a class (box/box-codegen#610) (#431) (9a9ea62)
  • Support get collection by ID endpoint (box/box-codegen#595) (#396) (f1f47be)
  • Support getting file download URL and file thumbnail URL (box/box-codegen#617) (#435) (1cb4d5d)
  • Support nullable fields in TypeScript (box/box-codegen#612) (#425) (991dc29)
Unread

Box Python SDK Generated v1.8.0 released

Feature SDKs Python GitHub

Box Python SDK Generated v1.8.0 released

Bug Fixes

New Features and Enhancements

  • Expose method for making custom HTTP requests (box/box-codegen#610) (#393) (55a23d9)
  • Support getting file download URL and file thumbnail URL (box/box-codegen#617) (#397) (fd609ab)
Unread

Box Java SDK v4.13.1 released

SDKs Java GitHub

Box Java SDK v4.13.1 released

Bug Fixes

  • Correctly calculate Content-Length when reading from a stream (#1277) (b1d5371)