Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 29c7f143fe |
12
CHANGELOG.md
12
CHANGELOG.md
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user