Skip to content

Commit 2830451

Browse files
authored
release: 4.4.0 (#2206)
1 parent c9b2e59 commit 2830451

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Flask-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+
425
Improvements and Bug fixes on 4.3.11
526
-----------------------------------
627

flask_appbuilder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Daniel Vaz Gaspar"
2-
__version__ = "4.3.11"
2+
__version__ = "4.4.0"
33

44
from .actions import action # noqa: F401
55
from .api import ModelRestApi # noqa: F401

0 commit comments

Comments
 (0)