diff --git a/.changeset/red-geese-clean.md b/.changeset/red-geese-clean.md new file mode 100644 index 0000000000..b4fc9c0808 --- /dev/null +++ b/.changeset/red-geese-clean.md @@ -0,0 +1,8 @@ +--- +'@backstage/backend-openapi-utils': patch +--- + +Adds new public utility types for common OpenAPI values, like request and response shapes and parameters available on an endpoint. + +**deprecated** `internal` namespace +The internal namespace will continue to be exported but now uses OpenAPI format for path parameters. You should use the new utility types.