Releases: OctopusDeploy/api-client.ts
Releases · OctopusDeploy/api-client.ts
v2.1.1
2.1.1 (2022-12-12)
Bug Fixes
- Fixed a bug with nested directory handling in the zip utilities (f3bf147)
v2.1.0
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)
v2.0.0
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)
v1.4.0
1.4.0 (2022-07-21)
Features
- Allow the environment variable for space to be an Id or a Name (#102) (aa67ae5)
v1.3.2
1.3.2 (2022-07-19)
Bug Fixes
- update how we import fs.promises (9eaf40e)
v1.3.1
1.3.1 (2022-07-17)
Bug Fixes
- updated client auto-connect (1b72b0e)
v1.3.0
1.3.0 (2022-07-01)
Features
- added index files for typescript type exports (#71) (b86d262)
v1.2.1
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
@octopusdeploy/api-client v1.1.7
Features
- adapter: Created axios adapter to replace ky and got adapters (e3b31bd)
Miscellaneous Chores
@octopusdeploy/api-client v1.1.6
Features
- repository: Exposed client in Repository to match C# client and improve developer experience (7611f2d)
Miscellaneous Chores