Skip to content

Tags: replicate/pget

Tags

v0.11.1

Toggle v0.11.1's commit message

Verified

This tag was signed with the committer’s verified signature.
meatballhat-cf Daniel Buch
Tagging v0.11.1

v0.11.0

Toggle v0.11.0's commit message

Verified

This tag was signed with the committer’s verified signature.
meatballhat Dan Buch
Tagging v0.11.0

v0.10.10

Toggle v0.10.10's commit message
Tagging v0.10.10

v0.10.9

Toggle v0.10.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add authorization header (#271)

Add authorization header support to pget. This follows the HTTP convention and drops authorization headers on redirect.

v0.10.8

Toggle v0.10.8's commit message

Verified

This tag was signed with the committer’s verified signature.
nevillelyh Neville Li

v0.10.7

Toggle v0.10.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Retain query parameters on redirect (#269)

We need to retain query parameters when we redirect to upstream

v0.10.6

Toggle v0.10.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Always rewrite prefix when flag specified (#268)

Always rewrite the cache prefix for pget rather than checking the hostname matches a specified prefix when a specific option PGET_FORCE_CACHE_PREFIX_REWRITE is provided.

v0.10.5

Toggle v0.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make calls to metrics synchronous (#267)

Metrics are not getting sent in some cases because the metrics don't have enough time to get sent before the program exits. There wasn't enough of a reason for it to be in a WaitGroup since it doesn't really wait for anything, so might as well just send the metrics synchronously.

v0.10.4

Toggle v0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add throughput to metrics (#266)

Add throughput and error to metrics

v0.10.3

Toggle v0.10.3's commit message

Verified

This tag was signed with the committer’s verified signature.
nevillelyh Neville Li