Skip to content

Latest commit

 

History

History
297 lines (135 loc) · 15.1 KB

CHANGELOG.md

File metadata and controls

297 lines (135 loc) · 15.1 KB

Changelog

3.1.0 (2023-04-26)

Bug Fixes

  • release: Update release job to ubuntu-latest. Fixes #379 (#380) (b0ff79b)

Features

3.0.0 (2022-12-16)

Bug Fixes

  • deps: update dependencies to incorporate http proxy bugfix. fixes #374 (32c1d39)
  • deps: update dependencies to incorporate http proxy bugfix. fixes #374 (5651847)

chore

  • reverted version change and will let the bot do this (2ba0305)

BREAKING CHANGES

  • deps: dependent library reference has been updated to a new major version
  • dependent library reference has been updated to a new major version

2.0.0 (2022-03-01)

Features

BREAKING CHANGES

  • commerce: methods have been removed

1.14.1 (2022-01-31)

Bug Fixes

  • environment-tail: improve debug output for environment log tailing. fixes #341 (#342) (9288290)

1.14.0 (2021-11-23)

Features

  • updatePipeline: add support for changing environment id. fixes #305 (#306) (5871972)

1.13.0 (2021-11-17)

Features

  • commerce: update HAL link relationship for creating a commerce command execution. fixes #302 (83e4f84)

1.12.1 (2021-11-09)

Bug Fixes

  • deps: replace lodash with individual modules. fixes #299 (#300) (3ab14c4)

1.12.0 (2021-10-26)

Features

  • commerce: enable downloading of commerce command logs for completed commands. fixes #274 (cb7ca13)

1.11.0 (2021-10-25)

Features

  • error: add the requestId to the error object. fixes #281 (#282) (69fb9c5)

1.10.1 (2021-10-25)

Bug Fixes

  • docs: sort member functions in alphabetical order. fixes #279 (#280) (2b58da8)

1.10.0 (2021-10-14)

Features

  • createExecution: support pipeline execution mode. fixes #266 (#267) (c3e5459)

1.9.0 (2021-10-06)

Features

  • switch from cross-fetch to @adobe/aio-lib-core-networking to support proxy usage. fixes #250 (#251) (2376ddc)

1.8.1 (2021-09-23)

Bug Fixes

  • commerce-tail-log: continue to poll commerce execution log until ready. fixes #239 (5a78ef2)

1.8.0 (2021-09-13)

Features

  • commerce: improve log format for commerce command executions #227 (d91fd1a)

1.7.0 (2021-09-07)

Features

  • commerce: add getCommerceCommandExecutions. fixes #220 (13ceb32)

1.6.0 (2021-08-30)

Features

  • commerce: enable tailing a commerce execution command. fixes #206 (4d75b3e)

1.5.0 (2021-08-19)

Features

1.4.0 (2021-08-12)

Features

  • pipeline: add invalidatePipelineCache support. fixes #204 (#205) (1795fed)

1.3.0 (2021-07-27)

Features

1.2.0 (2021-07-27)

Features

1.1.1 (2021-06-30)

Bug Fixes

  • remove console.log statement from tailExecutionStepLog. fixes #172 (#173) (87f3692)

1.1.0 (2021-06-30)

Features

1.0.1 (2021-06-30)

Bug Fixes

  • debt: reduce complexity in createIpAllowList. fixes #168 (#169) (c63b982)

1.0.0 (2021-06-25)

Features

BREAKING CHANGES

  • Support for TLS 1.0 and 1.1 is being retired by Adobe in mid-July.

0.3.5 (2021-04-30)

Bug Fixes

  • advance: fix error code usage in advance for unsupported step. fixes #117 (#119) (9ea7662)

0.3.4 (2021-04-30)

Bug Fixes

  • logs: correct usage of error codes in _download. fixes #116 (#118) (06a5fbd)

0.3.3 (2021-04-30)

Bug Fixes

0.3.2 (2021-04-01)

Bug Fixes

  • variables: output variables validation issues in error message. fixes #96 (#97) (26c363d)

0.3.1 (2021-03-15)

Bug Fixes

  • deps: allow renovate to automerge all dev dependencies except husky (a2ce038)

0.3.0 (2021-02-07)

Features

0.2.1 (2021-01-20)

Bug Fixes

  • auth: some response bodies were not correctly handled. fixes #53 (#54) (5ee68ee)

0.2.0 (2021-01-12)

Features

  • ip-allowlists: implement IP allow list in SDK. fixes #45 (#46) (6f95342)

0.1.6 (2021-01-12)

Bug Fixes

  • build: correct jsdoc generation to work with js-yaml v4 (#44) (e2b57ab)

0.1.5 (2020-11-16)

Bug Fixes

  • build: testing semantic release (390e33b)

0.1.4 (16/11/2020)

  • [bug] Some unnecessary code duplication around finding entities #19
  • [bug] Not all problem types are handled #17

0.1.3 (11/11/2020)

  • No functional changes. Purely to test releasing via GitHub Actions

0.1.1 (11/11/2020)

  • Add environmentId to generated pipeline step state type #15
  • Error code ERROR_RETRIEVE_ENVIRONMENTS is misworded #12

0.1.0 (26/10/2020)

  • Create a new method which returns a new execution object upon creation #10
  • Inconsistent error handling in updatePipeline #8
  • ListProgramOptions should be named ListPipelineOptions #6

0.0.2 (29/09/2020)

  • [enhancement] getCurrentStep should be exported #3

0.0.1 (28/02/2020)

  • Initial release