Skip to content

Releases: dpgaspar/Flask-AppBuilder

3.4.5

15 Mar 21:43
d341788
Compare
Choose a tag to compare

Patch release 3.4.5

  • test: Add test for export-roles --indent's argument “duck casting” to int (#1811) [Étienne Boisseau-Sierra]
  • fix: next url on login (OAuth, OID, DB) (#1804) [Daniel Vaz Gaspar]
  • docs: Update doc i18 to flask_babel (#1792) [Federico Padua]
  • feat(cli): allow export-roles to be beautified (#1724) [Étienne Boisseau-Sierra]

3.4.4

28 Jan 19:32
3a6b45b
Compare
Choose a tag to compare

Patch release 3.4.4

  • fix: Support SQLAlchemy 1.4.X (#1786) [Daniel Vaz Gaspar]
  • feat: allow multiple values for the same filter (#1737) [Will Rogers]
  • fix: Only update user.last_login on successful authentication (#1775) [blag]
  • chore: update jsonschema pip package (#1782) [Hugh A. Miles II]

3.4.3

28 Jan 13:06
314c348
Compare
Choose a tag to compare

Patch release 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)

3.4.2

05 Jan 16:01
fc93179
Compare
Choose a tag to compare

Patch release 3.4.2

  • chore: Use assertEqual instead of assertEquals for Python 3.11 compatibility (#1763) [Karthikeyan Singaravelan]
  • chore: improve code quality and balance (#1761) [Daniel Vaz Gaspar]

3.4.1

13 Dec 09:35
d348ed8
Compare
Choose a tag to compare

Patch release 3.4.1

  • feat: Adding role_keys into Azure OAuth (#1744) [Michael Yee]
  • docs: Fix small documentation issues (#1755) [Dosenpfand]
  • fix: 1154 Add LOGOUT_REDIRECT_URL setting (#1749) [blag]
  • fix: optional unauthorized status codes (#1753) [Daniel Vaz Gaspar]
  • docs: Fix indentation of function content (#1752) [akettmann-e24]
  • fix: optionally return HTTP 403 instead of 401 when unauthorized (#1748) [Daniel Vaz Gaspar]
  • chore: Redirect to prev url on login (#1747) [Geido]
  • docs: add aws cognito setup code examples (#1746) [Pin Jin]
  • fix: Added sr-only class to icon only links (#1727) [Thomas Stivers]
  • chore: [Deprecation] Use Markup instead of HTMLString (#1729) [Andrey Polegoshko]

3.4.0

10 Nov 12:14
0747f7d
Compare
Choose a tag to compare

Minor release 3.4.0

  • chore: pin down WTForms (#1735) [Daniel Vaz Gaspar]
  • fix: ModuleNotFoundError from wtforms 3.0.0 (#1733) [Ke Zhu]
  • fix: add .env for docker-compose (#1728) [Daniel Vaz Gaspar]
  • fix: OAuth login flow (#1707) [Daniel Vaz Gaspar]

3.3.4

14 Oct 08:06
4f7ca85
Compare
Choose a tag to compare

Patch release 3.3.4

  • chore: improve tests more coverage (#1713) [Daniel Vaz Gaspar]
  • docs: fix requirements funcparserlib (#1703) [Daniel Vaz Gaspar]
  • chore: improve schema validation (#1712) [Daniel Vaz Gaspar]
  • chore: bump dependencies (#1697) [Daniel Vaz Gaspar]
  • docs: fix requirements (#1702) [Daniel Vaz Gaspar]
  • docs: fix issue 1700 (#1701) [Federico Padua]

3.3.3

14 Sep 13:30
3d351c9
Compare
Choose a tag to compare

Patch release 3.3.3

  • fix: related filters with bogus data (#1695) [Daniel Vaz Gaspar]
  • chore: Bump flask-openid to 1.3.0 (#1693) [Daniel Vaz Gaspar]
  • chore: bump JQuery to 3.6.0 (#1688) [Daniel Vaz Gaspar]
  • chore: bump prison version (#1689) [Beto Dealmeida]
  • feat: password complexity option on DB Auth (#1687) [Daniel Vaz Gaspar]
  • fix: check if there is an email field in userinfo (#1663) [Yoshitaka Sakurai]

3.3.2

27 Jul 11:44
f0608fb
Compare
Choose a tag to compare

Patch release 3.3.2

  • fix: improve next URL on OAuth (#1668) [Daniel Vaz Gaspar]
  • chore: Bump click to 8.0.1 (#1665) [Hugh A. Miles II]
  • feat(cli): Add import/export of roles with permissions (#1662) [krsnik93]

3.3.0

10 May 18:00
95947e8
Compare
Choose a tag to compare

Minor release: 3.3.0

  • fix: auth balance (#1634) [Daniel Gaspar]
  • feat: Support for conditional menu item rendering (#1631) [Ben Reinhart]
  • docs: fix number of languages in i18n.rst (#1630) [Aleksandr Gordienko]
  • feat: Add support for before_request hooks (#1629) [Ben Reinhart]
  • docs: Typos and small changes in docs/templates.rst (#1625) [Federico Padua]