2021-07-18 10:10:41 -04:00
|
|
|
Next release
|
|
|
|
------------
|
|
|
|
- Added ``Connector.timer`` method (addresses :issue:`8`)
|
2021-07-18 11:15:28 -04:00
|
|
|
- Implement ``Timer`` abstraction from python-statsd
|
2021-07-18 10:10:41 -04:00
|
|
|
|
2021-05-10 10:45:30 -04:00
|
|
|
:tag:`0.1.0 <0.0.1...0.1.0>` (10-May-2021)
|
|
|
|
------------------------------------------
|
2021-04-12 08:08:07 -04:00
|
|
|
- Added :envvar:`STATSD_ENABLED` environment variable to disable the Tornado integration
|
2021-04-24 09:15:50 -04:00
|
|
|
- Tornado application mixin automatically installs start/stop hooks if the application
|
|
|
|
quacks like a ``sprockets.http.app.Application``.
|
2021-05-09 15:48:18 -04:00
|
|
|
- Limit logging when disconnected from statsd
|
2021-04-08 11:50:29 -04:00
|
|
|
|
2021-04-12 08:08:07 -04:00
|
|
|
:tag:`0.0.1 <832f8af7...0.0.1>` (08-Apr-2021)
|
|
|
|
---------------------------------------------
|
|
|
|
- Simple support for sending counters & timers to statsd over a TCP or UDP socket
|