Skip to content

Commit 1933fe2

Browse files
committed
Revert "Updated changelog and package version for Netcode in anticipation of v2.8.0 release"
This reverts commit 037fe45.
1 parent 846ab11 commit 1933fe2

File tree

2 files changed

+14
-25
lines changed

2 files changed

+14
-25
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
1010

1111
### Added
1212

13-
14-
### Changed
15-
16-
17-
### Deprecated
18-
19-
20-
### Removed
21-
22-
23-
### Fixed
24-
25-
26-
### Security
27-
28-
29-
### Obsolete
30-
31-
32-
## [2.8.0] - 2025-12-15
33-
34-
### Added
35-
3613
- It is now possible to control which port clients will bind to using the `UnityTransport.ConnectionData.ClientBindPort` field. If not set, clients will bind to an ephemeral port (same as before this change). (#3764)
3714
- Added a flag to override command-line arguments (port and ip) in `SetConnectionData`. (#3760)
3815
- Added a command-line singleton to parse environment command-line arguments. (#3760)
@@ -49,6 +26,12 @@ Additional documentation and release notes are available at [Multiplayer Documen
4926
- Improve performance of `NetworkTransformState`. (#3770)
5027
- Changed NetworkAnimator to use the `RpcAttribute` along with the appropriate `SendTo` parameter. (#3586)
5128

29+
### Deprecated
30+
31+
32+
### Removed
33+
34+
5235
### Fixed
5336

5437
- Ensure `NetworkBehaviour.IsSessionOwner` is correctly set when a new session owner is promoted. (#3817)
@@ -61,6 +44,12 @@ Additional documentation and release notes are available at [Multiplayer Documen
6144
- Fixed issue where using the dedicated server package would override all attempts to change the port by code. (#3760)
6245
- Fixed issue with authority animator instance sending itself RPCs. (#3586)
6346

47+
### Security
48+
49+
50+
### Obsolete
51+
52+
6453
## [2.7.0] - 2025-10-27
6554

6655
### Added

com.unity.netcode.gameobjects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.unity.netcode.gameobjects",
33
"displayName": "Netcode for GameObjects",
44
"description": "Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.",
5-
"version": "2.8.1",
5+
"version": "2.8.0",
66
"unity": "6000.0",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.4",
@@ -15,4 +15,4 @@
1515
"path": "Samples~/Bootstrap"
1616
}
1717
]
18-
}
18+
}

0 commit comments

Comments
 (0)