Bump FAB to 2.1.4#7478
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7478 +/- ##
==========================================
- Coverage 65.42% 65.26% -0.16%
==========================================
Files 435 435
Lines 21325 21485 +160
Branches 2347 2379 +32
==========================================
+ Hits 13951 14023 +72
- Misses 7258 7342 +84
- Partials 116 120 +4
Continue to review full report at Codecov.
|
|
This is great, having all these improvements in the next release would be massive! |
|
@elukey these features are in the new |
|
@mistercrunch thanks a lot for working on this. I don't have a ton of context about the migration towards 2.x for FAB, I am mainly interested in a fix (https://github.com/dpgaspar/Flask-AppBuilder/pull/966/commits) for a recurrent issue that I have in my superset environment. Instead of simply bumping fab to 2.x by myself and rebuild I preferred to wait since IIUC the migration is not as simple as changing the version in requirements.txt :) |
* Bump FAB to 2.1.0 * Bump FAB to 2.1.1 * Bump FAB to 2.1.2 * Test revert to 2.1.1 * again to 2.1.2 * Bump FAB to 2.1.4
CATEGORY
Choose one
SUMMARY
FAB to 2.1.X brings the following relevant topics:
ADDITIONAL INFORMATION
CHANGELOG from FAB since version 2.0.0:
Fix, #1027 API dotted notation joins to same table
Fix, #1012 API default resource name must be lower case
Fix, #1013 Use csrf exempt by default when CSRFProtect is registered has a Flask extension
Fix, #1007 API Support for property decorated functions has models fields
Fix, #1002 Permission mapping
New, #1010 Support for UUID sqlalchemy fields has string fields on WTForms
Fix, Index view override on class instantiation is discarded
Fix, #993 App factory pattern, AppBuilder object can be fully configured using config keys
Fix, #994 If builtin role don't check db also, higher permission on DB would allow access
Fix, #991 Make Admin builtin optional, only if declared on config
New, #977 flask-sqlalchemy bump to 2.4.0 (new config options)
New, #986 Builtin roles using regex, Admin role is now one of these
New, #969 Override class and method permission names and procedure to converge/migrate
Fix, #985 Deprecation warning EOL version was wrong
New, #976 pRison version bump
Fix, #966 Change the default email value for auth_remote_user in security manager