Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
## [1.0.11] - 2023-06-02

### Fixed

* Updated logging dependency
  • Loading branch information
Unity Technologies committed Jun 2, 2023
1 parent e6db301 commit 1467245
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.0.11] - 2023-06-02

### Fixed

* Updated logging dependency


## [1.0.10] - 2023-05-23

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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/[email protected]/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/dots.git",
"type": "git",
"revision": "464acdc5351df3c5deeb425d7aa31f4c7b20c0cf"
"revision": "7913fb5a6e4700c816c0910e23fbaad56b71fc6b"
}
}

0 comments on commit 1467245

Please sign in to comment.