Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Oct 13, 2024
1 parent 8e7283a commit ed80c74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SteamKit2/SteamKit2/SteamKit2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<SignAssembly>true</SignAssembly>
<Description>.NET library that aims to interoperate with the Steam network.</Description>
<PackageReleaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.0-Beta.3</PackageReleaseNotes>
<PackageReleaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/3.0.0-Beta.4</PackageReleaseNotes>
<PackageIcon>steamkit_logo_128.png</PackageIcon>
<PackageProjectUrl>https://github.com/SteamRE/SteamKit</PackageProjectUrl>
<PackageReadmeFile>description.md</PackageReadmeFile>
Expand Down
5 changes: 5 additions & 0 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ v 3.0.0 July 18 2024
* Added `DepotManifest.Serialize`.
* Added `SteamClient.WaitForCallbackAsync` and `CallbackManager.RunWaitCallbackAsync`.
* Added `cdnAuthToken` parameter to `CDN.Client` method for country specific servers that still require it.
* Added `SteamAuthTicket` handler.
* Added `WebAPI.AsyncInterface.CallAsync` overload that does not require specifying `HttpMethod.Get`.
* Added WebSocket as a default enabled protocol, switched to using GetCMListForConnect API.
* Added support for parsing binary keyvalues that have an alternate end byte.
* Updated Steam enums and protobufs.
* Various performance and memory optimizations.
* Linux machines will now fetch MAC address for the machine id.

BREAKING CHANGES
* SteamKit now targets .NET 8.
Expand All @@ -24,6 +28,7 @@ BREAKING CHANGES
* 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.
* Moved `SteamApps.GetCDNAuthToken` to `SteamContent.GetCDNAuthToken` due to a Steam change.
* Removed obsolete methods and enum values.
* Removed Artifact and Underlords generated protobufs.
* Removed `SteamTrading` handler.
Expand Down

0 comments on commit ed80c74

Please sign in to comment.