Skip to content

Commit

Permalink
Merge pull request #233 from solace-iot-team/rel-prepare-0.3.6
Browse files Browse the repository at this point in the history
Rel prepare 0.3.6
  • Loading branch information
195858 authored Apr 22, 2022
2 parents cc04c43 + 4d969d1 commit 8238c7e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Release Notes

## Version 0.3.6
* OpenAPI: 0.7.11
* API Management Connector Server: 0.3.6

### Features
* **feat-app-webhooks-resource**
- Added a sub resource to teamd and developer apps to manage webhooks
- Ability to list all webhooks associated with an app
- Ability to manage webhooks individually via POST/GET/PATCH/DELETE
* **feat-app-credentials-enhancements**
- issuedAt and expiresAt attributes are now auto calculated
- expiresAt can still be set for backwards compatibility
- App's expiresIn attribute is used to calcualte expiresAt when the credentials are generated internally or set via the API
- It is now possible to regenearate the client secret when an app is updated (PATCH) by only supplying the current consumer key and omitting the secret in the PATCH request
- Allowed an app's expiresIn attriute to be updated and added logic to recalculate expiresAt when expiresIn is updated

### Fixes
* **fix-apis-imported-increment-version-number-patch**
- Fixed an issue with updating APIs where the version number of an API was not incremented if originally imported from Event Portal
* **fix-resolve-app-apiproduct-references**
- Fixed issues where API Product references in apps were not resolved correctly
* **fix-provisioning-only-approved-api-products**
- Fixed an issue which led to resources for pending API Products associated with an app to be provisioned on the broker. Now only resources for approved products are provisioned.
* **fix-dependencies**
- Updated project dependencies addressing issues identified by security scan

## Version 0.3.5
* OpenAPI: 0.7.6
* API Management Connector Server: 0.3.5
Expand Down
4 changes: 2 additions & 2 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.3.5",
"version": "0.3.6",
"description": "Solace API Management Connector",
"homepage": "https://github.com/solace-iot-team/platform-api",
"repository": {
Expand Down

0 comments on commit 8238c7e

Please sign in to comment.