Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Releases: ExpediaGroup/service-client

v2.0.2

17 Jun 18:29
Compare
Choose a tag to compare

Bug Fixes

  • Assert servicename upon client creation (#40)
  • Include servicename in validation errors (#40)

Other

  • Update devDependency eslint to v7 (#37)
  • Switch to GH Actions for builds

v2.0.1

25 Mar 13:28
Compare
Choose a tag to compare

Bug Fixes

  • Make client caching compatible with older global configs

v1.3.1

25 Mar 13:28
Compare
Choose a tag to compare

Bug Fixes

  • Make client caching compatible with older global configs

v2.0.0

17 Dec 19:37
Compare
Choose a tag to compare

Breaking

  • Utilizes patterns established by the WHATWG URL API
    • basePath should end with a /
    • If a path variable has a leading '/', it will override the client's configured basePath

v1.3.0

17 Dec 19:21
Compare
Choose a tag to compare

Feature

  • Caches a client if one does not already exist
  • Returns a cached client if already generated

v1.2.1

22 Aug 14:04
Compare
Choose a tag to compare

Bug Fixes

  • add hook debug statements (#5) (647534c)
  • Resolve client plugin config and per-request plugin config (#7) (659df43)
  • strip 'content-length' header from all requests (#6) (7954a9f)