Skip to content

Releases: heroku/heroku-go

Add support for Promoting by Release ID

25 Sep 21:41
605eb02

Choose a tag to compare

What's Changed

  • Update API schema to support Pipeline Promotions with Release ID by @mars in #64

Full Changelog: v6.0.0...v6.1.0

Fir generation support

08 Aug 22:26
ec2b3fc

Choose a tag to compare

This major release to v6 updates the client using the Heroku Platform API current, main, version 3 schema, adding support for Fir generation Spaces & Apps.

One small but breaking interface change is documented in the Major Version Change, v5v6.

What's Changed

Full Changelog: v5.5.0...v6.0.0

SSL Endpoint is gone

08 Sep 19:47
4c27ea6

Choose a tag to compare

What's Changed

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

Fix PipelineList

13 Jan 21:43
3f30614

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

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

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

Choose a tag to compare

API Schema Update

23 Mar 17:56
9200389

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

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

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.