Skip to content

Releases: Burgyn/MMLib.SwaggerForOcelot

MMLib.SwaggerForOcelot v1.5.1

13 Aug 04:36
1b99240
Compare
Choose a tag to compare

Buxfix

  • #41 fix path generation when using a host override and upstream/downstrea… - Great thanks @duncan-G

MMLib.SwaggerForOcelot v1.5.0

30 Jul 05:14
Compare
Choose a tag to compare

New feature

  • #39 Allow for headers to be included when the gateway is requesting downstream swagger endpoint - Great thanks @duncan-G

MMLib.SwaggerForOcelot v1.4.1

22 Jul 04:54
ca2e48d
Compare
Choose a tag to compare

Buxfix

  • #35 Could not resolve reference.

MMLib.SwaggerForOcelot v1.4.0

14 Jun 04:43
5a1f95b
Compare
Choose a tag to compare

New feature

MMLib.SwaggerForOcelot v1.3.1

11 Jun 18:06
5d513d6
Compare
Choose a tag to compare

Buxfix

  • #32 Incorrect contacting of the resulting path when the base path.

MMLib.SwaggerForOcelot v1.3.0

06 Jun 12:43
7f5c50e
Compare
Choose a tag to compare

New feature

#29 New configuration property was added (thanks @rkoczen)

MMLib.SwaggerForOcelot v1.2.1

23 May 18:11
6adf3eb
Compare
Choose a tag to compare

Bugfix

  • #25 Upstream method ignored

MMLib.SwaggerForOcelot v1.2.0

27 Apr 05:53
1aa0b3b
Compare
Choose a tag to compare

New feature

MMLib.SwaggerForOcelot v1.1.0

25 Feb 14:22
1a19c05
Compare
Choose a tag to compare

New features

  • #16 Added versioning support
  • #17 Better exception message when configuration message is missing

Breaking changes

  • #16 Now SwaggerEndPoint configuration must contains Config definition:
"SwaggerEndPoints": [
    {
      "Key": "contacts",
      "Config": [
           {
             "Name": "Contacts API",
             "Version": "v1",
             "Url": "http://localhost:5100/swagger/v1/swagger.json"
           }]
     }
  ]

MMLib.SwaggerForOcelot v1.0.1

05 Feb 19:55
2234489
Compare
Choose a tag to compare

Bugfix

  • #12 Fixed unexpected removing nested references from final swagger json.