# JavaScript API Client

### May 5th, 2026 (v15.1.0)

* Feature: Pass debugguid through Module from crash details response (#165)

### April 1st, 2026 (v15.0.0)

* Feature: Add typed column parameters to QueryFilter, QueryFilterGroup, and TableDataRequest (#163)

### March 12th, 2026 (v9.0.0)

* Feature: User feedback reports (#74)

### March 9th, 2026 (v14.5.0)

* Feature: Add UserFeedback crash type and feedback submission helper (#162)

### March 4th, 2026 (v14.4.0)

* Feature: Add crash count fields to versions API client (#160)

### March 4th, 2026 (v14.4.0)

* Feature: Add crash count fields to versions API client (#160)

### March 2nd, 2026 (v14.3.1)

* Bug Fix: Add lastCrashTime to DashboardApiResponse (#159)

### February 27th, 2026 (v14.3.0)

* Feature: Add totalThrottled fields to DashboardApiResponse (#158)

### February 24th, 2026 (v14.2.0)

* Feature: Add DashboardApiClient for BFF endpoint (#157)

### February 6th, 2026 (v14.1.2)

* Bug Fix: Support nested group parentheses in QueryFilterGroup serializer (#156)

### January 6th, 2026 (v14.1.1)

• Bug Fix: Added URI encoding to versions endpoints (#154)

### December 3rd, 2025 (v14.1.0)

• Feature: Support for IN, IN\_NUMERIC, NOT\_IN, and NOT\_IN\_NUMERIC operators (#153)

### November 3rd, 2025 (v14.0.0)

• Breaking Change: Removed oauth2 scope (#151)

• Improves crash, summary, and version API error transparency

### September 12th, 2025 (v13.1.0)

• Feature: Crash details by group

### August 15th, 2025 (v13.0.1)

• Fix: Add ignored status for crash details

### July 16th, 2025 (v13.0.0)

* Migrated to Summary v2 endpoint
* **Breaking**: Time frame is now filtered by startDate and endDate instead of firstReport and lastReport

### June 9th, 2025 (v12.0.0)

* Fix: Update to new notes API
* Breaking: Moves `postNotes` from `crashesApiClient` to `crashApiClient`

### April 30th, 2025 (v11.1.0)

* Feature: Issue client

### April 3rd, 2025 (v11.0.0)

* Feat: Crash attributes
* BREAKING CHANGES: Removes md5, no longer used

### January 29th, 2025 (v10.0.0)

* Fix: Retire usage of uid in users endpoint

### December 17th, 2024 (v9.5.0)

* Added dumpfileSize to crash API

### November 18th, 2024 (v9.4.0)

* Added status events

### November 6th, 2024 (v9.3.1)

* Added support for numbers as query filter values

### November 4th, 2024 (v9.3.0)

* Added crash status support

### October 29th, 2024 (v9.2.1)

* Updated braces in the npm\_and\_yarn group

### October 16th, 2024 (v9.2.0)

* Added delete crashes functionality

### October 11th, 2024 (v9.1.0)

* Added Favro support

### September 27th, 2024 (v9.0.0)

* Deprecated old api/crash/data endpoint

### August 8th, 2024 (v8.6.0)

* Added GitLab defect tracker type

### August 5th, 2024 (v8.5.0)

* Added defect tracker type for Monday.com

### June 14th, 2024 (v8.4.2)

* Fixed: Can't find cancel issue

### June 14th, 2024 (v8.4.1)

* Fixed: Leaky symbol upload streams
* Added: Safe cancel upload stream

### May 15th, 2024 (v8.4.0)

* Improved hook for handling auth errors

### April 20th, 2024 (v8.3.2)

* Added handling for missing additional info

### April 4th, 2024 (v8.3.1)

* Added attributes support

### April 4th, 2024 (v8.3.0)

* Updated import paths

### March 28th, 2024 (v8.2.0)

* Added ssoGroups

### March 11th, 2024 (v8.1.3)

* Added stackKey to CrashDetails

### January 19th, 2024 (v8.1.2)

* Added Mac crashTypeId

### November 2nd, 2023 (v8.0.2)

* Fixed: don't treat zip files as windows symbols

### October 13th, 2023 (v8.0.1)

* Added gzip upload headers for symsrv

### October 9th, 2023 (v8.0.0)

* Added s3 symserv upload support
* BREAKING CHANGES: Dropped support for fs.ReadableStream (not browser-compatible)
  * Use ReadStream.toWeb(...) to convert to web-compatible ReadableStream

### August 7th, 2023 (v7.2.1)

* Updated symbol upload moduleName

### July 25th, 2023 (v7.2.0)

* Added delete versions functionality

### June 9th, 2023 (v7.1.0)

* Added batch reprocess support

### May 23rd, 2023 (v7.0.1)

* Fixed: parse crashTypeId as number

### May 23rd, 2023 (v7.0.0)

* Added crashTypeId to CrashesApiRow
* Removed deprecated key crash properties

### April 12th, 2023 (v6.1.0)

* Added processor field to crash upload

### March 28th, 2023 (v6.0.1)

* Fixed: should call oauth login with correct route

### February 9th, 2023 (v6.0.0)

* Renamed ApiDataFilter to QueryFilter
* BREAKING CHANGE: Renamed public type

### February 6th, 2023 (v5.0.0)

* Removed EventStream

### February 3rd, 2023 (v4.3.0)

* Updated KeyCrashPageData

### February 2nd, 2023 (v4.2.0)

* Added page data for crash and key crash

### January 9th, 2023 (v4.1.0)

* Added key crash client

### January 9th, 2023 (v4.0.0)

* Added allow body reuse
* BREAKING CHANGES:
  * API client now returns Response instead of BugSplatResponse to allow cloning
  * BugSplatResponse json no longer returns type any

{% hint style="warning" %}
Not seeing what you're looking for? You can browse archived changelogs from 2022-2015 [here](/changelog.md).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.bugsplat.com/core-platform/javascript-api-client.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
