This commit is contained in:
2023-08-09 19:33:50 +03:00
parent 040235f92f
commit f1529c9aac
14 changed files with 80 additions and 24 deletions

View File

@@ -1,6 +1,14 @@
## Version 1.5.1
## Version 1.5.2
### Bugfix
- Changed StatelessSepID field type in cloudapi/compute/get and cloudapi/compute/list responde models
- Fix tag 'url' VINSID field in cloudbroker/account/list_vins
- Added oppurtunity to create compute without interface in cloudapi/cloubroker/kvm*/create*
- Made the field Reason not required in cloudbroker/account/enable and cloudbroker/account/disable
- Made the field RecursiveDelete required in cloudbroker/account/deleteUser
- Add a validator function to a workersGroupName field - must be 3 or more symbol
- Add a token actuality check, add an error handler in client/client-transport and client/http-client
- Add a fields SEPID and Pool in ListRequest struct in cloudbroker/disks/list and cloudapi/disks/list