diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e8cc4..8ff02a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.0.11] - 2023-06-02 + +### Fixed + +* Updated logging dependency + ## [1.0.10] - 2023-05-23 diff --git a/package.json b/package.json index ba94afc..1a0ed01 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,26 @@ { "name": "com.unity.netcode", "displayName": "Netcode for Entities", - "version": "1.0.10", + "version": "1.0.11", "unity": "2022.2", "unityRelease": "15f1", "description": "Unity's Data Oriented Technology Stack (DOTS) multiplayer netcode layer - a high level netcode system built on entities. This package provides a foundation for creating networked multiplayer applications within DOTS.", "dependencies": { "com.unity.transport": "2.0.1", "com.unity.entities": "1.0.10", - "com.unity.logging": "1.0.10", + "com.unity.logging": "1.0.11", "com.unity.modules.animation": "1.0.0" }, "_upm": { - "changelog": "### Added\n\n* What's New and Upgrade Guide section in the docs.\n* New NetworkRequestListenResult cleanup component, that can be used to track the result of a listen request.\n\n### Changed\n\n* documentation index page with up-to-date info and links.\n* Removed forcing local client/server to alway use the loopback address to connect.\n* It is now possible to listen to the NetworkEndPoint.Any also for IPC connection.\n* The NetworkStreamDriver.GetRemoteAddress always return a consistent address for the connection when the NetworkDriver is configured to use the Unity Relay. Before, an invalid address was returned after the connection has been established, that was incorrect.\n* Exposed all the internal state of the NetworkTimeSystem as public API\n\n### Fixed\n\n* exceptions when NetworkRequestListen and/or. NetworkRequestConnect are handled and proper handling of multiple (erroneous) requests presents.\n* A problem with InterpolatedTick, going back and not recovering correctly in presence of large application, either the server or the client, stalls (i.e after loading)." + "changelog": "### Fixed\n\n* Updated logging dependency" }, "upmCi": { - "footprint": "01c68054b283a8d97e7a446804d29d9a29e8ec72" + "footprint": "5f122986cefc8b5207a730563066dae5586cfae0" }, "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.netcode@1.0/manual/index.html", "repository": { "url": "https://github.cds.internal.unity3d.com/unity/dots.git", "type": "git", - "revision": "464acdc5351df3c5deeb425d7aa31f4c7b20c0cf" + "revision": "7913fb5a6e4700c816c0910e23fbaad56b71fc6b" } }