Skip to content
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

Bump bevy_replicon from 0.9.1 to 0.10.0 #195

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps bevy_replicon from 0.9.1 to 0.10.0.

Release notes

Sourced from bevy_replicon's releases.

Bevy Replicon 0.10.0

Changed

  • MapEventEntities was renamed into MapNetworkEntities and now used for both components and events. Built-in MapEntities trait from Bevy is not suited for network case for now.
  • AppReplicationExt::not_replicate_with was replaced with component marker Ignored<T>.
  • Reflection was replaced with plain serialization. Now components need implement serde traits and no longer need any reflection. This reduced reduced message sizes a lot. Because of this mapped components now need to be registered with AppReplicationExt::replicate_mapped.
  • Derive Clone and Copy for Replication.
  • Make ServerPlugin fields private and add ServerPlugin::new.
  • Make AckedTicks public.
  • Make NetworkEntityMap public.
Changelog

Sourced from bevy_replicon's changelog.

[0.10.0] - 2023-09-13

Changed

  • MapEventEntities was renamed into MapNetworkEntities and now used for both components and events. Built-in MapEntities trait from Bevy is not suited for network case for now.
  • AppReplicationExt::not_replicate_with was replaced with component marker Ignored<T>.
  • Reflection was replaced with plain serialization. Now components need to implement serde traits and no longer need any reflection. This reduced reduced message sizes a lot. Because of this mapped components now need to be registered with AppReplicationExt::replicate_mapped.
  • Derive Clone and Copy for Replication.
  • Make ServerPlugin fields private and add ServerPlugin::new.
  • Make AckedTicks public.
  • Make NetworkEntityMap public.
Commits
  • 90ba1a1 Bump version to 0.10.0
  • fba0e65 Replace reflection with plain serialization
  • 44d10d3 Make mapping test more robust
  • 5443564 Do not allocate on removals
  • 86b5029 Fix client event documentation (#36)
  • bbaeb3b Make schedules single-threaded in benchmark
  • bc608ff Rename common::setup into common::connect
  • 8ef6d3f Add benchmarks
  • 1af4ddd Rename ReflectEventComponent into ReflectedValue in tests
  • ebbc0fc Derive Clone, Copy for Replication
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bevy_replicon](https://github.com/lifescape-game/bevy_replicon) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/lifescape-game/bevy_replicon/releases)
- [Changelog](https://github.com/lifescapegame/bevy_replicon/blob/master/CHANGELOG.md)
- [Commits](projectharmonia/bevy_replicon@v0.9.1...v0.10.0)

---
updated-dependencies:
- dependency-name: bevy_replicon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Project dependencies label Sep 18, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2023

Superseded by #198.

@dependabot dependabot bot closed this Sep 25, 2023
@dependabot dependabot bot deleted the dependabot/cargo/bevy_replicon-0.10.0 branch September 25, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants