SteamRE/SteamKit (SteamKit2)
### [`v3.0.0-Beta.2`](https://togithub.com/SteamRE/SteamKit/releases/tag/3.0.0-Beta.2)
[Compare Source](https://togithub.com/SteamRE/SteamKit/compare/3.0.0-Beta.1...3.0.0-Beta.2)
- 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.Shared.Rent((int)chunk.UncompressedLength)`
- `DepotChunk` is now a static class that only contains a `Process` method.
Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
3.0.0-Beta.1
->3.0.0-Beta.2
Release Notes
SteamRE/SteamKit (SteamKit2)
### [`v3.0.0-Beta.2`](https://togithub.com/SteamRE/SteamKit/releases/tag/3.0.0-Beta.2) [Compare Source](https://togithub.com/SteamRE/SteamKit/compare/3.0.0-Beta.1...3.0.0-Beta.2) - 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 `ArrayPoolConfiguration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.