Skip to content

1.10.1

Compare
Choose a tag to compare
@axnsan12 axnsan12 released this 09 Sep 23:55
· 291 commits to master since this release
  • ADDED: added the SPEC_URL setting for controlling the download link in swagger-ui and ReDoc
  • ADDED: updated ReDoc settings (added NATIVE_SCROLLBARS and REQUIRED_PROPS_FIRST)
  • ADDED: added extra_styles and extra_scripts blocks to ui templates (#178)
  • IMPROVED: updated swagger-ui to version 3.18.2
  • IMPROVED: updated ReDoc to version 2.0.0-alpha.37
  • FIXED: stopped generating invalid OpenAPI by improper placement of readOnly Schemas
  • FIXED: fixed broken CSS when USE_SESSION_AUTH=False
  • FIXED: fixed implementation of operation_summary and deprecated (#194, #198)
  • FIXED: fixed a bug related to nested typing hints (#195)
  • FIXED: removed dependency on future (#196)
  • FIXED: removed exceptions loged for fields with default=None (#203)
  • FIXED: fixed request_body=no_body handling and related tests (#188, #199)