Skip to content

Commit

Permalink
Add changelog and update release link for 2.2 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h committed Feb 9, 2019
1 parent 3fe0d9e commit 2124493
Show file tree
Hide file tree
Showing 2 changed files with 22 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 @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyOriginatorKeyFile>..\..\SteamKit.snk</AssemblyOriginatorKeyFile>
<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/2.0.0-Beta.1</PackageReleaseNotes>
<PackageReleaseNotes>Release notes are available at https://github.com/SteamRE/SteamKit/releases/tag/2.2.0-Beta.1</PackageReleaseNotes>
<PackageIconUrl>https://raw.github.com/SteamRE/SteamKit/master/Resources/Misc/steamkit_logo_128.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/SteamRE/SteamKit</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/SteamRE/SteamKit/blob/master/SteamKit2/SteamKit2/license.txt</PackageLicenseUrl>
Expand Down
21 changes: 21 additions & 0 deletions SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
------------------------------------------------------------------------------
v 2.2.0 (Beta) Feb 9, 2019
------------------------------------------------------------------------------
* Added an overload of `SteamDirectory.LoadAsync` that accepts a maximum number of servers to return.
* Added `ServerRecord.TryCreateSocketServer` to try parse a record from a string.
* Added support for initializing a `GameID` for mods and shortcuts.
* Added response details for some failed WebAPI responses. WebAPI can now throw a `WebAPIRequestException` with further details.
* Added customization options to SteamKit's underlying HTTP stack.
* Added `WalletInfoCallback.Balance64` for large Steam Wallet balances.
* Added more details to `DepotManifest`.
* Added SteamKit version to default HTTP user agent.
* Fixed concurrency issues with UDP connections.
* Fixed final fallback connection to Steam when server list is unavailable.
* Fixed thread safety issues in message deserialization.
* Fixed a crash on logon when network adapter information is not available from the underlying runtime.
* Fixed downloaded content silently ignoring a length mismatch. An exception will now be thrown in this case.
* Fixed WebSocket CM servers not being marked as bad by the server list, and thus not being ignored on subsequent connection attempts.
* Updated Steam protocol version.
* Updated Steam enums and protobufs.


------------------------------------------------------------------------------
v 2.1.0 Jun 13, 2018
------------------------------------------------------------------------------
Expand Down

0 comments on commit 2124493

Please sign in to comment.