-
Notifications
You must be signed in to change notification settings - Fork 2
/
releases.json
32 lines (32 loc) · 1.3 KB
/
releases.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"version": "1.0.6",
"date": "6/10/2020",
"release-notes": "<ul><li>bugfix: fixed default body to message.payload() for REST client and method POST.</li></ul>"
},
{
"version": "1.0.5",
"date": "16/9/2020",
"release-notes": "<ul><li>bugfix: fixed wrong path computed when base path is '/' and listener path starts with '/' as well, e.g: /resource.</li></ul>"
},
{
"version": "1.0.4",
"date": "1/9/2020",
"release-notes": "<ul><li>bugfix: missing check for null styles and parameter locations in OpenAPI HeaderObject, ParameterObject and SecuritySchemeObject.</li><li>bugfix: avoid removing route definition if the route could have not been added due to previous errors during startup.</li><ul>"
},
{
"version": "1.0.2",
"date": "26/8/2020",
"release-notes": "<ul><li>bugfix: OpenAPI ServerObject was published with leading '/' slash, causing issue during the import process in other software. It has been fixed to NOT include the leading '/' slash.</li><ul>"
},
{
"version": "1.0.1",
"date": "18/8/2020",
"release-notes": "<ul><li>bugfix: RESTListener route matching did not prioritize routes with exact match.</li><ul>"
},
{
"version": "1.0.0",
"date": "22/6/2020",
"release-notes": "<ul><li>First module-rest release.</li><ul>"
}
]