Releases: dpgaspar/Flask-AppBuilder
Releases · dpgaspar/Flask-AppBuilder
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
4.6.3
v4.6.2
What's Changed
- fix: next url validation by @dpgaspar in #2334
- feat: Make password hashing parameters configurable by @denis-ismailaj in #2332
- fix: changes SAFE_REDIRECT_HOSTS to FAB_SAFE_REDIRECT_HOSTS by @dpgaspar in #2335
New Contributors
- @denis-ismailaj made their first contribution in #2332
Full Changelog: v4.6.1...v4.6.2
4.6.1
What's Changed
- fix: Ensure sub is a string when generating JWT tokens by @withnale in #2321
- feat(RoleApi): Add role/:id/users endpoint by @EnxDev in #2319
- fix: openAPI spec for security update role users by @dpgaspar in #2326
- fix: improve API for role users update by @dpgaspar in #2328
New Contributors
Full Changelog: v4.6.0...v4.6.1