|
| 1 | +## Release (2025-XX-XX) |
| 2 | +- `core`: [v0.2.0](core/CHANGELOG.md#v020) |
| 3 | + - **Feature:** Support for passing custom OkHttpClient objects |
| 4 | + - `KeyFlowAuthenticator`: Add new constructors with an `OkHttpClientParam` |
| 5 | + - Marked constructors without `OkHttpClient` param as deprecated, use new constructors with `OkHttpClient` instead |
| 6 | + - `KeyFlowAuthenticator` implements `okhttp3.Authenticator` interface now |
| 7 | + - added method `KeyFlowAuthenticator.authenticate()` |
| 8 | + - Marked `KeyFlowInterceptor` class as deprecated, use `KeyFlowAuthenticator` instead |
| 9 | + - Marked `SetupAuth` constructors and methods `SetupAuth.init()` and `SetupAuth.getAuthHandler()` as deprecated |
| 10 | + - all other methods of `SetupAuth` are marked as `static` now, only these will remain in the future |
| 11 | +- `iaas`: [v0.2.0](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) |
| 18 | +- `resourcemanager`: [v0.2.0](resourcemanager/CHANGELOG.md#v020) |
| 19 | + - **Feature:** Support for passing custom OkHttpClient objects |
| 20 | + - `ApiClient` |
| 21 | + - Added constructors with `OkHttpClient` param (recommended for production use) |
| 22 | + - Use new `KeyFlowAuthenticator` `okhttp3.Authenticator` implementation instead of request interceptor for authentication |
| 23 | + - `DefaultApi`: Added constructors with `OkHttpClient` param (recommended for production use) |
| 24 | + - `ResourceManagerApi`: Added constructors with `OkHttpClient` param (recommended for production use) |
| 25 | +- `examples`: |
| 26 | + - Add example how to use custom `OkHttpClient` object |
| 27 | + |
1 | 28 | ## Release (2025-09-09) |
2 | 29 | - `core`: [v0.1.0](core/CHANGELOG.md#v010) |
3 | 30 | - Initial onboarding of STACKIT Java SDK core lib |
|
0 commit comments