fix(apiclient): Ensure mandatory parameter in CloudlyApiClient constructor

This commit is contained in:
2024-11-18 17:48:26 +01:00
parent fe6bfc0a83
commit 5a3ddcf39b
5 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-11-18 - 4.3.20 - fix(apiclient)
Ensure mandatory parameter in CloudlyApiClient constructor
- Made the 'optionsArg' parameter mandatory in the constructor of CloudlyApiClient class.
## 2024-11-18 - 4.3.19 - fix(docker)
Fix improper Docker push command preventing push to the correct registry.