Apiflask

Latest version: v2.1.1

Safety actively analyzes 629723 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

1.1.3

Released: 2022/9/4

- Fix some tests and import statements for Flask 2.2 ([pr 343][pr_343]).
- Pin Flask < 2.2 as a temp fix for the breaking changes of class-based view support ([issue 341][issue_341]).

[pr_343]: https://github.com/apiflask/apiflask/pull/343
[issue_341]: https://github.com/apiflask/apiflask/issues/341

1.1.2

Released: 2022/8/13

- Set default Elements router to `hash` to fix incorrect path updates.

1.1.1

Released: 2022/8/3

- Improve CI setup and test again Python 3.10 and 3.11.
- Fix the typing of `APIFlask` path parameters ([issue 329][issue_329]).
- Update `MethodViewType` usages for Flask 2.2 ([issue 335][issue_335]).

[issue_329]: https://github.com/apiflask/apiflask/issues/329
[issue_335]: https://github.com/apiflask/apiflask/issues/335

1.1.0

Released: 2022/7/3

- Add a versioned docs for 1.x releases (https://v1.apiflask.com).
- Allow the view function to return a list as JSON response ([issue 321][issue_321]).
- Add new docs UI support: RapiDoc, RapiPDF, and Elements ([pr 308][pr_308]).
- Add a `docs_ui` parameter to APIFlask to set the API docs UI (can be
`swagger-ui` (default), `redoc`, `rapidoc`, and `rapipdf`).
- Deprecate the separate docs path `/redoc` and the `redoc_path` parameter.
- Add the following configuration variables for new docs support:
- `ELEMENTS_JS`
- `ELEMENTS_CSS`
- `ELEMENTS_LAYOUT`
- `ELEMENTS_CONFIG`
- `RAPIDOC_JS`
- `RAPIDOC_THEME`
- `RAPIDOC_CONFIG`
- `RAPIPDF_JS`
- `RAPIPDF_CONFIG`
- Fix CLI entry point setup to prevent overwriting `flask`
([issue 312][issue_312])

[pr_308]: https://github.com/apiflask/apiflask/pull/308
[issue_312]: https://github.com/apiflask/apiflask/issues/312
[issue_321]: https://github.com/apiflask/apiflask/issues/321

1.0.2

Released: 2022/5/21

- Combine custom security schemes (app.security_schemes) with existing values
([issue 293][issue_293]).
- Add the missing `path` (`view_args`) to the valid request `location` list
([issue 301][issue_301])
- Fix the security scheme values to lowercase.

[issue_293]: https://github.com/apiflask/apiflask/issues/293
[issue_301]: https://github.com/apiflask/apiflask/issues/301

1.0.1

Released: 2022/5/17

- Fix the async support for `app.auth_required`, `app.input`, and `app.doc` decorators
([issue 288][issue_288]). Thanks [jiashuChen](https://github.com/jiashuChen)!

[issue_288]: https://github.com/apiflask/apiflask/issues/288

Page 3 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.