Skip to content

Commit

Permalink
release: 3.4.3 (#1777)
Browse files Browse the repository at this point in the history
* release: 3.4.3

* update changelog
  • Loading branch information
dpgaspar committed Jan 7, 2022
1 parent 743fae6 commit 314c348
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,17 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 3.4.3
-----------------------------------

- fix: openapi on and off config flag (#1770) [Daniel Vaz Gaspar]
- fix: data not defined in azure oauth (#1769) [Dalton Pearson]
- fix: Handle authorize_access_token exception (#1766) [Michał Konarski]
- fix: Set role and confirm password while adding user mandatory (#1758) [Mayur]
- fix: required roles on user form not showing error msg (#1772) [Daniel Vaz Gaspar]
- fix: make servers be actual servers on swagger, full endpoint paths (#1773) [Daniel Vaz Gaspar]
- docs: adds missing config key FAB_OPENAPI_SERVERS (#1776)

Improvements and Bug fixes on 3.4.2
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion flask_appbuilder/__init__.py
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
__version__ = "3.4.2"
__version__ = "3.4.3"

from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
Expand Down

0 comments on commit 314c348

Please sign in to comment.