File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11Flask-AppBuilder ChangeLog
22==========================
33
4+ Improvements and Bug fixes on 4.4.0
5+ -----------------------------------
6+
7+ - chore(deps): bump the github-actions group with 4 updates (#2201) [dependabot[bot]]
8+ - fix: python versions setup.py (#2204) [Daniel Vaz Gaspar]
9+ - ci: refactor requirements structure and improve dependabot config (#2198) [Daniel Vaz Gaspar]
10+ - chore(deps): bump jinja2 from 3.0.3 to 3.1.3 (#2180) [dependabot[bot]]
11+ - fix: authentik test (#2199) [Daniel Vaz Gaspar]
12+ - feat: Added authentik as new identity provider (#2168) [Jasper Schoenmaker]
13+ - chore(deps): bump requests from 2.26.0 to 2.31.0 (#2050) [dependabot[bot]]
14+ - docs: updated Flask-Babel link and fix typo (#2166) [Gughanathan M]
15+ - chore: bump several non base dependencies (#2197) [Daniel Vaz Gaspar]
16+ - fix: Increase upper bound on marshmallow-sqlalchemy (#2191) [spike77453]
17+ - chore: remove email_validator constraint (#2167) [Marcus Lim]
18+ - chore: Upgrade to Pillow 10.0.1 (#2136) [Dosenpfand]
19+ - chore(docs): Update i18n.rst for Turkish (#2187) [coteli]
20+ - chore: upgrade werkzeug and Flask, deprecate OpenID and MongoEngine (#2196) [Daniel Vaz Gaspar]
21+ - feat: Turkish translations (#2185) [coteli]
22+ - feat: AUTH_REMOTE_USER_ENV_VAR config key for auth REMOTE_USER type (#2193) [Daniel Vaz Gaspar]
23+ - fix: don't load inactive users with sessions (#2192) [Daniel Vaz Gaspar]
24+
425Improvements and Bug fixes on 4.3.11
526-----------------------------------
627
Original file line number Diff line number Diff line change 11__author__ = "Daniel Vaz Gaspar"
2- __version__ = "4.3.11 "
2+ __version__ = "4.4.0 "
33
44from .actions import action # noqa: F401
55from .api import ModelRestApi # noqa: F401
You can’t perform that action at this time.
0 commit comments