Skip to content

v2.10.0

Latest
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 15 Mar 07:29
· 1 commit to main since this release
56544ae

Minor release changes

  • Add support for compiling on Android. #677, #678
  • Add new extensible CacheControlValue to replace the enum CacheControl.Value. #686
  • Add public error URLEncodedFormError for URLEncodedForm parser. #692

Patch release changes

  • Wait until inbound stream is closed before closing HTTP2 stream. Fixes issue where full response wasn't being written. This is still an issue for HTTP/1.1 though. #689
  • Fix decoding of empty arrays and dictionaries in URLEncodedFormDecoder. #692

Other changes

  • Use Task Locals to isolate metrics/tracing tests from each other. #679
  • Add CacheControl tests. #680 from @Cyberbeni