2.1.0
In this release, we focused on refining content deserialization handling and enhancing documentation clarity. Check out what’s new:
- Introduced lazy caching in the
HttpContentDeserializerCollection
class to optimize performance and resource utilization. - Modified the FlyweightCache class by replacing its indexer with a method because, unlike an indexer, a method can be used as a delegate.
- Updated the minimum required version of the
System.Text.Json
library in theKampute.HttpClient.Json
package from 8.0.2 to 8.0.3, to ensure utilization of a bug-free library. - Enhanced various parts of our documentation to provide clearer and more detailed information.
Thank you for your ongoing support and look forward to your feedback on these enhancements!