Skip to content

Tags: cirruslabs/chacha

Tags

v0.16.1

localnetworkhelper: make CommandName available to all platforms

v0.16.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make localnetworkhelper package compileable on all platforms (#36)

v0.15.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Periodically perform cluster health checks (#35)

And publish them as "org.cirruslabs.chacha.cluster.health" metric.

v0.14.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use different logging levels depending on the resulting status code (#34

)

* Use different logging levels depending on the resulting status code

And also document "direct-connect-header" option.

* Log upstream response using %+v instead of just %v

v0.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make direct connect header optional (#32)

v0.12.0

Do not use request.URL instead of directConnectURL

v0.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use metric.WithExplicitBucketBoundaries() (#30)

v0.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Unlock localnetworkhelper and obey ctx in PrivilegedDialContext() (#25)

v0.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "localnetworkhelper: support context.Context and avoid using s…

…ync.Mutex (#21)" (#24)

v0.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
localnetworkhelper: ensure permissions on a socket allow incoming con…

…ns. (#22)

* localnetworkhelper: ensure permissions on a socket allow incoming conns.

* Better errors when chmod(2) fails