|
8 | 8 | - Marked `KeyFlowInterceptor` class as deprecated, use `KeyFlowAuthenticator` instead |
9 | 9 | - Marked `SetupAuth` constructors and methods `SetupAuth.init()` and `SetupAuth.getAuthHandler()` as deprecated |
10 | 10 | - all other methods of `SetupAuth` are marked as `static` now, only these will remain in the future |
11 | | -- `iaas`: [v0.2.0](services/iaas/CHANGELOG.md#v020) |
12 | | - - **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) |
18 | 24 | - `resourcemanager`: [v0.2.0](services/resourcemanager/CHANGELOG.md#v020) |
19 | 25 | - **Feature:** Support for passing custom OkHttpClient objects |
20 | 26 | - `ApiClient` |
|
0 commit comments