Skip to content

Commit 1abb9a6

Browse files
chore: increment NGO version (#3813)
update Incrementing NGO version. Updating changelog with new version entries.
1 parent 9bf917b commit 1abb9a6

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@ 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+
## [2.8.0] - 2025-12-08
32+
33+
### Added
34+
1335
- 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)
1436
- Added a flag to override command-line arguments (port and ip) in `SetConnectionData`. (#3760)
1537
- Added a command-line singleton to parse environment command-line arguments. (#3760)
@@ -25,12 +47,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
2547
- Improve performance of `NetworkTransformState`. (#3770)
2648
- Changed NetworkAnimator to use the `RpcAttribute` along with the appropriate `SendTo` parameter. (#3586)
2749

28-
### Deprecated
29-
30-
31-
### Removed
32-
33-
3450
### Fixed
3551

3652
- Fixed issues with the "Client-server quickstart for Netcode for GameObjects" script having static methods and properties. (#3787)
@@ -41,12 +57,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
4157
- Fixed issue where using the dedicated server package would override all attempts to change the port by code. (#3760)
4258
- Fixed issue with authority animator instance sending itself RPCs. (#3586)
4359

44-
### Security
45-
46-
47-
### Obsolete
48-
49-
5060
## [2.7.0] - 2025-10-27
5161

5262
### Added

com.unity.netcode.gameobjects/package.json

Lines changed: 1 addition & 1 deletion
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.0",
5+
"version": "2.8.1",
66
"unity": "6000.0",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.4",

0 commit comments

Comments
 (0)