Skip to content

v1.3.1

Latest
Compare
Choose a tag to compare
@CypherPotato CypherPotato released this 12 Dec 02:38
· 6 commits to main since this release

v.1.3.1

  • Breaking: removed the HttpServerConfiguration.DefaultEncoding property. #0c7e36~0f4, at 68
  • Added experimental support for IAsyncEnumerable<T> responses. Can be disabled by disabling the new HttpServerFlags.ConvertIAsyncEnumerableIntoEnumerable flag.
  • Added more constructors for HttpHeaderCollection class. #93f8ad~294, from 30 to 59
  • Added more constructors for StringKeyStore class. #93f8ad~efb, at 51
  • Added more constructors for Router class. #0c7e36~42b, at 93
  • Added the StringKeyStore.AddRange method. #93f8ad~efb, at 292
  • The Multipart object reader now decodes the request payload using the request encoding instead UTF-8. [#93f8ad~294](#93f8ad~294, from 30 to 59)
  • Added the HttpContext.IsRequestContext property. #710492~3a5, at 36
  • Added the HttpRequest.Abort method (again). #710492~89d, at 516
  • Sisk now uses StringComparer.Ordinal in most places which doens't requires invariant comparisons.
  • Other minor changes and improvements.

Sisk.SslProxy

  • Newly trusted certificates are now inserted in the user key store, not the machine key store. #bd9de4~391, from 106 to 107
  • Fixed an issue where the DNS resolver could resolve to an IPv6 address in an deactivated network system. #2e29d1