Skip to content

Releases: swagger-api/swagger-inflector

Swagger-inflector 2.0.1 released!

22 Aug 18:08
0cb5bd7
Compare
Choose a tag to compare

Swagger-inflector 2.0.1 released!

  • Fix Date and DateTime schemas example builder #320
  • Dump parser warnings at startup #310
  • Adding config options issue #305
  • Jackson update to 2.9.9 #317
  • Readme Update 2.0 - Security Section and License Added #314

Swagger-inflector 1.0.17 released!

27 Feb 14:33
13eaea5
Compare
Choose a tag to compare

New Release for swagger-inflector! 🎉 (1.0.17)

Bug fixes:

  • ref #294 - fix circular refs stack overflow (#296)
  • Cache already processed properties/models (#290)
  • Fix for additionalProperties in ExampleBuilder (#288)

Swagger-inflector 2.0.0-rc3 released!

07 Sep 14:48
24d2bbd
Compare
Choose a tag to compare
Pre-release

Swagger-inflector 2.0.0-rc3 released!

The Swagger team is proud to announce the rc3 release candidate of the swagger-inflector library. This release candidate provides official initial support for OpenAPI 3.0’s main features. The missing features will be added in the next release candidates until the final release is available.

In order to better improve these libraries and tools, we ask that you start using them and provide us with feedback in form of issues on the github repository. The issues are a huge help in finding what’s missing or not working properly (though note some issues are already submitted). We would also appreciate any PRs that improve existing or new tickets.

Bug fixes:

  • Include all items in nested array example when deserializing (#279)
  • Removing NPE from requestBody adding to args (#265)
  • Remove travis (#275)

Swagger-inflector 1.0.16 released!

07 Sep 14:26
824943e
Compare
Choose a tag to compare

New Release for swagger-inflector! 🎉 (1.0.16)

Bug fixes:

  • Remove travis (#274)
  • Issue with schema in response with circular reference (#266)
  • Resolving specs without any definitions (#262)

Swagger-inflector 1.0.15 released!

29 May 14:58
c39dc64
Compare
Choose a tag to compare

Swagger-inflector 1.0.15 has been released! 🎉

  • Add request and response objects to RequestContext (#258)
  • Circular reference cause stackoverflow error when generating example from schema (#256)
  • Fix Circular recursion (#251)
  • Fix failing tests (#244)
  • Handle inlined array example in example builder (Swagger2) (#239)
  • Support an allOf containing refs (#233)
  • Support for schema as Model in Response Object - refs swagger-api/swagger-parser #567 (#231)
  • Use full HTTPS URL in setup command (#211)

Swagger-inflector 2.0.0-rc2 released!

29 May 15:16
4f9550d
Compare
Choose a tag to compare
Pre-release

Swagger-inflector 2.0.0-rc2 released!

The Swagger team is proud to announce the rc2 release candidate of the swagger-inflector library. This release candidate provides official initial support for OpenAPI 3.0’s main features. The missing features will be added in the next release candidates until the final release is available.

In order to better improve these libraries and tools, we ask that you start using them and provide us with feedback in form of issues on the github repository. The issues are a huge help in finding what’s missing or not working properly (though note some issues are already submitted). We would also appreciate any PRs that improve existing or new tickets.

Notable Features

  • Add request and response objects to RequestContext (#258)
  • Jackson 2.9.5 (#252)
  • Fixes cyclic ref StackOverflow (#248)
  • Supports build in java 9+ (#249)
  • Supports adjacent composed schema (#247)
  • Manages Multiple Media Types in request Bodies (#241)
  • Handles inline array example in example builder (#240)

We invite you to check the README for more information on how to use it.

Swagger-inflector 2.0.0-rc1 released!

23 Jan 16:19
b128437
Compare
Choose a tag to compare
Pre-release

Swagger-inflector 2.0.0-rc1 released!

The Swagger team is proud to announce the rc1 release candidate of the swagger-inflector library. This release candidate provides official initial support for OpenAPI 3.0’s main features. The missing features will be added in the next release candidates until the final release is available.

In order to better improve these libraries and tools, we ask that you start using them and provide us with feedback in form of issues on the github repository. The issues are a huge help in finding what’s missing or not working properly (though note some issues are already submitted). We would also appreciate any PRs that improve existing or new tickets.

Notable Features:

  • Form-Data support (#217)
  • Fixing vendorSpec Filter (#229)
  • Support of NOT (#232)
  • Implementing additionalProperties to Schema and Boolean (#234)

Known Limitations:

  • Supporting multiple media types in request bodies content object.

We invite you to check the README for more information on how to use it.

Swagger-inflector 2.0.0-rc0 released!

22 Nov 18:52
26d7022
Compare
Choose a tag to compare
Pre-release

The Swagger team is proud to announce the rc0 release candidate of the swagger-inflector library. This release candidate provides official initial support for OpenAPI 3.0’s main features. The missing features will be added in the next release candidates until the final release is available.

In order to better improve these libraries and tools, we ask that you start using them and provide us with feedback in form of issues on the github repository. The issues are a huge help in finding what’s missing or not working properly (though note some issues are already submitted). We would also appreciate any PRs that improve existing or new tickets.

Notable Features:

  • First official release candidate with OpenAPI 3.0 support.
  • Available on Maven central, and the sources are in the 2.0 branch. PRs should be submitted against the 2.0 branch.
  • Built with Java 8
  • Configure Mock Responses with random and sequence options.
  • Improve the response media type to be the same as the one requested
  • Support of anyOf/oneOf schemas.

Known Limitations:

  • Form-Data support (development)

We invite you to check the README for more information on how to use it.

Swagger-inflector 1.0.14 released!

16 Jun 17:11
Compare
Choose a tag to compare

New! Better handling of composed models #195 and an updated swagger-parser to handle strange paths in remote files, like #/a/b/c :-/

Swagger-inflector 1.0.13 Released!

31 May 19:46
Compare
Choose a tag to compare

Say it isn't so! Support for payload validation of allOf components is now supported (and it doesn't crash on startup anymore when they are there) 🥇