We are excited to announce the Leviticus release of Flask-Tenants! This version restructures the middleware into an easily implementable class and fixes a caching issue that rendered the usage of the module impossible.
Bug Fixes: Fixed issue 24 Fixed issue 28
0.4.7
Bug fixes: - Fixed an issue where the middleware did not check for the existence of a schema before attempting to create, update, or delete it.
0.4.6
Bug fixes:
- Fixed the module not exporting the custom exceptions.
0.4.5
Feature enhancements: - Added in custom exception handlers for clarity during development and implementation.
Bug fixes: - Removed HTML responses from Tenant existence and deactivation checks in the middleware.
0.4.4
Bug fixes: - Fixed caching issue where tenant-specific actions would default to the last cached tenant.
0.4.3
Version 0.4.3 reworks the POC into a working module. This should be considered ready for proper integration and testing. Bugs will certainly exist in this release. Please submit issues as they are identified and we will work to patch them in a timely manner.