Releases: heroku/heroku-go
Add support for Promoting by Release ID
What's Changed
Full Changelog: v6.0.0...v6.1.0
Fir generation support
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, v5 → v6.
What's Changed
Full Changelog: v5.5.0...v6.0.0
SSL Endpoint is gone
Fix PipelineList
Regenerated client from Heroku API's fixed JSON schema, so now PipelineList returns the pipeline results.
GitHub Actions
API Schema Update
- Update heroku.go with schema as of April 5, 2021
- Manual edit on
ReviewAppConfigstruct to fix pipeline field
Transport Debug fixes
Fixes issues we've seen appear in Terraform Provider Heroku:
API Schema Update
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
This includes changes generated from the most recent Heroku Platform API schema:
- Adds
Namefield toAddOnUpdateOpts - Various additions for Heroku Enterprise Teams
- Shifting nomenclature
organization→team - Removes deprecated
Organizationand its methods & related types - Removes deprecated
BuildResultand its methods & related types
Platform API v3 with Go Modules compat
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.