View categories
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
artifacts
that returns an array of build artifacts, andeligible_for_rollback
that denotes if you can roll back the release. - Log Session Create: We updated the
dyno
parameter todyno_name
. This change is backwards-compatible.