Skip to content

Commit

Permalink
Merge pull request #330 from solace-iot-team/rel-0.10.1
Browse files Browse the repository at this point in the history
Rel 0.10.1
  • Loading branch information
195858 authored May 9, 2023
2 parents 7b15abb + d549453 commit eaa3f43
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 25 deletions.
24 changes: 24 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Release Notes

## Version 0.10.1
* OpenAPI: 0.15.4
* API Management Connector Server: 0.10.1

### Fixes

* **fix-ep2-serviceregistry-protocol-mapping**
- fixed broken protocol mapping for messaging protocol and SEMP v2 connection details
* **fix-ep-import-use-ep-approvaltype**
- copy approval type from Event API Product in Event Portal 2.0
* **refactor-clean-eventportalfacade-new-client**
* **fix-catch-app-status-errors**
- catching app status errors when back end sempv2 calls fail. Error is logged and empty status is returned
* **refactor-ep-api-client-update**
- regenerated code from EP Architecture and Runtime APIs v2.0.15
* **feat-ep2importer-enhance-error-reporting**
- log error details and complete import results if an error is thrown during import
* **fix-ep-importer-removed-app-domains**
- When retrieiving importer configuration(s) app Domain ids are removed from Importer filter and attributeMap if the domain no longer exists in EP 2.0
* **fix-eventportal-facade-pagesize-limits**
- catch too large page size limits when retrieving app domains
* **fix-ep-importer-asyncapi-version**
- default to 2.0.0 async api

## Version 0.10.0
* OpenAPI: 0.15.4
* API Management Connector Server: 0.10.0
Expand Down
26 changes: 2 additions & 24 deletions api-implementation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api-implementation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apim-connector-server",
"version": "0.10.0",
"version": "0.10.1",
"description": "Solace API Management Connector",
"homepage": "https://github.com/solace-iot-team/platform-api",
"repository": {
Expand Down

0 comments on commit eaa3f43

Please sign in to comment.