Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Tags: ostark/upper

Tags

1.9.2

1.9.2 Changelog

1.9.1

Changelog housekeeping

1.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #41 from timkelty/fix-template-usage

Fix template usage

1.8.0

Readme: install command

1.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

1.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
composer version bump 1.6.0

1.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.6 Changelog

1.5.1

Prevent purge after resave entries

2.0.0-beta1

beta1