Skip to content

Latest commit

Β 

History

History
306 lines (131 loc) Β· 15.2 KB

CHANGELOG.md

File metadata and controls

306 lines (131 loc) Β· 15.2 KB

8.4.2 (2024-06-14)

Bug Fixes

8.4.1 (2024-06-14)

Bug Fixes

8.4.0 (2024-05-15)

Features

  • better hook for handling auth errors (#123) (1bf4a2d)

8.3.2 (2024-04-20)

Bug Fixes

8.3.1 (2024-04-04)

Bug Fixes

8.3.0 (2024-04-04)

Features

8.2.0 (2024-03-28)

Features

8.1.3 (2024-03-11)

Bug Fixes

8.1.2 (2024-01-19)

Bug Fixes

8.1.1 (2024-01-19)

Bug Fixes

8.1.0 (2024-01-17)

Features

8.0.2 (2023-11-02)

Bug Fixes

  • don't treat zip files as windows symbols (#115) (4235535)

8.0.1 (2023-10-13)

Bug Fixes

8.0.0 (2023-10-09)

  • feat!: s3 symserv upload support (#112) (e26c066), closes #112

BREAKING CHANGES

  • 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)

Bug Fixes

7.3.0 (2023-07-26)

Features

7.2.0 (2023-07-25)

Features

7.1.0 (2023-06-09)

Features

7.0.1 (2023-05-23)

Bug Fixes

7.0.0 (2023-05-23)

Bug Fixes

BREAKING CHANGES

  • isSubBucket, isSubKeyedStack, and subKeyDepth have been removed from KeyCrashPageData

6.1.0 (2023-04-12)

Features

6.0.1 (2023-03-28)

Bug Fixes

  • should call oauth login with correct route (#100) (4195f83), closes #99

6.0.0 (2023-02-09)

  • feat!: rename ApiDataFilter to QueryFilter (#98) (993bf70), closes #98

BREAKING CHANGES

  • rename of public type

5.0.0 (2023-02-06)

BREAKING CHANGES

  • removes EventStream

4.3.0 (2023-02-03)

Features

4.2.0 (2023-02-02)

Features

  • add page data for crash and key crash (#94) (c818fd1)

4.1.0 (2023-01-29)

Features

4.0.0 (2023-01-09)

  • feat!: allow body reuse (#92) (498f448), closes #92

BREAKING CHANGES

  • api client now returns Response instead of BugSplatResponse to allow cloning. BugSplatResponse json no longer returns type any.

3.0.0 (2022-11-15)

  • feat!: require node 18 (#88) (01b9907), closes #88

BREAKING CHANGES

  • requires Node.js 18 or later

2.1.3 (2022-11-15)

Bug Fixes

2.1.2 (2022-11-10)

Bug Fixes

  • set retired and fullDumps correctly (#86) (632e027)

2.1.1 (2022-10-19)

Bug Fixes

  • better error for invalid client id or client secret (#84) (16b349a)

2.1.0 (2022-10-13)

Features

2.0.0 (2022-04-21)

Features

  • replace Symbols API Client with Versions API Client (#76) (cd0fe3b), closes #75

BREAKING CHANGES

  • 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)

Bug Fixes

  • add sortOrder to table-data-request (#67) (80e2bde), closes #64

1.1.5 (2021-11-27)

Bug Fixes

1.1.4 (2021-11-22)

Bug Fixes

  • crashesApiRow id, stackKeyId should be type number (#63) (3b98da9), closes #62

1.1.3 (2021-11-22)

Bug Fixes

1.1.2 (2021-11-22)

Bug Fixes

  • throw more useful error if OAuthClientCredentialsApiClient fails to authenticate (#58) (6c0cd4c), closes #52

1.1.1 (2021-11-19)

Bug Fixes

  • Adds Buffer to UploadableFile union type (#54) (0e023fb), closes #53