Platform API updates: new endpoints and changes to the Release and Log Session endpoints
Change effective on 19 November 2024
We made the following changes to the Heroku Platform API.
New endpoints:
- Dyno Size List App Dyno Sizes: This endpoint fetches the dyno sizes available for an app.
- Stack List: This endpoint fetches the stacks available to an app’s build environment.
Endpoint changes:
- Release: We added
artifactsthat returns an array of build artifacts, andeligible_for_rollbackthat denotes if you can roll back the release. - Log Session Create: We updated the
dynoparameter todyno_name. This change is backwards-compatible.