Skip to content

Releases: BugSplat-Git/bugsplat-js-api-client

v1.1.4

22 Nov 20:49
Compare
Choose a tag to compare

1.1.4 (2021-11-22)

Bug Fixes

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

v1.1.3

22 Nov 16:12
Compare
Choose a tag to compare

1.1.3 (2021-11-22)

Bug Fixes

v1.1.2

22 Nov 16:06
Compare
Choose a tag to compare

1.1.2 (2021-11-22)

Bug Fixes

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

v1.1.1

19 Nov 03:17
Compare
Choose a tag to compare

1.1.1 (2021-11-19)

Bug Fixes

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

v1.0.3

29 Sep 14:02
Compare
Choose a tag to compare
  • Fixes issue with TypeScript not generating correct paths in build output

v1.0.0

28 Sep 15:40
Compare
Choose a tag to compare
  • Adds client with support for posting crash reports
  • Adds client with support for the OAuth2 Client Credentials flow

Breaking Changes

  • Changes the order of the parameters for BugSplatApiClient's createAuthenticatedClientForNode and createAuthenticatedClientForWebBrowser functions so that host can be an optional parameter with a default value

v0.0.12

24 Sep 14:24
Compare
Choose a tag to compare
  • Adds support for Crashes API

0.0.10

25 Aug 19:26
Compare
Choose a tag to compare

Breaking Changes

  • Removes dependency on fs so that symbol upload can be done in a browser as well as via node.js.

v0.0.9

25 Aug 15:27
Compare
Choose a tag to compare
  • Fixes bug where error was thrown if event username was undefined

v0.0.8

29 Jun 21:47
Compare
Choose a tag to compare
  • Adds support for posting and deleting symbols