This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Releases: ostark/upper
Releases · ostark/upper
v1.9.2
v1.9.1
1.9.0: Merge pull request #41 from timkelty/fix-template-usage
- Fastly soft purge
- Fix template usage
v1.8.0
v1.7.0
adds uid_urlhash_idx on installation to support without this Postgres will complain that "ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification" with the following SQL, INSERT INTO "upper_cache" ("urlHash", "url", "tags", "headers", "siteId", "dateCreated", "dateUpdated", "uid") VALUES ($1, $2, ARRAY[]::varchar[], $3, $4, $5, $6, $7) ON CONFLICT ("uid", "urlHash") DO UPDATE SET "urlHash"=$8, "url"=$9, "tags"=ARRAY[]::varchar[], "headers"=$10, "siteId"=$11, "dateCreated"=$12, "dateUpdated"=$13, "uid"=$14
v1.6.0
v1.5.1
v1.5.0
- Added support for multiple varnish servers (@larsboldt)
- Fixed a bug when using
keyPrefix
v2.0.0-beta1
beta1
v1.4.2
- Backport schema change to initial migration (DB fallback), thanks @putyourlightson