Skip to content

Releases: superfaceai/service-client

v0.0.17

29 Jun 10:41
Compare
Choose a tag to compare

0.0.17 - 2021-06-29

Added

  • getSDKConfiguration method fetches SDK configuration for a given project
  • getSDKPerformStatistics method fetches perform statistics for a given project/profile/provider
  • getSDKProviderChangesList method lists provider changes for a given project/profile/provider

v0.0.16

17 Jun 14:08
Compare
Choose a tag to compare

0.0.16 - 2021-06-17

Added

  • getProjectsList method lists all projects owned by the authenticated user
  • getProject method fetches a single project
  • updateProject method updates a project

v0.0.15

03 Jun 08:53
Compare
Choose a tag to compare

0.0.15 - 2021-06-03

Added

  • confirmPasswordlessLogin method with logic for confirming passwordless login flow

v0.0.14

14 May 10:06
Compare
Choose a tag to compare

0.0.14 - 2021-05-14

Fixed

  • Custom errors have properly set prototype as described in TypeScript Documentation.

v0.0.13

14 May 07:23
Compare
Choose a tag to compare

0.0.13 - 2021-05-14

Changed

  • Service Client throws custom errors. ServiceClientError as generic error from Service Client and ServiceApiError as error when non 2xx response is received from service apis.

v0.0.13-beta.0

13 May 11:40
Compare
Choose a tag to compare

0.0.13-beta.0 - 2021-05-13

Added ability to disable auth

04 May 08:07
7305ab5
Compare
Choose a tag to compare

Added

  • fetch options take authenticate boolean parameter to optionally disable authentication (which is enabled by default)

Changed

  • the following methods now do not authenticate against Brain:
    • findAllProviders
    • findOneProvider
    • parseProfile
    • getProfile
    • getProfileSource
    • getProfileAST
    • parseMap
    • getMap
    • getMapSource
    • getMapAST

Fixed release script

30 Apr 11:29
de15515
Compare
Choose a tag to compare

Fixed

  • Release script

Github login mode

27 Apr 11:15
1342a0e
Compare
Choose a tag to compare

Added

  • getGithubLoginUrl method parameter mode added

Package renamed to @superfaceai/service-client

23 Apr 14:26
9b743d2
Compare
Choose a tag to compare

Changed

  • BREAKING CHANGE: BrainClient renamed to ServiceClient
  • BREAKING CHANGE: package renamed to @superfaceai/service-client