Compare commits

...

1 Commits

Author SHA1 Message Date
29c7f143fe v1.4.7 2023-06-29 15:52:49 +03:00
2 changed files with 3 additions and 11 deletions

View File

@@ -1,12 +1,4 @@
## Version 1.4.6
## Version 1.4.7
### Bugfix
- Fixed returning value type of VINS.NATRuleAdd()
- Fixed RuleID field type of VINS.NATRuleDel() request struct
- Added wrapper for requests to async methods
- - CloudAPI()/CloudBroker().Compute().CreateTemplate()
### Feature
- Added cloubroker/apiaccess group of endpoints support
- Added cloubroker/group group of endpoints support
- Added cloubroker/user group of endpoints support
- Deleted validate:"required" tag from IPCIDR field in cloudapi/vins/createInRg request struct

View File

@@ -20,7 +20,7 @@ type CreateInRGRequest struct {
// Private network IP CIDR
// Required: false
IPCIDR string `url:"ipcidr,omitempty" json:"ipcidr,omitempty" validate:"required"`
IPCIDR string `url:"ipcidr,omitempty" json:"ipcidr,omitempty"`
// External network ID
// Required: false