- [Fix](https://github.com/segmentio/analytics-python/pull/92): Correctly serialize date objects.
1.2.6
- dont add messages to the queue if send is false - drop py32 support
1.2.5
- Fix outdated python-dateutil<2 requirement for python2 - dateutil > 2.1 runs is python2 compatible - Fix a bug introduced in 1.2.4 where we could try to join a thread that was not yet started
1.2.4
- Fix race conditions in overflow and flush tests - Join daemon thread on interpreter exit to prevent value errors - Capitalize HISTORY.md (76) - Quick fix for Decimal to send as a float
1.2.3
- relaxing requests dep
1.2.2
- Fix environment markers definition - Use proper way for defining conditional dependencies