Skip to content

Releases: simonw/datasette-hashed-urls

0.4

24 Mar 20:52
2f9f026
Compare
Choose a tag to compare
  • If run with Datasette's --crossdb option to enable cross-database queries the /_memory database now gains a hash that is the combined hash of all of the attached immutable databases. Example query. #15

0.3.1

24 Mar 03:23
Compare
Choose a tag to compare
  • Fixed a bug where the necessary CORS headers were not included with the redirects. #14

0.3

23 Mar 20:42
Compare
Choose a tag to compare
0.3

0.2

16 Mar 04:35
Compare
Choose a tag to compare
0.2
  • The URL for a cached database file is now /fixtures-aa7318b - previously it used an underscore. This ensures compatibility with existing installations that had used Datasette's now deprecated hashed URL mode. #3
  • The max-age in the cache header can nowbe configured using the max_age plugin configuration setting. #6
  • Cache header is now cache-control: max-age=31536000, public - which has been tested with the cache provided by Vercel. #4

0.1a0

15 Mar 22:46
60a931e
Compare
Choose a tag to compare
0.1a0 Pre-release
Pre-release
  • Initial alpha release. #1