Release (2025-09-30)
·
7 commits
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
- chore(docs): add release process documentation by @rubenhoenle in #25
- docs: add authentication and custom endpoint guide by @marceljk in #26
- feat(sdk): allow passing OkHttpClient objects by @rubenhoenle in #27
- Generator: Update SDK /services/iaas by @stackit-pipeline in #37
- chore(doc): set release date in changelog by @rubenhoenle in #38
Full Changelog: release-2025-09-09...release-2025-09-30