Releases: advancedhosting/advancedhosting-api-go
Releases · advancedhosting/advancedhosting-api-go
Upgrade golang version to 1.22, some API fixes
Update worker pool request method from PUT to PATCH method
What's Changed
Full Changelog: v0.11.5...v0.11.6
Refactor Worker structure and add delete method
v0.11.5 Refactor DeleteWorker function to use ClusterDeleteWorkerRequest inst…
Refactor List method in VolumesService to use ListOptions
v0.11.3 Update volumes_test.go to use "within_meta" instead of "meta" as a fi…
Update volume meta structure
Сhanged the structure of Meta
field in Volume from map
to string
Add meta to the filter for the volume list method
Add meta to the filter for the volume list method (#51) * Add the "Meta" field to the "Volume" struct for additional metadata. --------- Co-authored-by: hrybun <max.hrybun@smartteksas.com>
Update Golang to 1.21
- Update Golang to 1.21
- Update Copyright year to current
Add "Meta" field to the "Volume" struct for additional metadata.
This merge request enriches the Volumes struct by introducing a new Meta field. This addition allows users to attach custom metadata to Volume instances, enhancing flexibility and extensibility.
Adjustments for health checks formats
v0.10.12 Adjustments for LB health checks formats
Make health checks not required for LB
v0.10.11 Use pointer for LB health checks to make them not required