Skip to content

Update to bevy_replicon 0.34 #36

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
Jul 8, 2025
Merged

Update to bevy_replicon 0.34 #36

merged 3 commits into from
Jul 8, 2025

Conversation

Shatur
Copy link
Contributor

@Shatur Shatur commented May 31, 2025

First commit is not related to the changes in Replicon, but needed to handle disconnects nicely.

Summary of changes:

@Shatur Shatur marked this pull request as draft May 31, 2025 18:30
@Shatur Shatur force-pushed the bevy-replicon-0.34-dev branch from 7bd656d to 7993fea Compare May 31, 2025 18:36
Copy link

codecov bot commented May 31, 2025

Codecov Report

Attention: Patch coverage is 67.85714% with 9 lines in your changes missing coverage. Please review.

Project coverage is 72.22%. Comparing base (e4f02ce) to head (d07fb7f).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/server.rs 59.09% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
- Coverage   76.15%   72.22%   -3.94%     
==========================================
  Files           3        3              
  Lines         130      144      +14     
==========================================
+ Hits           99      104       +5     
- Misses         31       40       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Shatur Shatur force-pushed the bevy-replicon-0.34-dev branch from 7993fea to ec26243 Compare June 2, 2025 23:09
Base automatically changed from bevy-0.16-dev to master June 4, 2025 21:03
Shatur added 2 commits June 5, 2025 00:06
Let users despawn connected entities to trigger a disconnect.
- React on `DisconnectRequest` event.
  Relevant PR:
  projectharmonia/bevy_replicon#491
- Process received data on disconnect.
  Relevant PR:
  projectharmonia/bevy_replicon#494
- Update examples.
  Relevant PRs:
  projectharmonia/bevy_replicon#498
  projectharmonia/bevy_replicon#479
- Update tests.
  - Move server stopping into a separate test.
    Relevant PR:
    projectharmonia/bevy_replicon#494
  - Add `finish` calls. Required to initialize channels.
    Relevant PR:
    projectharmonia/bevy_replicon#488
  - Test `DisconnectRequest`.
    Relevant PR:
    projectharmonia/bevy_replicon#491
  - Remove uses of the word "Dummy".
    Relevant PR:
    projectharmonia/bevy_replicon#486
@Shatur Shatur force-pushed the bevy-replicon-0.34-dev branch from 85c474a to d07fb7f Compare June 4, 2025 21:06
@Shatur Shatur marked this pull request as ready for review July 8, 2025 14:37
@Shatur Shatur merged commit 1eea6d8 into master Jul 8, 2025
@Shatur Shatur deleted the bevy-replicon-0.34-dev branch July 8, 2025 14:38
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.

1 participant