15.1.0 (2026-05-05)
- pass debugguid through Module from crash details response (#165) (87ff821), closes BugSplat-Git/bugsplat-web-app#3109
15.0.0 (2026-04-01)
- feat!: add typed column parameters to QueryFilter, QueryFilterGroup, and TableDataRequest (#163) (e1314c9)
- QueryFilter, QueryFilterGroup, and TableDataRequest now require a generic type parameter specifying valid column names. This prevents invalid column names (e.g. using 'date' instead of 'crashTime') from being passed to filter, sort, and group operations.
Co-authored-by: Claude Opus 4.6 (1M context) [email protected]
14.5.0 (2026-03-09)
14.4.0 (2026-03-04)
14.3.1 (2026-03-02)
14.3.0 (2026-02-27)
14.2.0 (2026-02-24)
14.1.2 (2026-02-06)
14.1.1 (2026-01-06)
14.1.0 (2025-12-03)
14.0.0 (2025-11-03)
- improves crashes, summary, and version API error transparency.
13.1.0 (2025-09-11)
13.0.1 (2025-08-15)
13.0.0 (2025-07-16)
- summary time frame is now filtered by startDate and endDate not firstReport and lastReport
12.0.0 (2025-06-09)
- moves postNotes from crashesApiClient to crashApiClient
11.1.0 (2025-04-30)
11.0.0 (2025-04-03)
- removes md5, no longer used
10.0.0 (2025-01-30)
- users are removed by email instead of uid
9.5.0 (2024-12-18)
9.4.0 (2024-11-18)
9.3.2 (2024-11-14)
9.3.1 (2024-11-06)
9.3.0 (2024-11-05)
9.2.1 (2024-10-29)
9.2.0 (2024-10-16)
9.1.0 (2024-10-11)
9.0.0 (2024-08-27)
- new api/crash/details does not return addtionalFiles
8.6.0 (2024-08-08)
8.5.0 (2024-08-05)
8.4.2 (2024-06-14)
- can't find cancel (8bac7ac)
8.4.1 (2024-06-14)
8.4.0 (2024-05-15)
8.3.2 (2024-04-20)
8.3.1 (2024-04-04)
- import paths (c504c2f)
8.3.0 (2024-04-04)
8.2.0 (2024-03-28)
8.1.3 (2024-03-11)
8.1.2 (2024-01-19)
8.1.1 (2024-01-19)
8.1.0 (2024-01-17)
8.0.2 (2023-11-02)
8.0.1 (2023-10-13)
8.0.0 (2023-10-09)
- drop support for fs.ReadableStream, as it's not browser-compatible. Use ReadStream.toWeb(...) to convert to web-compatible ReadableStream.
7.3.1 (2023-08-07)
7.3.0 (2023-07-26)
7.2.0 (2023-07-25)
7.1.0 (2023-06-09)
7.0.1 (2023-05-23)
7.0.0 (2023-05-23)
- add crashTypeId to CrashesApiRow (#105) (97861c2)
- remove deprecated key crash properties (#104) (4d63c8a)
- isSubBucket, isSubKeyedStack, and subKeyDepth have been removed from KeyCrashPageData
6.1.0 (2023-04-12)
6.0.1 (2023-03-28)
6.0.0 (2023-02-09)
- rename of public type
5.0.0 (2023-02-06)
- removes EventStream
4.3.0 (2023-02-03)
4.2.0 (2023-02-02)
4.1.0 (2023-01-29)
4.0.0 (2023-01-09)
- api client now returns Response instead of BugSplatResponse to allow cloning. BugSplatResponse
jsonno longer returns typeany.
3.0.0 (2022-11-15)
- requires Node.js 18 or later
2.1.3 (2022-11-15)
2.1.2 (2022-11-10)
2.1.1 (2022-10-19)
2.1.0 (2022-10-13)
2.0.0 (2022-04-21)
- we've merged the Symbols and Versions APIs to a single Versions API and thus have removed the Symbols API client.
1.1.6 (2021-12-09)
1.1.5 (2021-11-27)
1.1.4 (2021-11-22)
1.1.3 (2021-11-22)
1.1.2 (2021-11-22)
- throw more useful error if OAuthClientCredentialsApiClient fails to authenticate (#58) (6c0cd4c), closes #52