- Feature:
Instancehas a new fieldOfferingName - Update
coretov0.7.7. Thehttp.requestcontext is now passed in the clientDocall.
- Bug fix:
NewAPIClientnow initializes a new client instead of usinghttp.DefaultClient(#236)
- Add license and notice files
- Feature:
PartialUpdateInstancecan be used to update the instance's name - Feature:
InstanceParametershas a new settingMaxDiskThreshold - Feature:
ListMetricsResponsehas new fields regarding ephemeral disk - Dependency updates
- Dependency updates
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
- Changed methods:
GetCredentialsIdsrenamed toListCredentialsGetInstancesrenamed toListInstancesGetOfferingsrenamed toListOfferingsUpdateInstancerenamed toPartialUpdateInstance
- Changed structs:
CredentialsIdsResponserenamed toListCredentialsResponseInstanceBackuprenamed toBackupInstanceBackupsListrenamed toListBackupsResponseInstanceIdrenamed toCreateInstanceResponseInstanceListrenamed toListInstancesResponseInstanceMetricsrenamed toListMetricsResponseLastOperationrenamed toInstanceLastOperationOfferingListrenamed toListOfferingsResponseUpdateInstancePayloadrenamed toPartialUpdateInstancePayloadChanged waiters:UpdateInstanceWaitHandlerrenamed toPartialUpdateInstanceWaitHandler
- Manage your STACKIT PostgreSQL resources:
Instance,Credentials,Offerings - Waiters for async operations:
CreateInstanceWaitHandler,UpdateInstanceWaitHandler,DeleteInstanceWaitHandler,CreateCredentialsWaitHandler,DeleteCredentialsWaitHandler - Usage example