core: v0.4.1- Bugfix: Add check in
KeyFlowAuthenticatorto prevent endless loops
- Bugfix: Add check in
iaas:- v1.0.0
- Breaking Change: The region must be passed as a parameter to any region-specific request.
- Feature: Add new methods to manage routing tables:
addRoutingTableToArea,deleteRoutingTableFromArea,getRoutingTableOfArea,listRoutingTablesOfArea,updateRoutingTableOfArea - Feature: Add new methods to manage routes in routing tables:
addRoutesToRoutingTable,deleteRouteFromRoutingTable,getRouteOfRoutingTable,listRoutesOfRoutingTable,updateRouteOfRoutingTable - Breaking Change: Add new method to manage network area regions:
createNetworkAreaRegion,deleteNetworkAreaRegion,getNetworkAreaRegion,listNetworkAreaRegions,updateNetworkAreaRegion - Feature: Add new field
EncryptedtoBackupmodel, which indicates if a backup is encrypted - Feature: Add new field
ImportProgresstoImagemodel, which indicates the import progress of an image - Breaking Change: Remove field
addressFamilyinCreateNetworkAreaPayloadmodel - Breaking Change:
Networkmodel has changed:- Rename
networkIdtoid - Rename
statetostatus - Move fields
gateway,nameservers,prefixesandpublicIpto new modelNetworkIPv4, and can be accessed in the new fieldipv4 - Move fields
gatewayv6,nameserversv6andprefixesv6to new modelNetworkIPv6, and can be accessed in the new fieldipv6 - Add new field
routingTabledId
- Rename
- Breaking Change:
NetworkAreamodel has changed:- Rename
areaIdtoid - Remove field
ipv4
- Rename
- Breaking Change: Rename
networkRangeIdtoidinNetworkRangemodel - Breaking Change:
CreateServerPayloadmodel has changed:- Model
CreateServerPayloadBootVolumeofBootVolumeproperty changed toServerBootVolume - Property
NetworkinginCreateServerPayloadis required now
- Model
- v0.3.1
- Bump dependency
cloud.stackit.sdk.coreto v0.4.1
- Bump dependency
- v1.0.0
resourcemanager: v0.4.1- Bump dependency
cloud.stackit.sdk.coreto v0.4.1
- Bump dependency
loadbalancer:alb:- v0.2.0
- Feature: Switch from
v2betaAPI version tov2version. - Feature:
MaxCredentialsfield added toGetQuotaResponse - Breaking change: added
versionto LoadBalancer constructor - Breaking change: renamed
exacttoexactMatchin Path model - Breaking change: removed
pathPrefixfrom Rule model
- Feature: Switch from
- v0.1.1
- Bump dependency
cloud.stackit.sdk.coreto v0.4.1
- Bump dependency
- v0.1.0
- Initial onboarding of STACKIT Java SDK for Application load balancer service
- v0.2.0
objectstorage:serverupdate:
core:resourcemanager:
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