You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
-**Feature:** Add new`AccessScope` enum with values`PUBLIC` and`SNA` for managing key access permissions
6
6
-**Feature:** Add new`Protection` enum with value`SOFTWARE` as a replacement for the deprecated`backend` field
7
7
-**Deprecation:** The`backend` field is now deprecated in all relevant models. Use the new`protection` field instead
8
+
-`iaas`:[v0.8.1](services/iaas/CHANGELOG.md#v081)
9
+
-**Internal:** Add workaround to fix upstream OpenAPI generator issue where regex patterns include leading/trailing slashes that need to be removed for validation in`AllowedAddressesInner`,`AreaId`, and`CreateProtocol` models
Copy file name to clipboardExpand all lines: services/iaas/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
##v0.8.1
2
+
-**Internal:** Add workaround to fix upstream OpenAPI generator issue where regex patterns include leading/trailing slashes that need to be removed for validation in`AllowedAddressesInner`,`AreaId`, and`CreateProtocol` models
3
+
1
4
##v0.8.0
2
5
-**Feature:** Add new method to get project details`GetProjectDetails`