Releases: simonw/datasette-hashed-urls
Releases · simonw/datasette-hashed-urls
0.4
- 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
0.3
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 themax_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