0.5.3
Bugfixes
- [ElasticSearch] use ElasticSearch serializer so that the serialization works with dates, decimals and UUIDs #131
- [Django] use an integer value for
AGENT_PORTbecause Django recast strings as unicode strings, which invalidate the input forgetaddrinfo()in Python 2.7 #140 - [Tracer] downgrade high throughput log messages to debug so that it doesn't flood users logs #143
Compatibility
- don't check if
django.contrib.authis installed through thedjango.appsmodule. This improves the best-effort support forDjango < 1.7#136
Read the full changeset