Skip to content

v5.0.0

Compare
Choose a tag to compare
@dropwhile dropwhile released this 13 Jan 22:11
· 32 commits to master since this release
  • Add Tag support: suffix-octothorpe, infix-comma, infix-semicolon (GH-53)
  • Remove previously deprecated NoopClient. Use a nil *Client Statter as a
    replacement, if needed. Ex:
    var client Client
    // A nil *Client has noop behavior, so this is safe.
    // It will become a small overhead (just a couple function calls) noop.
    err = client.Inc("stat1", 42, 1.0)