0.63.1
- Fixed a bug where Datasette's table filter form would not redirect correctly when run behind a proxy using the base_url setting. (#1883)
- SQL query is now shown wrapped in a
<textarea>
if a query exceeds a time limit. (#1876) - Fixed an intermittent "Too many open files" error while running the test suite. (#1843)
- New db.close() internal method.