Releases: hopinc/go
Releases · hopinc/go
Hop Go SDK
Hop Go SDK
- 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
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
- 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
, andLastUpdatedAt
to deployment rollout object.
Hop Go SDK
- Fix a bug when floats are percentages in container metadata.
- Add GetDomain and DeleteDomain.
- Add WithCurlDebugWriter.
Hop Go SDK
- Fix missing fields in HealthCheckUpdateOpts.
Hop Go SDK
- 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
- Add Name to gateway creation.
Hop Go SDK
- Add Update to Gateways.
Hop Go SDK
- Add Delete method to gateways.