hcp-sdk-go

Go SDK for HCP API.

MPL-2.0 License

Stars
14
Committers
41

Bot releases are visible (Hide)

hcp-sdk-go -

Published by hashicorp-cloud over 1 year ago

hcp-sdk-go -

Published by hashicorp-cloud over 1 year ago

v0.33.0 (February 08, 2023)

IMPROVEMENTS:

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.32.0

Published by hashicorp-cloud over 1 year ago

v0.32.0 (February 01, 2023)

IMPROVEMENTS:

  • Bump github.com/go-openapi/spec from 0.20.7 to 0.20.8 [GH-160]
  • Bump github.com/go-openapi/validate from 0.22.0 to 0.22.1 [GH-159]

BUG FIXES:

  • Update action to read go version from repo go.mod [GH-161]
hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.31.0

Published by hashicorp-cloud almost 2 years ago

v0.31.0 (January 11, 2023)

FEATURES:

  • Automatically sync the public and internal repos. [GH-157]
hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.30.0

Published by hashicorp-cloud almost 2 years ago

v0.30.0 (December 21, 2022)

IMPROVEMENTS:

  • Add middleware support to httpclient package [GH-142]
  • Add middleware that gets org ID and project ID from user profile and sets on request [GH-142]
  • Add new Libraries section to README. [GH-155]
  • Bump github.com/go-openapi/loads from 0.20.2 to 0.21.2 [GH-149]
  • Bump github.com/go-openapi/runtime from 0.19.24 to 0.25.0 [GH-148]
  • Bump github.com/go-openapi/spec from 0.20.3 to 0.20.7 [GH-147]
  • Bump github.com/go-openapi/swag from 0.19.14 to 0.22.3 [GH-146]
  • Bump github.com/go-openapi/validate from 0.21.0 to 0.22.0 [GH-153]
  • Bump github.com/hashicorp/go-cleanhttp from 0.5.1 to 0.5.2 [GH-144]
  • Bump github.com/iancoleman/strcase from 0.1.3 to 0.2.0 [GH-145]
  • Remove create-pull-request third party action in favour of plain git commands. [GH-152]
hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.29.0

Published by hashicorp-cloud almost 2 years ago

v0.29.0 (December 14, 2022)

IMPROVEMENTS:

  • Enable automatic changelog creation for dependabot PRs. [GH-150]
hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.28.0

Published by hashicorp-cloud almost 2 years ago

v0.28.0 (December 07, 2022)

BREAKING CHANGES:

  • The cloud-packer service was updated to grpc_gateway v2, this changes the payloads for the requests in some routes, as they are now embedded within the request rather than referenced from it.
    For example, the body for UpdateBucket was previously a *models.HashicorpCloudPackerUpdateBucketRequest, now it is a packer_service.PackerServiceUpdateBucketBody.
    Some attributes which were duplicated in the body now are only in the parent structure, for example &models.HashicorpCloudPackerUpdateBucketRequest used to contain BucketSlug, already present in the parent structure, this is not the case anymore. [GH-140]
hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.27.0

Published by hashicorp-cloud almost 2 years ago

v0.27.0 (December 01, 2022)

FEATURES:

  • Allow users to save profile information via environment variables [GH-137]

BUG FIXES:

  • Remove v0.26.0 from pkg.go.dev [GH-139]
hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.26.0

Published by hashicorp-cloud almost 2 years ago

v0.26.0 (November 30, 2022)

BUG FIXES:

  • Added exception for google.rpc.status when generating code since it was mistakenly rendered as GoogleRpcStatus instead of GoogleRPCStatus [GH-138]
hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.25.0

Published by hashicorp-cloud almost 2 years ago

v0.25.0 (November 23, 2022)

FEATURES:

  • Enable user session refresh on browser login [GH-129]

IMPROVEMENTS:

hcp-sdk-go -

Published by hashicorp-cloud almost 2 years ago

v0.24.0 (November 10, 2022)

IMPROVEMENTS:

  • Add reminder to add changelog entry in PR template [GH-130]
  • Remove redundant caching in Release Workflow [GH-130]
  • Run tests in GitHub Actions instead of Circle CI. [GH-128]
  • Set up up auto releaser with test gating. [GH-128]
  • Upload test coverage artifacts to GitHub Actions job run. [GH-128]
  • Use force push with lease on workflow [GH-131]
hcp-sdk-go - v0.23.0

Published by insanejasper about 2 years ago

0.23.0 (September 20, 2022)

BREAKING CHANGES:

  • Update go-swagger from 0.25.0 to 0.30.2 which introduces a breaking change around how pointers are used with a model's enums. More information can be found in the go-swagger GitHub repo. (122)

IMPROVEMENTS:

  • Use public scada address - scada.hashicorp.cloud (120)
  • Replace go get with go install in CI steps in order to support [email protected] (123)
hcp-sdk-go - v0.22.0

Published by bcmdarroch about 2 years ago

0.22.0 (August 30, 2022)

BREAKING CHANGES:

ℹ️ This breaking change does not impact production HCP.

  • Change token endpoint from Auth0 to HCP (114)

FEATURES:

  • Enable browser login when client credentials are unavailable (112).
  • Update cloud-operation SDK (d009766).
hcp-sdk-go - v0.21.0

Published by insanejasper about 2 years ago

IMPROVEMENTS:

FEATURES:

hcp-sdk-go - v0.20.0

Published by insanejasper over 2 years ago

0.20.0 (July 20, 2022)

FEATURES:

  • Updated cloud-vault-service/stable/2020-11-25 to add major version upgrade features (#95).
hcp-sdk-go - 0.19.0

Published by bcmdarroch over 2 years ago

0.19.0 (May 6, 2022)

BREAKING CHANGES:

  • Renamed cloud-packer-service/preview/2021-04-30 to cloud-packer-service/stable/2021-04-30 (#82)

IMPROVEMENTS:

  • Fix httpclient test to allow passing in a customer client (#79)
hcp-sdk-go - 0.18.0

Published by bcmdarroch over 2 years ago

0.18.0 (March 29, 2022)

FEATURES:

  • Updated cloud-vault-service/stable/2020-11-25 to allow path filter updates (#68).
hcp-sdk-go - v0.17.0

Published by codergs over 2 years ago

0.17.0 (February 9, 2022)

FEATURES:

  • Updated cloud-vault-service/stable/2020-11-25 to add cluster performance replication paths filter newly added attributed (#68).
hcp-sdk-go - v0.16.0

Published by bcmdarroch over 2 years ago

0.16.0 (January 25, 2022)

FEATURES:

  • Updated cloud-packer-service/preview/2021-04-30 to add UpdateRegistry (#63).

INTERNAL ONLY:

  • Updated cloud-network/preview/2020-09-07 (#64).
hcp-sdk-go - v0.15.0

Published by roaks3 almost 3 years ago

FEATURES:

  • Updated cloud-vault-service/preview/2020-11-25 to inclulde new and expanded APIs for PLUS tier (#60).

BREAKING CHANGES:

  • Renamed cloud-vault-service/preview/2020-04-20 to cloud-vault-service/stable/2020-04-20 (#60).
  • Renamed cloud-vault-service/preview/2020-11-25 to cloud-vault-service/stable/2020-11-25 (#61).