Releases: gridscale/gsclient-go
Releases · gridscale/gsclient-go
v3.6.0
FEATURES:
-
Add SSL certificate operations (#194).
IMPROVEMENTS: -
Add AutoscalingProperties field to AutoscalingProperties (#192).
-
Add CertificateUUID field in loadbalancer, allow to use a custom certificate (#194).
BUG FIXES:
-
Change LetsencryptSSL field in loadbalancer from interface{} to *string (#194).
-
Add DEPRECATED notice to CurrentPrice field docs.
v3.5.0
This release focuses on performance and documentation fixes.
FEATURES:
- Storage variant now can be set ("distributed", or "local") via method
CreateStorage
.(See PR #188 for details.)
IMPROVEMENTS:
v3.4.0
v3.3.2
v3.3.1
v3.3.0
v3.2.2
IMPROVEMENTS:
- Omit
X-Auth-UserID
andX-Auth-Token
HTTP headers when they are empty. - Documentation fixes
- StorageBackup and MarketPlaceApplication related schema fixes
v3.2.1
v3.2.0
FEATURES:
- Add storage backup functionalities.
- Add storage backup schedule's functionalities.
- Add marketplace application's functionalities.
IMPROVEMENTS:
- Add more examples.
- Added APIs for easy development (can be used for mocking gsclient-go).
BUG FIXES:
- Fixed failed unit tests.
- Added missing fields in some structs.
- Fixed an error occurring when parsing an empty string to a GSTime variable.