Skip to content

Releases: heroku/heroku-go

SSL Endpoint is gone

08 Sep 19:47
4c27ea6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.1...v5.5.0

Fix PipelineList

13 Jan 21:43
3f30614
Compare
Choose a tag to compare

Regenerated client from Heroku API's fixed JSON schema, so now PipelineList returns the pipeline results.

GitHub Actions

29 Oct 18:24
a332284
Compare
Choose a tag to compare

What's Changed

  • Replace Travis with GitHub Actions by @mble in #59
  • feat: Update client to reflect API schema as of 2021-10-29 by @mble in #55

New Contributors

  • @mble made their first contribution in #59

Full Changelog: v5.3.0...v5.4.0

API Schema Update

13 Apr 20:08
e903a67
Compare
Choose a tag to compare
  • Update heroku.go with schema as of April 5, 2021
  • Manual edit on ReviewAppConfig struct to fix pipeline field

Transport Debug fixes

10 Dec 17:59
14f49bb
Compare
Choose a tag to compare

API Schema Update

23 Mar 17:56
9200389
Compare
Choose a tag to compare

This includes changes generated from the most recent Heroku Platform API schema:

  • Additions for Heroku Enterprise Teams: members, invitations, permissions, audit trails
  • New Pipeline features: owner, builds, releases, config vars
  • New Review App features

API Schema Update

09 Jul 16:55
Compare
Choose a tag to compare

This includes changes generated from the most recent Heroku Platform API schema:

  • Adds Name field to AddOnUpdateOpts
  • Various additions for Heroku Enterprise Teams
  • Shifting nomenclature organizationteam
  • Removes deprecated Organization and its methods & related types
  • Removes deprecated BuildResult and its methods & related types

Platform API v3 with Go Modules compat

22 May 16:51
Compare
Choose a tag to compare

Go Module with correct semantic version v5.

Eliminates the +incompatible dependency suffix when used as a Go Module, but otherwise the same as v4.0.0.

v5.0.0-beta.1

17 May 21:48
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

Go Module with correct semantic version to import "github.com/heroku/heroku-go/v5"

Platform API v3 with Go Modules compat

03 May 16:44
Compare
Choose a tag to compare

🚨 Breaking changes: upgrading to this release will require updating import statements across your codebase. Use the previous v3.0.0 release to avoid this change.


This release switches to Go Modules for dependency management.

This release drops the /v3 path version suffix:

  • usage change:
    • was import "github.com/heroku/heroku-go/v3"
    • now import "github.com/heroku/heroku-go"
  • for detailed discussion see comments in the pull request

This release continues support for older versions of Go: