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
-**Feature:** Support for passing custom OkHttpClient objects
13
-
-`ApiClient`
14
-
- Added constructors with `OkHttpClient` param (recommended for production use)
15
-
- Use new `KeyFlowAuthenticator``okhttp3.Authenticator` implementation instead of request interceptor for authentication
16
-
-`DefaultApi`: Added constructors with `OkHttpClient` param (recommended for production use)
17
-
-`IaasApi`: Added constructors with `OkHttpClient` param (recommended for production use)
11
+
-`iaas`:
12
+
-[v0.3.0](services/iaas/CHANGELOG.md#v030)
13
+
-**Feature:** Add `createdAt` and `updatedAt` attributes to `SecurityGroupRule`, `BaseSecurityGroupRule`, `CreateSecurityGroupRulePayload` model classes
14
+
-**Feature:** Add `description` attribute to `CreateNicPayload`, `NIC`, `UpdateNicPayload` model classes
15
+
-**Feature:** New model class `ServerAgent`
16
+
-**Feature:** Add `agent` attribute to `Server`, `CreateServerPayload` model classes
17
+
-[v0.2.0](services/iaas/CHANGELOG.md#v020)
18
+
-**Feature:** Support for passing custom OkHttpClient objects
19
+
-`ApiClient`
20
+
- Added constructors with `OkHttpClient` param (recommended for production use)
21
+
- Use new `KeyFlowAuthenticator``okhttp3.Authenticator` implementation instead of request interceptor for authentication
22
+
-`DefaultApi`: Added constructors with `OkHttpClient` param (recommended for production use)
23
+
-`IaasApi`: Added constructors with `OkHttpClient` param (recommended for production use)
Copy file name to clipboardExpand all lines: services/iaas/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## v0.3.0
2
+
-**Feature:** Add `createdAt` and `updatedAt` attributes to `SecurityGroupRule`, `BaseSecurityGroupRule`, `CreateSecurityGroupRulePayload` model classes
3
+
-**Feature:** Add `description` attribute to `CreateNicPayload`, `NIC`, `UpdateNicPayload` model classes
4
+
-**Feature:** New model class `ServerAgent`
5
+
-**Feature:** Add `agent` attribute to `Server`, `CreateServerPayload` model classes
6
+
1
7
## v0.2.0
2
8
-**Feature:** Support for passing custom OkHttpClient objects
0 commit comments