Skip to content

Commit

Permalink
Merge branch 'rel/2.3.0b2'
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h committed May 16, 2020
2 parents 9d42533 + a3952f8 commit 3b2048d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
------------------------------------------------------------------------------
v 2.3.0 May 16, 2020 (Beta 2)
------------------------------------------------------------------------------
* Added initial support for an IPv6-aware Steam network.
* Added `SteamUser.EmailAddrInfoCallback`.
* Added `DepotManifest.Deserialize()`.
* Added new `Licence` fields to `SteamApps` callbacks.
* Added `CMClient.CurrentEndPoint` to expose currently connected remote server addess.
* Fixed a possible exception when calling `SteamApps` functions with duplicated inputs.
* Fixed a couple possible crashes.
* Updated Steam enums and protobufs.
* `WebAPI` no longer logs exceptions. Callers that want this information logged should log it themselves.


------------------------------------------------------------------------------
v 2.3.0 Mar 29, 2020 (Beta 1)
------------------------------------------------------------------------------
Expand All @@ -9,7 +23,7 @@ v 2.3.0 Mar 29, 2020 (Beta 1)
* Removed debug messages for each packet send/recieve event. This can be accomplished through `NetHookNetworkListener` or a customer `IDebugNetworkListener` instead.
* Log messages now uniquely identify the related `SteamClient` object, where relevant.
* Fixed incorrect Cell ID parameter in `ContentServerDirectoryService`.
* Fixed a possible exception when calling `SteamApps` functions with duplicated inputs
* Fixed a possible exception when calling `SteamApps` functions with duplicated inputs.
* Fixed Web API exceptions not including the numeric HTTP response code.
* Updated Steam enums and protobufs.

Expand Down

0 comments on commit 3b2048d

Please sign in to comment.