You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+12
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@
4
4
Changelog
5
5
=========
6
6
7
+
.. _v1_0_a18:
8
+
9
+
1.0a18 (2025-04-16)
10
+
-------------------
11
+
12
+
- Fix for incorrect foreign key references in the internal database schema. (:issue:`2466`)
13
+
- The ``prepare_connection()`` hook no longer runs for the internal database. (:issue:`2468`)
14
+
- Fixed bug where ``link:`` HTTP headers used invalid syntax. (:issue:`2470`)
15
+
- No longer tested against Python 3.8. Now tests against Python 3.13.
16
+
- FTS tables are now hidden by default if they correspond to a content table. (:issue:`2477`)
17
+
- Fixed bug with foreign key links to rows in databases with filenames containing a special character. Thanks, `Jack Stratton <https://github.com/phroa>`__. (`#2476 <https://github.com/simonw/datasette/pull/2476>`__)
0 commit comments