Skip to content

Commit

Permalink
Merge pull request #225 from solace-iot-team/rel-prepare-0.3.5
Browse files Browse the repository at this point in the history
rel-0.3.5-include-missing-fix
  • Loading branch information
ricardojosegomezulmke authored Apr 1, 2022
2 parents fbbb564 + 6a980de commit 232e5d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@
- Fixed issues where some responses where not conistent with the OpenAPI Spec
* **fix-always-include-apiparams-in-apilist**
- Now returns the AsyncAPI's Parameters in response to a GET api in `extended` format. These were previously missing
* **fix-attributes-pattern**
- Changed the validation pattern for attribute values on apps, api products to allow whitespaces

## Version 0.3.4
* OpenAPI: 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion api-implementation/server/common/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ components:
example:
'public, private, or internal'
type: string
pattern: "^[a-zA-Z0-9_\\-\\s,\\*]*$"
pattern: "^.*$"
minLength: 1
maxLength: 1024
required:
Expand Down

0 comments on commit 232e5d5

Please sign in to comment.