Releases: Burgyn/MMLib.SwaggerForOcelot
Releases · Burgyn/MMLib.SwaggerForOcelot
MMLib.SwaggerForOcelot v1.5.1
MMLib.SwaggerForOcelot v1.5.0
MMLib.SwaggerForOcelot v1.4.1
Buxfix
- #35 Could not resolve reference.
MMLib.SwaggerForOcelot v1.4.0
New feature
- #31 Support for openapi v3 - Great thanks @danadesrosiers
MMLib.SwaggerForOcelot v1.3.1
Buxfix
- #32 Incorrect contacting of the resulting path when the base path.
MMLib.SwaggerForOcelot v1.3.0
MMLib.SwaggerForOcelot v1.2.1
Bugfix
- #25 Upstream method ignored
MMLib.SwaggerForOcelot v1.2.0
New feature
- #21 BasePath work correctly (thanks @jondmcelroy)
MMLib.SwaggerForOcelot v1.1.0
New features
Breaking changes
- #16 Now
SwaggerEndPoint
configuration must containsConfig
definition:
"SwaggerEndPoints": [
{
"Key": "contacts",
"Config": [
{
"Name": "Contacts API",
"Version": "v1",
"Url": "http://localhost:5100/swagger/v1/swagger.json"
}]
}
]
MMLib.SwaggerForOcelot v1.0.1
Bugfix
- #12 Fixed unexpected removing nested references from final swagger json.