Skip to content

v30.0.0

Compare
Choose a tag to compare
@alexmuller alexmuller released this 26 Feb 10:39
· 138 commits to main since this release
cb326c4

Breaking changes

There are 2 breaking changes in this release:

Backend auth for paths where the start of the path matches the app name

#811

This was a confusing bit of functionality. If your app is called next-foo, then requests to https://next-foo.herokuapp.com/foo do not need the backend key. We have changed this so that these requests do now need the backend key. This is not a breaking change if your app has backend key authentication configured.

Remove __about endpoint

#812

This is a legacy endpoint which we don't need anymore - there's better ways to get the data it exposes.

What's Changed

New Contributors

Full Changelog: v29.0.0...v30.0.0