Skip to content

Commit 27b500c

Browse files
author
Unity Technologies
committed
com.unity.netcode@1.2.1
## [1.2.1] - 2024-04-26 ### Changed * Updated Burst dependency to version 1.8.13 * Updated entities packages dependencies
1 parent d3ac470 commit 27b500c

File tree

4 files changed

+32
-20
lines changed

4 files changed

+32
-20
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ uid: changelog
44

55
# Changelog
66

7+
## [1.2.1] - 2024-04-26
8+
9+
### Changed
10+
11+
* Updated Burst dependency to version 1.8.13
12+
* Updated entities packages dependencies
13+
714
## [1.2.0] - 2024-03-22
815

916
### Changed
10-
*Release Preparation
17+
* Release Preparation
1118

1219

1320
## [1.2.0-pre.12] - 2024-02-13

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Netcode for Entities copyright © 2024 Unity Technologies
1+
Netcode for Entities copyright © 2019 Unity Technologies
22

33
Licensed under the Unity Companion License for Unity-dependent projects--see [Unity Companion License](http://www.unity3d.com/legal/licenses/Unity_Companion_License).
44

ValidationExceptions.json

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
{
2-
"ErrorExceptions": [
3-
{
4-
"ValidationTest": "API Validation",
5-
"ExceptionMessage": "For Experimental or Preview Packages, breaking changes require a new minor version.",
6-
"PackageVersion": "1.2.0"
7-
},
8-
{
9-
"ValidationTest": "API Validation",
10-
"ExceptionMessage": "Breaking changes require a new major version.",
11-
"PackageVersion": "1.2.0"
12-
}
13-
],
14-
"WarningExceptions": []
2+
"ErrorExceptions": [
3+
{
4+
"ValidationTest": "API Validation",
5+
"ExceptionMessage": "For Experimental or Preview Packages, breaking changes require a new minor version.",
6+
"PackageVersion": "1.2.1"
7+
},
8+
{
9+
"ValidationTest": "API Validation",
10+
"ExceptionMessage": "Additions require a new minor or major version.",
11+
"PackageVersion": "1.2.1"
12+
},
13+
{
14+
"ValidationTest": "API Validation",
15+
"ExceptionMessage": "New assembly \"Unity.NetCode.TestsUtils\" may only be added in a new minor or major version.",
16+
"PackageVersion": "1.2.1"
17+
}
18+
],
19+
"WarningExceptions": []
1520
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"name": "com.unity.netcode",
33
"displayName": "Netcode for Entities",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"unity": "2022.3",
66
"unityRelease": "11f1",
77
"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.",
88
"dependencies": {
99
"com.unity.transport": "2.1.0",
10-
"com.unity.entities": "1.2.0",
10+
"com.unity.entities": "1.2.1",
1111
"com.unity.modules.animation": "1.0.0"
1212
},
1313
"_upm": {
14-
"changelog": "### Changed\n*Release Preparation"
14+
"changelog": "### Changed\n\n* Updated Burst dependency to version 1.8.13\n* Updated entities packages dependencies"
1515
},
1616
"upmCi": {
17-
"footprint": "14f73fe31687e3259c784ff7454311310d71c70f"
17+
"footprint": "2a3fa1e508d74a00333496f3d563d6cc7c3bf5ad"
1818
},
1919
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.netcode@1.2/manual/index.html",
2020
"repository": {
2121
"url": "https://github.cds.internal.unity3d.com/unity/dots.git",
2222
"type": "git",
23-
"revision": "ea4236421d61011e37e71d22108c5e4e70cf71d7"
23+
"revision": "6ecf7a215623cca37079c6f1a3e6f2f686c91721"
2424
}
2525
}

0 commit comments

Comments
 (0)