.. _changelog: ========= Changelog ========= .. _v0_63_3: 0.63.3 (2022-12-17) ------------------- - Fixed a bug where ``datasette --root``, when running in Docker, would only output the URL to sign in as root when the server shut down, not when it started up. (:issue:`1958`) - You no longer need to ensure ``await datasette.invoke_startup()`` has been called in order for Datasette to start correctly serving requests - this is now handled automatically the first time the server receives a request. This fixes a bug experienced when Datasette is served directly by an ASGI application server such as Uvicorn or Gunicorn. It also fixes a bug with the `datasette-gunicorn `__ plugin. (:issue:`1955`) .. _v0_63_2: 0.63.2 (2022-11-18) ------------------- - Fixed a bug in ``datasette publish heroku`` where deployments failed due to an older version of Python being requested. (:issue:`1905`) - New ``datasette publish heroku --generate-dir `` option for generating a Heroku deployment directory without deploying it. .. _v0_63_1: 0.63.1 (2022-11-10) ------------------- - Fixed a bug where Datasette's table filter form would not redirect correctly when run behind a proxy using the :ref:`base_url ` setting. (:issue:`1883`) - SQL query is now shown wrapped in a ``