All Versions
21
Latest Version
Avg Release Cycle
94 days
Latest Release
1593 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.5 Changes
August 01, 2020๐ NOTE: 0.9.5.* is the last version that supports Python 2
- ๐ 'swag_from' supports 'pathlib.Path'
- โ Added support for OpenAPI3 parameter schema parsing #390
- Enable optional OpenAPI3 fields #366
- ๐ Fix access to local $ref definition #367
- Add support for custom validation_function and error_handler
- Accept pathlib.Path objects as path specification for swag_from
- Delay RuntimeError for not installing apispec marshmallow in Schema #384
- Ensure downward compatibility for werkzeug #391
- ๐ Support default configuration merging #383
- โก๏ธ Update
swagger-ui
to3.28.0
(improves safety)
-
v0.9.4 Changes
January 20, 2020- ๐ Changed apispec version supported to 2.0.2
- โ Added support for OpenAPI3 callback field
- ๐ Changed jsonschema version supported to jsonschema>=3.0.1
- ๐ Changed json data to be parsed from request directly
- ๐ Changed swagger-ui 3 version to 3.23.1
- Added support for JWT_AUTH_HEADER_NAME
- ๐ Changed to yaml.safe_load
- โ Added support for docExpansion in swagger-ui 2
- Fixed bug for apispec_to_template definition #301
- โ Added support for using external yml file to specify parameter commit by @isaacfi
- ๐ Changed flask-restful abort call to abort(code, e.message)
- โ Added definitions to parsed_data validation [#330] (8310196)
- โ Added support for Marshmallow Schema in Function Based View [#341] (fbaa7a1)
- ๐ Changed status code for no data to validate from 500 to 400
- โ Added require_data kwarg to validate() to make data optional #340
- โ Added support for importing OpenAPI3 spec components from config
- Enable "import:" syntax in template.yml
- Forward validation_error_handler in Marshmallow APIspec #352
-
v0.9.4.dev2 Changes
October 24, 2019- ๐ Changed apispec version supported to 2.0.2
- โ Added support for OpenAPI3 callback field
- ๐ Changed jsonschema version supported to jsonschema>=3.0.1
- ๐ Changed json data to be parsed from request directly
- ๐ Changed swagger-ui 3 version to 3.23.1
- Added support for JWT_AUTH_HEADER_NAME
- ๐ Changed to yaml.safe_load
- โ Added support for docExpansion in swagger-ui 2
- Fixed bug for apispec_to_template definition #301
- โ Added support for using external yml file to specify parameter commit by @isaacfi
- ๐ Changed flask-restful abort call to abort(code, e.message)
- โ Added definitions to parsed_data validation [#330] (8310196)
- โ Added support for Marshmallow Schema in Function Based View [#341] (fbaa7a1)
- ๐ Changed status code for no data to validate from 500 to 400
- โ Added require_data kwarg to validate() to make data optional #340
Compared to version: 0.9.2
-
v0.9.4.dev1
September 03, 2019 -
v0.9.3-beta Changes
September 03, 2019๐ See #320 for details
-
v0.9.2 Changes
November 15, 2018 -
v0.9.1 Changes
September 13, 2018- โก๏ธ Updated support for apispec >=0.39.0 #205
- โ Added install of etc/flasgger_package in requirements-dev.txt #208
- repaired key error thrown when a path is given instead of in the func #210
- ๐ fixed static file paths in demo app #213
- โ removed pre-compile/cache *.pyc files from dist #137
- auto-detect unicode charset-encoding in YAML files #156
- ๐ bug fix, use getattr instead of dict get #226
- โ added dev support for Docker (for demo app)
- โ added support for parsed MethodView (flask_restful) #222
-
v0.9.0 Changes
June 02, 2018- โก๏ธ Updated Swagger UI 3.x
- 0๏ธโฃ uiversion now defaults to 3
- 'hide_top_bar' config option to remove the green top bar
- 'fotter_text' added to customize the footer text (allows html and )
- templates/flasgger/footer.html added and can be replaced to customization this footer.html is the right place for custom
- 'top_text' added to customize the header text (allows html)
- templates/flasgger/top.html added and can be replaced to customization
- 'head_text' added to customize the (allows html)
- templates/flasgger/head.html added and can be replaced to customization
- โ added 'doc_expansion' config to control the collapse
- โ added 'ui_params' to allow override of any swagger.ui values
- ๐ See examples/changelog_090.py
- schemes are now pulled from config when present #201
- ๐จ UI template refactoring/separation
-
v0.8.3 Changes
September 11, 2018- ๐ Small update to release target (using twine)
-
v0.8.2 Changes
September 11, 2018- โก๏ธ Update index.html
- โก๏ธ Update index.html
- ๐ Merge pull request #180 from anilpai/anilpai-patch-1
- โก๏ธ Update jwt_auth.py
- ๐ Merge pull request #182 from anilpai/patch-1
- Avoid inclusion of empty definition dict
- ๐ Merge pull request #184 from mmichaels01/master
- ๐ Fix README.md error
- ๐ Merge pull request #186 from phylee/master
- ๐ Fix get_schema exception message
- Merge pull request #187 from boris-42/fix_get_schema_exc_message
- ๐ Fix erroneous extra definitions objects
- โ adding support for requestBody
- ๐ fixing python 2.7 incompliant syntax
- ๐ Merge pull request #191 from zrayn/add-requestBody-support
- ๐ Merge pull request #190 from abstiles/fix-extra-definitions
- Validate examples according to Swagger spec
- Correct example's declaration as OpenAPI 3.0
- Correct reference of invalid type int32
- ๐ Make example python filter more strict
- Fall back to simpler validation for OpenAPI 3
- Skip validation of intentionally invalid example
- ๐ Merge pull request #193 from abstiles/enhance-tests