File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
Flask-AppBuilder ChangeLog
2
2
==========================
3
3
4
+ Improvements and Bug fixes on 4.3.10
5
+ -----------------------------------
6
+
7
+ - fix: azure keep using upn if exists (#2163) [Daniel Vaz Gaspar]
8
+ - docs: Update shield of supported Python versions (#2156) [Dosenpfand]
9
+ - docs: update security policy (#2155) [Daniel Vaz Gaspar]
10
+ - docs: improve LDAP auth auth_roles_mapping (#2149) [Daniel Vaz Gaspar]
11
+ - docs: Update security docs to reflect LDAP casing issues (#2098) [Anders Bogsnes]
12
+ - fix: old API api column edit (#2134) [Daniel Vaz Gaspar]
13
+ - chore: add bootstrap min map (#2148) [Daniel Vaz Gaspar]
14
+ - chore: Add support for Python 3.10, 3.11, 3.12 and drop 3.7 (#2147) [Dosenpfand]
15
+ - chore: use npm for all frontend dependencies (#2144) [Daniel Vaz Gaspar]
16
+
4
17
Improvements and Bug fixes on 4.3.9
5
18
-----------------------------------
6
19
Original file line number Diff line number Diff line change 1
1
__author__ = "Daniel Vaz Gaspar"
2
- __version__ = "4.3.9 "
2
+ __version__ = "4.3.10 "
3
3
4
4
from .actions import action # noqa: F401
5
5
from .api import ModelRestApi # noqa: F401
You can’t perform that action at this time.
0 commit comments