atmos / heaven

:walking: Rails app for GitHub Flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku API Deprecation

jeffmicklos opened this issue · comments

Well, looks like Heroku deprecated their Build Result endpoint today, rendering Heaven not so useful, as the output call is getting 410 status codes back. The result of this is that successful deploys look like failures. Not sure if this is on your radar at all?

Looks like they offer up a migration path here, stating:

If you rely on the build result endpoint, please update your code to get the build output by making a GET request to the output_stream_url URL provided by the builds endpoint.