split changesets

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-02-27 11:24:32 +01:00
parent 36e90ecdf1
commit 915e46622c
2 changed files with 6 additions and 2 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
---
'@backstage/backend-app-api': patch
'@backstage/errors': patch
---
Add NotImplementedError
Added `NotImplementedError`, which can be used when the server does not recognize the request method and is incapable of supporting it for any resource.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Add support for `NotImplementedError`, properly returning 501 as status code.