CHANGELOG
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
3.4.8 - 11-08-2022
Fixed
- Anchor parse in swagger2openapi
Updated
- Schema validator to v12
3.4.7 - 06-07-2022
Fixed
- Inserted tini
3.4.6 - 04-07-2022
Updated
- Node to version 16.15.1
Fixed
- Fixed logging in error case
3.4.5 - 06-06-2022
Updated
- node 16
3.4.4 - 20-01-2022
Fixed
- Aggregator is now more resilient to promise rejection
3.4.3 - 15-12-2021
Changed
- updated log to prevent mixing JSON root properties with the one of the logged error
3.4.2 - 19-11-2021
Fixed
- Fixed schema.component array values duplication using combineMerge algorithm.
3.4.1 - 12-07-2021
Updated
- upgrade lc39 to v4
Fixed
- add support to json swaggers by replacing
yamljs
library withjs-yaml
library.
3.4.0 - 12-07-2021
Added
- Added docs folder
- Add headers to proxy
3.3.0 - 24-05-2021
Added
- Support to OpenAPI version 3.0.3
3.2.1 - 04-03-2021
Updated
- lc39 v3.3.0
3.2.0 - 22-12-2020
Updated
- added
verb
property toincludePaths
andexcludePaths
elements. This property can be used to include or exclude a specific route with its verb.
3.1.0 - 04-12-2020
- Allow a
prefix
field at the first level of the configuration. All the routes of all the services will be prefixed with this string.
3.0.1 - 08-10-2020
Updated
- lc39 v3.1.4
3.0.0 - 02-10-2020
Updated
BREAKING CHANGE
- update lc39 v3.1.3 with the newer logging format.
2.5.0 - 11-09-2020
Added
- added support for
transformationPaths
map used to implement path rewrite and tags override
2.4.1 - 31-08-2020
Fixed
- Fixed include/exclude path filter matching strategy
2.4.0 - 26-08-2020
Added
- Added a filter to the paths, with IncludePaths and ExcludePaths
2.3.0 - 09-07-2020
Added
- Generate security section only for right routes
2.2.0 - 08-07-2020
Added
- GET subswaggers query parameter includeAll to filter subswagger "All"
2.1.2 - 26-05-2020
Added
- route /yaml download swagger and subswagger for Swagger 2 and OpenAPI 3
2.0.2 - 26-02-2020
Perf
- improve performance avoid stringify during oas3 conversion
2.0.1 - 2020-02-03
Changed
- Update package-lock for zero-downtime
2.0.0 - 2020-01-10
Added
- api
/openapi/v3/json
to retrieve the documentation in openApi3 - apis of type
/openapi/v3/<subswagger-path>.json
to retrieve subswaggers documentation in openApi3 - api
/openapi/v3/subswaggers/
to retrieve the list of available subswaggers in openApi3
Fixed
- Update deps
1.3.1 - 2019-12-09
Fixed
- Handle prettified JSON.
1.3.0 - 2019-07-24
Added
- api
/swagger/subswaggers/
to retrieve the list of available subswaggers;
1.2.0 - 2019-06-28
Added
- the
/-/check-up
route. It checks the healthiness of the service.
1.1.1
Fixed
- remove prefix validation pattern
1.1.0
Added
- set-tag-name-to-subswagger: force tags for subswagger