2023-07-27 12:32:03 +00:00
|
|
|
Next
|
|
|
|
----
|
|
|
|
- Removed debug-level logging of processing metric
|
2023-07-27 13:17:38 +00:00
|
|
|
- Stop testing Python 3.7
|
2023-07-27 12:32:03 +00:00
|
|
|
|
2021-07-20 21:38:59 +00:00
|
|
|
:tag:`1.0.0 <0.1.0...1.0.0>` (20-Jul-2021)
|
|
|
|
------------------------------------------
|
2021-07-18 14:10:41 +00:00
|
|
|
- Added ``Connector.timer`` method (addresses :issue:`8`)
|
2021-07-18 15:15:28 +00:00
|
|
|
- Implement ``Timer`` abstraction from python-statsd
|
2021-07-18 15:23:33 +00:00
|
|
|
- ``Connector.timing`` now accepts :class:`datetime.timedelta` instances in addition
|
|
|
|
to :class:`float` instances
|
2021-07-18 14:10:41 +00:00
|
|
|
|
2021-05-10 14:45:30 +00:00
|
|
|
:tag:`0.1.0 <0.0.1...0.1.0>` (10-May-2021)
|
|
|
|
------------------------------------------
|
2021-04-12 12:08:07 +00:00
|
|
|
- Added :envvar:`STATSD_ENABLED` environment variable to disable the Tornado integration
|
2021-04-24 13:15:50 +00:00
|
|
|
- Tornado application mixin automatically installs start/stop hooks if the application
|
|
|
|
quacks like a ``sprockets.http.app.Application``.
|
2021-05-09 19:48:18 +00:00
|
|
|
- Limit logging when disconnected from statsd
|
2021-04-08 15:50:29 +00:00
|
|
|
|
2021-04-12 12:08:07 +00: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
|