- Added Dockerfile for running tests against a real instance - Improved util functions
1.3.0
- Prepared app for Django 1.9 and Python 3.5 - Add INFLUXDB_SSL and INFLUXDB_SSL_VERIFY settings when creating InfluxDBClient - Added setting INFLUXDB_USE_CELERY - If celery can be imported and if the setting is set to True, `write_points` will be called as a delayed celery task
1.1.0
- Added setting INFLUXDB_POSTGRESQL_USE_LOCALHOST - Added mandatory setting INFLUXDB_TIMEOUT (seconds as integer) - Added setting INFLUXDB_USE_THREADING which defaults to False
1.0
- a major version is created when the software reached a milestone and is feature complete
1.0.0
- BREAKING CHANGES - Only supporting InfluxDB >= 0.9 now - New setting: INFLUXDB_TAGS_HOST (this tag will be added to all writes so that you can filter your data for different hosts.) - Removed settings for prefix and postfix - Removed all system related metrics because Telegraf does it better
0.3.2
- Added threading for write_points call - Added tracking of marketing campaigns via URL query parameter - Migrated model signals to custom user model