- Adding fixes for handling invalid json types
- Fixing byte/bytearray handling
- Adding
logging.DEBUGfix forsetLevel - Support HTTP keep-alive using a Session connection pool
- Suppport universal wheels
- adding .sentAt
- make it really testable
- fixing overflow test
- removing .io's
- Update README.md
- spacing
- adding top level send option
- fixing debug logging levels
- fixing unicode handling, for write_key and events
- adding six to requirements.txt and install scripts
- updating to spec 1.0
- adding python3 support
- moving to analytics.write_key API
- moving consumer to a separate thread
- adding request retries
- making analytics.flush() syncrhonous
- adding full travis tests
- add < python 2.7 compatibility by removing
delta.total_seconds
- added datetime serialization fix (alexlouden)
- Added history.d change log
- Merging segmentio#14 to add support for lists and PEP8 fixes. Thanks https://github.com/dfee!
- Fixing #12, adding static public API to analytics.init