- Improved sample testing to use a larger sample size for fewer false failures.
- Switched to always emitting RFC3339 timestamps, and no longer allow timestamp to be passed in as an argument in metlog client API.
0.9.10
=================== - changed the _config attribute to be a flat json string for simpler debugging in production systems
0.9.9
==================
- Added a _config attribute on the client instance so you can inspect the actual configuration that is in play.
0.9.8
==================
- MetlogClient now accepts single string values for the `disabled_timers` argument. - Fixed bug where timer wouldn't be disabled if the function name didn't match the timer name. - Added better error handling for invalid unicode. Unserializable messages will now get routed to stderr - A new metlog benchmark command line utility (mb) is now included
0.9.7
==================
- Fixed a bug where `client_from_dict_config` would mutate the input configuration causing subsequent use of the configuration to fail.
0.9.6
==================
- Couple of bug fixed in decorator base class. - Added support for UdpSender to have multiple listener hosts.