Skip to content

Releases: Treblle/treblle-python

2.0.6

10 Sep 18:38

Choose a tag to compare

This release adds support for form-data and URL-encoded APIs alongside JSON-based. Besides that to cleanup requests and data capturing we've added default filtering that removes common web files like images, sitemaps and similar.

Version 2

13 Aug 13:54

Choose a tag to compare

Version 2 of the Treblle SDKs bring a lot of new features but even more importantly dramatic improvements to the perfomrance and quality of the SDK. In our testing the new SDK is up to 80% more efficent in memory consumption, it is up to 90% faster in networking and up to 70% less impact on API performance. Amongst other things the new SDK comes with:

  • Improved data masking across request/response headers as well as request/response data
  • Debug mode to help you understand any configuration problems with the Treblle SDK
  • Option to exclude specific routes with wildcard support
  • Support for Django 5
  • More accurate load time and payload size calculations
  • More accurate detection of API endpoints