Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 4.3.8 RC1 #2132

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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/<provider>/<register>" 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
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion flask_appbuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading