You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[2.0.0] - 2019-06-04
Changes
Now using golang standard context.Context instead of groupcache.Context.
HTTP requests made by httpGetter now respect context.Context done.
Moved HTTPPool config Context and Transport to HTTPPoolOptions for consist configuration.
Now always populating the hotcache. A more complex algorithm is unnecessary
when the LRU cache will ensure the most used values remain in the cache. The
evict code ensures the hotcache does not overcrowd the maincache.
Changed import paths to /v2 in accordance with go modules rules
Fixed Issue where DefaultTransport was always used even if Transport was
specified by the user.