From 4a8df5bd8672c20801d95b806af59cf3a937f5c0 Mon Sep 17 00:00:00 2001 From: Daniel Gaspar Date: Thu, 12 Oct 2023 12:45:12 +0100 Subject: [PATCH] release: 4.3.8 RC1 --- CHANGELOG.rst | 12 ++++++++++++ flask_appbuilder/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3120157549..2e4e83d52c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,18 @@ Flask-AppBuilder ChangeLog ========================== +Improvements and Bug fixes on 4.3.8 +----------------------------------- + +- fix: filter list UI spacing between elements (#2128) [Daniel Vaz Gaspar] +- fix: add github sponsor (#2130) [Daniel Vaz Gaspar] +- docs: add github sponsor (#2129) [Daniel Vaz Gaspar] +- fix: swagger include js and css on static (#2127) [Daniel Vaz Gaspar] +- fix: Remove erroring endpoint "/login//" from AuthOAuthView (#2120) [David Kalamarides] +- fix: azure user info claims and JWT decode (#2121) [Daniel Vaz Gaspar] +- fix: Validate Azure JWTs using `authlib` (#2112) [Daniel Wolf] +- docs(typo): "preform" -> "perform" x4 (#2123) [Sam Firke] + Improvements and Bug fixes on 4.3.7 ----------------------------------- diff --git a/flask_appbuilder/__init__.py b/flask_appbuilder/__init__.py index 1eebd688cf..045a632a23 100644 --- a/flask_appbuilder/__init__.py +++ b/flask_appbuilder/__init__.py @@ -1,5 +1,5 @@ __author__ = "Daniel Vaz Gaspar" -__version__ = "4.3.7" +__version__ = "4.3.8rc1" from .actions import action # noqa: F401 from .api import ModelRestApi # noqa: F401