Skip to content

0.5.3

Choose a tag to compare

@palazzem palazzem released this 23 Dec 08:50
· 10981 commits to main since this release

Bugfixes

  • [ElasticSearch] use ElasticSearch serializer so that the serialization works with dates, decimals and UUIDs #131
  • [Django] use an integer value for AGENT_PORT because Django recast strings as unicode strings, which invalidate the input for getaddrinfo() 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.auth is installed through the django.apps module. This improves the best-effort support for Django < 1.7 #136

Read the full changeset