Skip to content

Commit

Permalink
Merge pull request #115 from solace-iot-team/prep-release-0.2.9
Browse files Browse the repository at this point in the history
Prep release 0.2.9
  • Loading branch information
195858 authored Nov 10, 2021
2 parents 1c3cc2d + a2d27b2 commit 29c18a6
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 47 deletions.
11 changes: 11 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## Version 0.2.9
* OpenAPI: 0.5.0
* API Management Connector Server: 0.2.9

### Features

### Fixes
* **App Resources**
- Handle API Products without Protocols gracefully (fix-no-product-protocols): added safe guard in case no protocols are defined. previously led to internal server error on GET apps request
- Generate Async APIs correctly for Apps with multiple API Products (fix-async-api-app-multiple-products): fixed an issue where retrieving an Async API spec for an App results in an error if the app is associated with multiple API Products

## Version 0.2.8
* OpenAPI: 0.5.0
* API Management Connector Server: 0.2.8
Expand Down
92 changes: 46 additions & 46 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.2.8",
"version": "0.2.9",
"description": "Solace API Management Connector",
"homepage": "https://github.com/solace-iot-team/platform-api",
"repository": {
Expand Down

0 comments on commit 29c18a6

Please sign in to comment.