Skip to content

Releases: adobe/fastly-native-promises

v1.18.0

15 Dec 14:59
Compare
Choose a tag to compare

1.18.0 (2020-12-15)

Bug Fixes

  • deps: update dependency @adobe/helix-fetch to v1.9.2 (b5e4781)

Features

  • healthcheck: add writeHealthcheck method for upserts (56bec96)

v1.17.3

10 Aug 13:37
Compare
Choose a tag to compare

1.17.3 (2020-08-10)

Bug Fixes

  • deps: update dependency @adobe/helix-fetch to v1.9.1 (c36f4a4)

v1.17.2

08 Aug 16:44
Compare
Choose a tag to compare

1.17.2 (2020-08-08)

Performance Improvements

  • remove serialization of API calls: too broad in scope (09e2b5b)

v1.17.1

03 Aug 19:18
Compare
Choose a tag to compare

1.17.1 (2020-08-03)

Bug Fixes

  • deps: update dependency @adobe/helix-fetch to v1.9.0 (c44c793)

v1.17.0

29 Jul 07:46
Compare
Choose a tag to compare

1.17.0 (2020-07-29)

Bug Fixes

  • http: prevent concurrent modification of the same service (691d976)

Features

  • lock: add a lock helper to control concurrency (ad3c24c)

v1.16.4

22 Jul 18:42
Compare
Choose a tag to compare

1.16.4 (2020-07-22)

Bug Fixes

  • deps: update dependency @adobe/helix-fetch to v1.8.1 (41cebee)

v1.16.3

20 Jul 21:09
Compare
Choose a tag to compare

1.16.3 (2020-07-20)

Bug Fixes

  • deps: update dependency @adobe/helix-fetch to v1.8.0 (216cb3c)

v1.16.2

13 Jul 19:15
Compare
Choose a tag to compare

1.16.2 (2020-07-13)

Bug Fixes

  • deps: update dependency @adobe/helix-fetch to v1.7.1 (84314f5)

v1.16.1

02 Jul 09:29
Compare
Choose a tag to compare

1.16.1 (2020-07-02)

Bug Fixes

  • disable cache (9d8887f)
  • httpclient: robust timing (5b5d901)
  • httpclient: use application/json for patch requests (207476c)
  • writevcl: guard against missing name (cd2afd4)

v1.16.0

24 Apr 07:26
Compare
Choose a tag to compare

1.16.0 (2020-04-24)

Features

  • logging: add support for HTTPS log streaming API (2e7af00), closes #205