----------- - Fixed a problem with error reporting when a plugin is not yet registered on the SPF
0.9.0
----------- - Released 0.9.0 with Sanic 19.12LTS compatibility - Minimum supported sanic version is 18.12LTS
0.9.0.b1
----------- - New minimum supported sanic version is 18.12LTS - Fixed bugs with Sanic 19.12LTS - Fixed registering plugin routes on blueprints - Tested more on blueprints - Added python3.7 tests to tox, and travis - Max supported sanic version for this release series is unknown for now.
0.8.2.post1
----------- - Explicitly set max Sanic version supported to 19.6.3 - This is the last SPF version to support Sanic v0.8.3
- (please update to 18.12 or greater if you are still on 0.8.3)
0.8.2
----- - Change all usages of "before_server_start" to "after_server_start"
- The logic is basically the same, and this ensures compatibility with external servers, like ASGI mode, and using gunicorn runner, etc.
0.8.1
----- - Plugin names in the config file are now case insensitive - Plugin names exported using entrypoints are now case insensitive