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
json
no 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