dpgaspar opened a new pull request #7323: Bump FAB to 2.0.0
URL: https://github.com/apache/incubator-superset/pull/7323
 
 
   ### CATEGORY
   
   - [X] Bug Fix
   - [X] Enhancement (new features, refinement)
   
   Bump FAB to 2.0.0. Since 1.12.5 FAB brings the following relevant topics:
   
   - New `BaseApi` class to write custom JWT/cookie session protected REST 
resources, optional Swagger UI with spec from method docs written on YAML.
   - New `ModelRestApi` class similar to `ModelView` to create RESTful API 
model centric, with automatic OpenAPI spec generation.
   - Fixes Flask app factory pattern
   - New cli based on the "new" Flask cli. All FAB commands were migrated to 
``flask fab <command>``. Note that ``fabmanager`` is still supported, but will 
be removed in 2 minors
   
   ### ADDITIONAL INFORMATION
   - [X] Introduces new feature or API
   
   CHANGELOG from FAB since version 1.12.5:
   
   Improvements and Bug fixes on 2.0.0
   -----------------------------------
   
   - Fix, #951 M-M fields are always required, now they default to not required 
with optional required flag on col info dict
   - Fix, #885 list view ordering problem of related model with dotted 
notation, fixes #884
   - Fix, #946 Factory app pattern
   - (DEPRECATION) New, command line integrated with Flask cli, fabmanager is 
deprecated and will be removed on 1.16.X
   - New, config key, FAB_SECURITY_MANAGER_CLASS to declare custom 
SecurityManager classes.
   - New, sub command 'create-permissions' to create all permissions when 
update_perms is False.
   - New, config key, FAB_UPDATE_PERMS to flag FAB to update or not update 
permissions.
   - Fix, #955 Find permission view menu superset issue #1944
   - Fix, new version location, removed deprecated imp package from setup
   
   Improvements and Bug fixes on 1.13.0
   ------------------------------------
   
   - New, CRUD RESTful API and custom API

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to