Skip to content

Latest commit

Β 

History

History
327 lines (158 loc) Β· 16.9 KB

CHANGELOG.md

File metadata and controls

327 lines (158 loc) Β· 16.9 KB

Changelog

3.4.1 (2024-10-02)

Bug Fixes

  • Add build information push error handling (#187) (f91e29f)

3.4.0 (2024-07-22)

Features

  • Adds AllowIgnoreChannelRules to project (#185) (59a90e5)

3.3.1 (2024-06-19)

Bug Fixes

  • Fix an issue where the timeout passed in is not adhered to when waiting for a task (68b923d)

Miscellaneous Chores

3.3.0 (2024-05-08)

Miscellaneous Chores

3.2.0 (2023-12-13)

Features

3.1.0 (2023-08-22)

Features

  • Adds access token authentication to client (#166) (7ba6d05)

3.0.8 (2023-05-17)

Bug Fixes

3.0.7 (2023-04-19)

Bug Fixes

3.0.6 (2023-02-28)

Bug Fixes

3.0.5 (2023-02-21)

Bug Fixes

3.0.4 (2023-02-17)

Bug Fixes

  • fix space query to ensure requested space is found (#152) (e432a4c)

3.0.3 (2023-02-17)

Bug Fixes

  • added dot file support for globbing in pack (1a36127)

3.0.2 (2023-02-05)

Bug Fixes

  • Removed Capabilities API from Execution API version check to fix incorrect failure of check (#147) (f65e599)

3.0.1 (2023-01-27)

Bug Fixes

  • get the execution API based methods to check capabilities and report server version info on error (#145) (d0ce6f6)

3.0.0 (2023-01-18)

⚠ BREAKING CHANGES

  • Modified the ServerTaskWaiter implementation to optimise API calls (#142)

Features

  • Modified the ServerTaskWaiter implementation to optimise API calls (#142) (1e2433a)

2.1.4 (2023-01-11)

Bug Fixes

  • Added support for setting a Nuspec title, when creating a NuGet package (#138) (1865329)
  • Fixed a bug with the prompted variables structure/serialization (#140) (330049e)

2.1.3 (2022-12-19)

Bug Fixes

  • ERR_FR_MAX_BODY_LENGTH_EXCEEDED When Attempting to Upload Large Packages (2468619)
  • updated request configuration (2450652), closes #134

2.1.2 (2022-12-16)

Bug Fixes

  • ensure errors for failed package push are raised (8a96573)

2.1.1 (2022-12-12)

Bug Fixes

  • Fixed a bug with nested directory handling in the zip utilities (f3bf147)

2.1.0 (2022-12-09)

Features

  • Add support for creating Zip and NuGet packages (#128) (804e2e7)

Bug Fixes

  • Fixed an issue with error handling in task waiter (#127) (7e2ec6e)

2.0.0 (2022-12-05)

⚠ BREAKING CHANGES

  • Removed environment variables from client, it is callers responsibility. Removed monolithic repositoy object and added space awareness to individual repository implementations
  • Updates to call the create release/executions APIs (#123)

Features

  • Removed environment variables from client, it is callers responsibility. Removed monolithic repositoy object and added space awareness to individual repository implementations (86e86e1)
  • Updates to call the create release/executions APIs (#123) (03eddec)

1.4.0 (2022-07-21)

Features

  • Allow the environment variable for space to be an Id or a Name (#102) (aa67ae5)

1.3.2 (2022-07-19)

Bug Fixes

  • update how we import fs.promises (9eaf40e)

1.3.1 (2022-07-17)

Bug Fixes

  • updated client auto-connect (1b72b0e)

1.3.0 (2022-07-01)

Features

  • added index files for typescript type exports (#71) (b86d262)

1.2.1 (2022-06-27)

Features

  • added configuration processor, moved code (aa5d971)
  • added environment variables constants (44cc7b2)
  • reflected changes to message contracts (1c72122)
  • replaced random name with UUIDs for uniqueness (ff154a8)
  • updated client (1800da9)
  • updated DeploymentOptions with stronger typing (c16e070)
  • updated stronger typing (986880e)
  • updated to strong typing enforcement (7f902bd)
  • updated to stronger typing (eb83e52)
  • updated to stronger typing enforcement (2c57b5c)
  • updated typing for deploy release (ce857a9)

Bug Fixes

Miscellaneous Chores

1.1.7 (2021-12-02)

Features

  • adapter: Created axios adapter to replace ky and got adapters (e3b31bd)

Miscellaneous Chores

1.1.6 (2021-12-01)

Features

  • repository: Exposed client in Repository to match C# client and improve developer experience (7611f2d)

Miscellaneous Chores

1.1.5 (2021-12-01)

Features

Miscellaneous Chores

1.1.4 (2021-11-25)

Bug Fixes

  • core: adjusted dependencies (0a1b0c6)

1.1.3 (2021-11-25)

Features

  • examples: added example for create and deploy release (30b82b1)
  • examples: added example for projects (418aa95)
  • examples: added examples for accounts (55b3512)
  • examples: added runbook example (b107045)

Bug Fixes

  • apiClient: output error to console upon failed connection (f2bcaf2)

Miscellaneous Chores

1.1.2 (2021-11-24)

Miscellaneous Chores

1.1.1 (2021-11-24)

Features

  • added agent to client configuration (08be596)
  • added files attribute (147088b)
  • added find search function to channel repository (7ad89fc)
  • added license (9dabdee)
  • added semver support (33ac317)
  • added usage section (0656601)
  • deployment processes: updated repository for new use (9ed5257)
  • deployments: updated repository for new usage (ef4a337)
  • repository: added new deployment processes repository (eb712ab)
  • used NewReleaseResource type for add operations (6ab4cd0)
  • working version of API client (cac9386)

Bug Fixes

  • added imports (e095066)
  • removed incomplete method definition (acb6e0e)

Miscellaneous Chores