Skip to content

chore: Increment package versions for NGO 1.0.0-pre.4 and update changelogs #1562

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 6, 2022

Conversation

ashwinimurt
Copy link
Contributor

@ashwinimurt ashwinimurt commented Jan 4, 2022

PR Checklist

  • Have you added a backport label (if needed)? For example, the type:backport-release-* label. After you backport the PR, the label changes to stat:backported-release-*.
  • Have you updated the changelog? Each package has a CHANGELOG.md file.
  • Have you updated or added the documentation for your PR? When you add a new feature, change a property name, or change the behavior of a feature, it's best practice to include related documentation changes in the same PR or a link to the documenation repo PR if this is a manual update.

Changelog

com.unity.netcode.gameobjects

  • Changed: Updated Netcode for GameObjects dependency to 1.0.0-pre.4

@ashwinimurt ashwinimurt force-pushed the chore/update-package-versions-pre.4 branch from 0f59078 to 99caead Compare January 4, 2022 22:36
@ashwinimurt ashwinimurt marked this pull request as ready for review January 4, 2022 22:58
@ashwinimurt ashwinimurt changed the title Increment package versions for NGO 1.0.0-pre.4 and update changelogs chore: Increment package versions for NGO 1.0.0-pre.4 and update changelogs Jan 4, 2022
@ashwinimurt ashwinimurt requested a review from 0xFA11 January 4, 2022 23:11
@ashwinimurt ashwinimurt force-pushed the chore/update-package-versions-pre.4 branch 3 times, most recently from 05da90e to 8f7303b Compare January 5, 2022 01:05
- Updated Netcode for GameObjects dependency to 1.0.0-pre.4 [#1562](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/1562)
- Removed 'Maximum Packet Size' configuration field in the inspector. This would cause confusion since the maximum packet size is in effect always the MTU (1400 bytes on most platforms). [#1403](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/1403)
- Updated com.unity.transport to 1.0.0-pre.10 [#1501](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/1501)
- The 'Send Queue Batch Size' configuration field now controls the size of the send queue, rather than the size of a single batch of messages. Consequently, it should be set much higher than it was previously. [#1491](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/1491)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should remove this line, it was added in an earlier iteration of that PR and then removed. I forgot to remove it in the backport of the PR for release/1.0.0 which I guess is how it got here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, I added it here because this existed in the release branch but not on develop. I will remove.

- Updated Netcode for GameObjects dependency to 1.0.0-pre.4 [#1562](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/1562)
- Removed 'Maximum Packet Size' configuration field in the inspector. This would cause confusion since the maximum packet size is in effect always the MTU (1400 bytes on most platforms). [#1403](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/1403)
- Updated com.unity.transport to 1.0.0-pre.10 [#1501](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/1501)
- The 'Send Queue Batch Size' configuration field now controls the size of the send queue, rather than the size of a single batch of messages. Consequently, it should be set much higher than it was previously. [#1491](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/1491)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- The 'Send Queue Batch Size' configuration field now controls the size of the send queue, rather than the size of a single batch of messages. Consequently, it should be set much higher than it was previously. [#1491](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/1491)

so the suggestion here is to remove this line like this right @simon-lemay-unity ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, exactly!

@ashwinimurt ashwinimurt force-pushed the chore/update-package-versions-pre.4 branch from 8f7303b to 3ef0872 Compare January 6, 2022 00:15
@ashwinimurt ashwinimurt force-pushed the chore/update-package-versions-pre.4 branch from 3ef0872 to 263b67c Compare January 6, 2022 00:26
@0xFA11 0xFA11 enabled auto-merge (squash) January 6, 2022 14:34
@0xFA11 0xFA11 merged commit 6da5632 into develop Jan 6, 2022
@0xFA11 0xFA11 deleted the chore/update-package-versions-pre.4 branch January 6, 2022 15:37
mollstam pushed a commit to Keepsake-Games/com.unity.netcode.gameobjects that referenced this pull request Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants