Skip to content

Releases: hopinc/go

Hop Go SDK

14 Mar 21:13
Compare
Choose a tag to compare
  • Add container metric bytes.

Hop Go SDK

14 Feb 23:34
Compare
Choose a tag to compare
  • Added new user attributes and type from the user me endpoint. This is a breaking change if you rely on setting the type fro the User attribute.

Hop Go SDK

10 Feb 22:50
Compare
Choose a tag to compare

This update includes a variety of new types and updates existing ones to be in parity with the JS SDK. Adds a new method to delete and recreate a Ignite container (is another method to prevent a breaking change).

Hop Go SDK

15 Dec 23:20
Compare
Choose a tag to compare
  • Add ability to override HTTP client with the function WithCustomHandler. This is useful for applications that need to do a unit test where making sure the right values are passed to the Hop client itself is important.
  • Add cmd to deployment config.
  • Add redirect object to domain objects.
  • Add acknowledged key to deployment rollout.
  • Add LatestRollout to deployment object. ActiveRollout is now deprecated.
  • Add values InitContainerID, HealthCheckFailed, and LastUpdatedAt to deployment rollout object.

Hop Go SDK

14 Nov 23:32
Compare
Choose a tag to compare
  • Fix a bug when floats are percentages in container metadata.
  • Add GetDomain and DeleteDomain.
  • Add WithCurlDebugWriter.

Hop Go SDK

14 Nov 07:26
Compare
Choose a tag to compare
  • Fix missing fields in HealthCheckUpdateOpts.

Hop Go SDK

05 Nov 07:33
Compare
Choose a tag to compare
  • Add entrypoint in deployment config.
  • Add deployment metadata and running container count to deployments.
  • Add hopsh_domain_enabled to Gateway.
  • Add GetStorageStats function.
  • Add support for health checks.
  • Add metrics information for containers.
  • Add TargetContainerCount to Deployment.

Hop Go SDK

15 Oct 03:46
Compare
Choose a tag to compare
  • Add Name to gateway creation.

Hop Go SDK

15 Oct 02:17
Compare
Choose a tag to compare
  • Add Update to Gateways.

Hop Go SDK

14 Oct 05:18
Compare
Choose a tag to compare
  • Add Delete method to gateways.