Skip to content

Releases: advancedhosting/advancedhosting-api-go

Upgrade golang version to 1.22, some API fixes

07 May 14:29
Compare
Choose a tag to compare

Update worker pool request method from PUT to PATCH method

15 Feb 15:41
6a58d11
Compare
Choose a tag to compare

What's Changed

  • Update worker pool request method from PUT to PATCH method by @hrybun in #57

Full Changelog: v0.11.5...v0.11.6

Refactor Worker structure and add delete method

02 Jan 09:39
Compare
Choose a tag to compare
Refactor DeleteWorker function to use ClusterDeleteWorkerRequest inst…

…ead of ClusterDeleteNodeRequest in kubernetes_workers.go file.

Refactor List method in VolumesService to use ListOptions

12 Dec 10:02
Compare
Choose a tag to compare
Update volumes_test.go to use "within_meta" instead of "meta" as a fi…

…lter key in the ContFilter.

Update volume meta structure

01 Dec 11:23
c338cbd
Compare
Choose a tag to compare

Сhanged the structure of Meta field in Volume from map to string

Add meta to the filter for the volume list method

27 Nov 14:56
2d8806f
Compare
Choose a tag to compare
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 <[email protected]>

Update Golang to 1.21

27 Nov 11:14
Compare
Choose a tag to compare
  • Update Golang to 1.21
  • Update Copyright year to current

Add "Meta" field to the "Volume" struct for additional metadata.

24 Nov 18:44
0b10506
Compare
Choose a tag to compare

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

22 Sep 13:59
Compare
Choose a tag to compare
v0.10.12

Adjustments for LB health checks formats

Make health checks not required for LB

22 Sep 09:40
Compare
Choose a tag to compare
v0.10.11

Use pointer for LB health checks to make them not required