Refs #448, #838, #1519
link-rel-alternate-header 0.59.3
Simon Willison 2021-11-20 15:40:21 -08:00
rodzic d8c79b1340
commit 48f11998b7
2 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -1,2 +1,2 @@
__version__ = "0.59.2"
__version__ = "0.59.3"
__version_info__ = tuple(__version__.split("."))

Wyświetl plik

@ -4,6 +4,15 @@
Changelog
=========
.. _v0_59_3:
0.59.3 (2021-11-20)
-------------------
- Fixed numerous bugs when running Datasette :ref:`behind a proxy <deploying_proxy>` with a prefix URL path using the :ref:`setting_base_url` setting. A live demo of this mode is now available at `datasette-apache-proxy-demo.datasette.io/prefix/ <https://datasette-apache-proxy-demo.datasette.io/prefix/>`__. (:issue:`1519`, :issue:`838`)
- ``?column__arraycontains=`` and ``?column__arraynotcontains=`` table parameters now also work against SQL views. (:issue:`448`)
- ``?_facet_array=column`` no longer returns incorrect counts if columns contain the same value more than once.
.. _v0_59_2:
0.59.2 (2021-11-13)