diff --git a/releasenotes/notes/refactor-openapi-service-connector-0d49043a420886bd.yaml b/releasenotes/notes/refactor-openapi-service-connector-0d49043a420886bd.yaml deleted file mode 100644 index a202c444a7..0000000000 --- a/releasenotes/notes/refactor-openapi-service-connector-0d49043a420886bd.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -enhancements: - - | - Refactored the OpenAPIServiceConnector to use a our `openapi-service-client` library. Simplified the service invocation code and added error handling for method invocations. diff --git a/releasenotes/notes/replace-openapi3-with-openapi-service-client-4145fdc44557dc3a.yaml b/releasenotes/notes/replace-openapi3-with-openapi-service-client-4145fdc44557dc3a.yaml new file mode 100644 index 0000000000..2196db7500 --- /dev/null +++ b/releasenotes/notes/replace-openapi3-with-openapi-service-client-4145fdc44557dc3a.yaml @@ -0,0 +1,4 @@ +--- +enhancements: + - | + Refactored the OpenAPIServiceConnector and OpenAPIServiceToFunctions to use `openapi-service-client` instead of `openapi3` library.