·
1 commit
to main
since this release
Highlights
core: v0.2.0- Feature: Support for passing custom OkHttpClient objects
KeyFlowAuthenticator: Add new constructors with anOkHttpClientParam- Marked constructors without
OkHttpClientparam as deprecated, use new constructors withOkHttpClientinstead KeyFlowAuthenticatorimplementsokhttp3.Authenticatorinterface now- added method
KeyFlowAuthenticator.authenticate()
- Marked constructors without
- Marked
KeyFlowInterceptorclass as deprecated, useKeyFlowAuthenticatorinstead - Marked
SetupAuthconstructors and methodsSetupAuth.init()andSetupAuth.getAuthHandler()as deprecated- all other methods of
SetupAuthare marked asstaticnow, only these will remain in the future
- all other methods of
- Feature: Support for passing custom OkHttpClient objects
iaas:- v0.3.0
- Feature: Add
createdAtandupdatedAtattributes toSecurityGroupRule,BaseSecurityGroupRule,CreateSecurityGroupRulePayloadmodel classes - Feature: Add
descriptionattribute toCreateNicPayload,NIC,UpdateNicPayloadmodel classes - Feature: New model class
ServerAgent - Feature: Add
agentattribute toServer,CreateServerPayloadmodel classes
- Feature: Add
- v0.2.0
- Feature: Support for passing custom OkHttpClient objects
ApiClient- Added constructors with
OkHttpClientparam (recommended for production use) - Use new
KeyFlowAuthenticatorokhttp3.Authenticatorimplementation instead of request interceptor for authentication
- Added constructors with
DefaultApi: Added constructors withOkHttpClientparam (recommended for production use)IaasApi: Added constructors withOkHttpClientparam (recommended for production use)
- Feature: Support for passing custom OkHttpClient objects
- v0.3.0
resourcemanager: v0.2.0- Feature: Support for passing custom OkHttpClient objects
ApiClient- Added constructors with
OkHttpClientparam (recommended for production use) - Use new
KeyFlowAuthenticatorokhttp3.Authenticatorimplementation instead of request interceptor for authentication
- Added constructors with
DefaultApi: Added constructors withOkHttpClientparam (recommended for production use)ResourceManagerApi: Added constructors withOkHttpClientparam (recommended for production use)
- Feature: Support for passing custom OkHttpClient objects
examples:- Add example how to use custom
OkHttpClientobject
- Add example how to use custom
What's Changed
- feat(sdk): add linter and fix linter findings by @rubenhoenle in #39
- Generator: Update SDK /services/resourcemanager by @stackit-pipeline in #72
- feature(core): Add wait handler structure by @Fyusel in #19
- Generator: Update SDK /services/resourcemanager by @stackit-pipeline in #81
- update release date in changelog by @rubenhoenle in #84
Full Changelog: release-2025-09-30...release-2025-10-29