Releases: Treblle/treblle-net-core
Releases · Treblle/treblle-net-core
2.0.6
2.0.5
2.0.4
2.0.1
Networking na perfomance improvments:
- Added local endpoint load balancing
- Improved HTTPClient configuration for faster networking
- Added compile-time serialization code generation for better performance
- Bumped Bounded channel limit to 3000
- Added caching for common paylod properties
- Added GZIP Support for larget payloads
- Replaced the anonymous type used in large response bodies with a Dictionary to avoid the serialization exception that was being thrown
- Fixed a code snippet in docs for custom masking in Program.cs
- Ensured exceptions now return status code 500 instead of incorrectly returning 200, so the platform receives the proper error status.
2.0.0
Version 2 represents a major upgrade over Version 1 of the SDK. It brings a lot of new functionality and support for more frameworks but above all it dramatically improves performance. Version 2 is up to 80% faster when it comes to processing time and networking, it uses up to 70% less memory when processing requests and masking data.
- Dramatically improved networking performance
- Dramatically improved memory usage and consumption
- Dramatically improved masking performance
- Added Debug mode
- Added ability to exclude paths
- Support for new minimal setup
- Extended support for .NET 6 and beyond
- Improved Readme with more examples