- BUGFIX Add workaround for secure mode in python 3 as the original code for python 2 is non-functional [#18]
- BUGFIX Bugfix in new logging code to avoid warnings when using a logger without a handler [#15]
- Make logging configurable and silence it by default [#14]
- BUGFIX: Preserve timezone information when sending a time with a metric [#11]
- make handshake version string match pattern of other 1st-party agents [#12]
- Fix time defaulting to agent initialize instead of call time
- Send correct agent version in hello
- Fix reference to old package name in version lookup which would cause the agent to error on initialization
- Use bare socket when testing connection to prevent blocking behavior on an SSL wrapped socket
- No significant code changes
- better connection error handling
- exception handling for all public functions
- BREAKING CHANGE - rename from instrumental to instrumental_agent to avoid naming conflict
- Initial version