Releases: dpgaspar/Flask-AppBuilder
Releases · dpgaspar/Flask-AppBuilder
4.3.6
4.3.5
Patch release 4.3.5
- fix: release tests exclusion (#2093) [Daniel Vaz Gaspar]
- fix: make deletion in quicktemplates example work again (#2088) [Fabian Halkivaha]
- fix: MVC form action, broken reset my password (#2091) [Daniel Vaz Gaspar]
- chore: dont add 'tests' package to wheel (#2087) [cwegener]
- chore(deps): bump pygments from 2.13.0 to 2.15.0 (#2089) [dependabot[bot]]
4.3.4
Patch release 4.3.4
- fix: select filters spacing, theme and operation select (#2079) [Daniel Vaz Gaspar]
- refactor: Refactored logging functions to consistently use lazy interpolation (#2071) [Bruce]
- feat: add optional flask-talisman and use csp nonce on scripts (#2075) [Daniel Vaz Gaspar]
- chore: improve tests and test data load (#2072) [Daniel Vaz Gaspar]
4.3.3
Patch release 4.3.3
- fix: marshmallow enum by value keep compatibility (#2067) [Daniel Vaz Gaspar]
- fix: marshmallow new min version to 3.18 (#2066) [Daniel Vaz Gaspar]
- fix: select2-ajax-widget (#2052) [Nadir Can Kavkas]
- chore: remove marshmallow-enum dependency (#2064) [Daniel Vaz Gaspar]
- fix: Double escaping for next param in login with oauth (#2053) [Aleksandr Musorin]
- chore: remove RemovedInMarshmallow4 warnings (#2024) [Sebastian Liebscher]
- docs: Update docs/security.rst with Windows LDAP working Example (#2026) [verschlimmbesserer]
- fix(translations): better translation of the pt_BR language (#2061) [Lucas Gonzalez de Queiroz]
- fix: broken link to config.py template (#2056) [Alex Gordienko]
- fix: user registration menu name (#2051) [Daniel Vaz Gaspar]
4.3.2
Patch release 4.3.2
- fix: CRUD MVC log message (#2045) [Daniel Vaz Gaspar]
- fix: deprecated method for getting value on select2 (#2039) [Viacheslav]
- chore: bump Flask and werkzeug (#2034) [Daniel Vaz Gaspar]
- ci: improve codeql configuration (#2032) [Daniel Vaz Gaspar]
- ci: add codeQL analysis (#2031) [Daniel Vaz Gaspar]
- fix: cli create app ask for initial secret key (#2029) [Daniel Vaz Gaspar]
- fix: using base_filters with FilterEqualFunction not working for relation fields (#2011) [ThomasP0815]
- ci: bump ubuntu version, remove mockldap (#2013) [Daniel Vaz Gaspar]
4.3.1
4.3.0
Minor release 4.3.0
- fix: disable rate limit by default (#1999) [Daniel Vaz Gaspar]
- fix: auth rate limit docs and default rate (#1997) [Daniel Vaz Gaspar]
- feat: Add rate limiter (#1976) [bolkedebruin]
- docs: Updated LDAP Documentation (#1988) [Alissa Gerhard]
- fix: Save next URL on failed login attempt (#1936) [Dosenpfand]
- fix: select2 theme use bootstrap (#1995) [Daniel Vaz Gaspar]
- fix: CI broken by pyodbc vs unixodbc (#1996) [Daniel Vaz Gaspar]
4.2.1
Patch release 4.2.1
- ci: fix pyodbc install failure (#1992) [Daniel Vaz Gaspar]
- fix: Remove unused parameter from QuerySelectMultipleField instantiation (#1991) [Dosenpfand]
- fix: Make sure user input is not treated as safe in the oauth view (#1978) [Glenn Schuurman]
- fix: don't use root logger on safe decorator (#1990) [Igor Khrol]
- chore: upgrade Font Awesome to version 6 (#1979) [Daniel Vaz Gaspar]
4.2.0
Minor release 4.1.6
- feat: add opt-in outer default load option to model REST API (#1971) [Daniel Vaz Gaspar]
- chore: Add more type annotation to REST API module (#1969) [Daniel Vaz Gaspar]
- fix: upgrade Select2 to 4.0.13 (#1968) [Nicola Gramola]
- fix: REST API one-to-one relationship (#1965) [Daniel Vaz Gaspar]
- fix(api): _info HTTP 500 when exists a defined invalid search field (#1963) [Daniel Vaz Gaspar]
- chore: Use implicit default loading rather than explicit joined eager loading (#1961) [John Bodley]
- chore: Increase upper-bound on apispec (#1903) [Tomáš Drtina]
- fix: replace deprecated attachment_filename (#1956) [Steve Embling]