Skip to content

Releases: Treblle/treblle-net-core

2.0.6

11 Feb 12:14
2277f9b

Choose a tag to compare

This released introduces a new custom ingress endpoints that enables regional data isolation as well as improved latency optimizations.

2.0.5

03 Jan 19:48

Choose a tag to compare

Thix release includes an important fix for a uncommon scenario that might happen in some edge cases

2.0.4

12 Dec 09:20

Choose a tag to compare

This updated fixes problems related to request duplication when an exception happens

2.0.1

23 Aug 09:10

Choose a tag to compare

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

20 Aug 19:50

Choose a tag to compare

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