Skip to content

Releases: rnduldulaojr/tornado-swirl

Fix Basic Auth Bug, Minor Edits

18 Dec 01:19
ee95608
Compare
Choose a tag to compare
  • Fixed basic auth bearerFormat bug c/o @gsaraceno92
  • Removed trailing slash in hosts
  • Minor code cleanup

Minor Update

03 May 08:24
9a37bd7
Compare
Choose a tag to compare
  • Modified query spec regex to allow names like filter[job_id] etc.

Example/examples in schema support, minor fixes

02 Apr 07:09
7cb0eed
Compare
Choose a tag to compare
  • examples/example support using Meta class in schema class (see TUTORIAL.md)
  • bug fix on dashed values in enum/types.
  • code cleanup.

Schema Inheritance support and `object` type.

01 Apr 08:15
5811014
Compare
Choose a tag to compare
  • Added Schema inheritance support.
  • object type
  • json_mime_type option in swirl.describe

Initial securityScheme and path security support

07 Mar 07:13
3930445
Compare
Choose a tag to compare
  • Added add_security_scheme()
  • Security: doc parser.
  • Support for apiKey and http security schemes

Setting Custom Headers on Swagger UI Handler/Spec generator

20 Feb 01:56
Compare
Choose a tag to compare

Added a way to customize the response headers of the Swagger UI handlers and spec generator.

Enabled_Methods handling

30 Jan 01:31
Compare
Choose a tag to compare
  • Added head method to default enabled_methods.
  • enabled_methods can be set using swirl.describe() (see updated docs)

Added Deprecated attribute support

06 Dec 08:11
3b64ad5
Compare
Choose a tag to compare

Added Deprecated attribute support

v_0.1.12

03 Dec 02:15
Compare
Choose a tag to compare
  • Changed regex rule for parameter naming to include dash, underscore and digits.

Schema Descriptions, Schema Property descriptions bug fix

03 Dec 01:30
Compare
Choose a tag to compare
  • Fixed bug where schema descriptions and schema property description were not being included in spec.
  • Minor code cleanup.