File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-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.5.0
5
+ -----------------------------------
6
+
7
+ - feat: REST API new select columns query param (#2242) [Daniel Vaz Gaspar]
8
+ - chore: bump werkzeug to 3.0.3 (#2237) [Daniel Vaz Gaspar]
9
+ - fix: Keycloak OAuth2, get groups as role_keys per default (#2235) [Andreas 'count' Kotes]
10
+ - fix: Check if Oauth login with OKTA is correct (#1926) [Hojjat Ali Mohammadi]
11
+ - docs: Update quickcharts.rst for typo gold to goal (#2217) [Abhinav Pareek]
12
+
4
13
Improvements and Bug fixes on 4.4.1
5
14
-----------------------------------
6
15
Original file line number Diff line number Diff line change 1
1
__author__ = "Daniel Vaz Gaspar"
2
- __version__ = "4.4.1 "
2
+ __version__ = "4.5.0 "
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