v30.0.0
Breaking changes
There are 2 breaking changes in this release:
Backend auth for paths where the start of the path matches the app name
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
This is a legacy endpoint which we don't need anymore - there's better ways to get the data it exposes.
What's Changed
- chore: migrate to doppler by @cerdfied in #809
- [CPREL-984] Remove backend auth loophole by @alexmuller in #811
- Breaking: remove the
/__about
endpoint by @rowanmanning in #812 - Update dependency @dotcom-reliability-kit/logger to v3.0.4 by @renovate in #810
New Contributors
Full Changelog: v29.0.0...v30.0.0