Skip to content

3.0.0-Beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@xPaw xPaw released this 25 Aug 14:34
· 57 commits to master since this release
  • Added cdnAuthToken parameter to CDN.Client method for country specific servers that still require it.
  • Insert websocket servers first so that they are preferred.
  • More memory allocation optimizations.

BREAKING CHANGES

  • CDN.Client.DownloadDepotChunkAsync now requires a mandatory destination buffer.
    • Returns the number of written bytes to the destination.
    • You can rent a buffer like ArrayPool<byte>.Shared.Rent((int)chunk.UncompressedLength)
    • DepotChunk is now a static class that only contains a Process method.