Fix test cases for compatibility with httpx 0.28.0.
0.7.0
* Removed the test client. You should use httpx instead of Flask-Testing when writing automatic tests. Flask-Testing is not maintained for more than 3 years, and is not compatible with Flask 3 now. * Revised to skip the tests when Flask-Login is not compatible with Werkzeug.
0.6.2
* Changed logging from STDERR to the Flask logger. * Test case updates: * Added missing documentation. * Changed properties from public to private. * Disabled logging.
0.6.1
* Revised the code for the upcoming Werkzeug 2.4.
0.6.0
* Updated the minimal Python version to 3.8. * Switched from setup.cfg to pyproject.toml. * Added the change log. * Simplified README.rst.
0.5.0
* Added the DIGEST_AUTH_REALM configuration variable as the recommended way to set the authentication realm. * Changed the default realm from an empty string to "Login Required".