Skip to content

Commit c97529c

Browse files
committed
add changelog entries
1 parent 852c355 commit c97529c

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@
88
- Marked `KeyFlowInterceptor` class as deprecated, use `KeyFlowAuthenticator` instead
99
- Marked `SetupAuth` constructors and methods `SetupAuth.init()` and `SetupAuth.getAuthHandler()` as deprecated
1010
- 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)
1824
- `resourcemanager`: [v0.2.0](services/resourcemanager/CHANGELOG.md#v020)
1925
- **Feature:** Support for passing custom OkHttpClient objects
2026
- `ApiClient`

services/iaas/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
17
## v0.2.0
28
- **Feature:** Support for passing custom OkHttpClient objects
39
- `ApiClient`

services/iaas/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.3.0

0 commit comments

Comments
 (0)