Skip to content

2020.807

Compare
Choose a tag to compare
@aspriddell aspriddell released this 07 Aug 10:50
· 551 commits to master since this release
3f2c769

Important Changes

Due to potential overflow issues with the CustomHeader property, we've changed the backend it uses. This means most of the Dictionary functionality is now not available. To set a header now, please use the Headers property with an indexer (getting and setting the same way you would a normal dictionary) like Headers["key"] = "value";. To remove a header, set the value of it to null

Other changes

  • Cleaned up the serializers to dispose of streams and tasks used properly.
  • Refactored the Utils class to the Headers class