Skip to content

Commit

Permalink
Release 0.59.3
Browse files Browse the repository at this point in the history
Refs #448, #838, #1519
  • Loading branch information
simonw committed Nov 20, 2021
1 parent d8c79b1 commit 48f1199
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datasette/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.59.2"
__version__ = "0.59.3"
__version_info__ = tuple(__version__.split("."))
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 48f1199

Please sign in to comment.