Releases: dpgaspar/Flask-AppBuilder
Releases · dpgaspar/Flask-AppBuilder
5.2.1
5.2.0
What's Changed
- feat: Add security model signals for User, Role, and Group CRUD operations by @dpgaspar in #2432
- ci: add py3.13 to the test matrix by @jnahmias in #2419
- feat: add API key authentication support by @aminghadersohi in #2431
New Contributors
- @aminghadersohi made their first contribution in #2431
Full Changelog: v5.1.0...v5.2.0
5.1.0
What's Changed
- fix: update user.changed_on when roles are modified by @Alok-kumar-priyadarshi in #2423
- feat: SAML Authentication by @dpgaspar in #2426
- release: 5.1.0 by @dpgaspar in #2428
New Contributors
- @Alok-kumar-priyadarshi made their first contribution in #2423
Full Changelog: v5.0.2...v5.1.0
5.0.2
What's Changed
- chore(username): Expand username length by @Antonio-RiveroMartnez in #2409
- fix(translations) : French PO has been fully reviewed and modified to correspond with the POT dated 21/01/2025 (Update messages.po) by @xavier-GitHub76 in #2371
- fix: check user is active with is_active by @dpgaspar in #2410
- fix: setup pkg filename by @dpgaspar in #2412
- fix: fix pkg name to comply with pypi by @dpgaspar in #2413
New Contributors
- @Antonio-RiveroMartnez made their first contribution in #2409
- @xavier-GitHub76 made their first contribution in #2371
Full Changelog: v5.0.1...v5.0.2
5.0.1
What's Changed
- docs: improve 5.0.0 version migration by @dpgaspar in #2392
- chore: apply APPLICATION_ROOT to swagger URL by @eschutho in #2394
- fix(ci): move ldap to bitnami legacy by @dpgaspar in #2402
- feat: support JSON columns by @betodealmeida in #2383
- fix: Import RequestLimit from public namespace by @alisaifee in #2398
- release: 5.0.1 by @dpgaspar in #2404
New Contributors
- @eschutho made their first contribution in #2394
- @alisaifee made their first contribution in #2398
Full Changelog: v5.0.0...v5.0.1
5.0.0
What's Changed
- fix: openapi list permissions return type by @jafournier in #2388
- chore: support sqlalchemy 2.x and flask-sqlalchemy 3 (breaking) by @dpgaspar in #2241
- fix: Add missing items types get_list_schema by @kgabryje in #2389
- chore: remove mongodb and openid support (v2) by @dpgaspar in #2390
- release: 5.0.0 by @dpgaspar in #2391
New Contributors
- @jafournier made their first contribution in #2388
- @kgabryje made their first contribution in #2389
Full Changelog: v4.8.1...v5.0.0
This release contains breaking changes, please read:
https://flask-appbuilder.readthedocs.io/en/latest/versionmigration.html#migrating-to-5-0-0
and:
#2241
4.8.1
What's Changed
- fix: correct is_pk_composite return by @klagerquist1 in #2378
- fix: don't register reset my password when not on AUTH_DB by @dpgaspar in #2384
- release: 4.8.1 by @dpgaspar in #2386
New Contributors
- @klagerquist1 made their first contribution in #2378
Full Changelog: v4.8.0...v4.8.1
4.8.0
What's Changed
- feat: Support the select_columns arg on the Get Item method by @Vitor-Avila in #2372
New Contributors
- @Vitor-Avila made their first contribution in #2372
Full Changelog: v4.7.0...v4.8.0
4.7.0
What's Changed
- feat(GroupAPI): Add GroupAPI to FAB by @EnxDev in #2339
- feat(Filters): Add support for IN and NOT IN filter operators by @EnxDev in #2354
- fix: order by using mssql database by @ThomasP0815 in #2356
- fix: group api, OAS and payload by @dpgaspar in #2358
Full Changelog: v4.6.4...v4.7.0
4.6.4
What's Changed
- fix(UserApi): Fixed pre_update issue by @alexandrusoare in #2347
New Contributors
- @alexandrusoare made their first contribution in #2347
Full Changelog: v4.6.3...v4.6.4