From 8934507cdc0029a598cf37cdb3818fd31af5e33c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 14 Oct 2021 12:22:19 -0700 Subject: [PATCH] Release 0.59 Refs #942, #1404, #1405, #1416, #1420, #1421, #1422, #1423, #1425, #1431, #1443, #1446, #1449, #1467, #1469, #1470, #1488 --- datasette/version.py | 2 +- docs/changelog.rst | 24 ++++++++---------------- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/datasette/version.py b/datasette/version.py index 87b18fabef..d78b2e9089 100644 --- a/datasette/version.py +++ b/datasette/version.py @@ -1,2 +1,2 @@ -__version__ = "0.59a2" +__version__ = "0.59" __version_info__ = tuple(__version__.split(".")) diff --git a/docs/changelog.rst b/docs/changelog.rst index 737a151b80..b2d95c49b3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,36 +4,28 @@ Changelog ========= -.. _v0_59a2: +.. _v0_59: -0.59a2 (2021-08-27) -------------------- +0.59 (2021-10-14) +----------------- - Columns can now have associated metadata descriptions in ``metadata.json``, see :ref:`metadata_column_descriptions`. (:issue:`942`) - New :ref:`register_commands() ` plugin hook allows plugins to register additional Datasette CLI commands, e.g. ``datasette mycommand file.db``. (:issue:`1449`) - Adding ``?_facet_size=max`` to a table page now shows the number of unique values in each facet. (:issue:`1423`) +- Upgraded dependency `httpx 0.20 `__ - the undocumented ``allow_redirects=`` parameter to :ref:`internals_datasette_client` is now ``follow_redirects=``, and defalts to ``False`` where it previously defaulted to ``True``. (:issue:`1488`) +- The ``--cors`` option now causes Datasette to return the ``Access-Control-Allow-Headers: Authorization`` header, in addition to ``Access-Control-Allow-Origin: *``. (`#1467 `__) - Code that figures out which named parameters a SQL query takes in order to display form fields for them is no longer confused by strings that contain colon characters. (:issue:`1421`) - Renamed ``--help-config`` option to ``--help-settings``. (:issue:`1431`) - ``datasette.databases`` property is now a documented API. (:issue:`1443`) -- Datasette base template now wraps everything other than the ``