Skip to content

Commit

Permalink
CHANGELOG: mention the move of host, port and socket_path to th…
Browse files Browse the repository at this point in the history
…e parent object.
  • Loading branch information
remeh committed Apr 21, 2023
1 parent 33fcb6c commit 64f35f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ statsd.flush(sync: true)
statsd.close()
```

5. `statsd.connection` should not be used anymore to get the `host`, the `port` and the `socket_path` of the statsd connection, they are now available directly in the `statsd` object.

### Commits

* [IMPROVEMENT] Use asynchronous IO to avoid doing IO in the hot paths of the library users [#151][] by [@kbogtob][]
Expand Down

0 comments on commit 64f35f1

Please sign in to comment.