All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.16.0 - 2026-05-17
- Update to
bevy_replicon0.40.
0.15.0 - 2026-02-24
- Update to
bevy_replicon0.39.
0.14.0 - 2026-01-20
- Update to
bevy_replicon0.38. - Update to
bevy_renet4.0.
0.13.0 - 2025-12-03
- Update to
bevy_replicon0.37.
0.12.0 - 2025-10-09
- Update to
bevy_replicon0.36. - Update to
bevy_renet3.0.
0.11.2 - 2025-10-05
- Handle jumping between
ClientState::Connectedstates.
0.11.1 - 2025-10-04
- Handle transports that immediately jump into the connected state.
0.11.0 - 2025-09-26
- Update to
bevy_replicon0.35.
0.10.0 - 2025-08-11
- Update to
bevy_replicon0.34. - Update to
bevy_renet2.0.0. - Trigger disconnect when entities with
ConnectedClientare despawned.
0.9.0 - 2025-03-24
- Update to
bevy_replicon0.32. - Rename
RenetChannelsExt::get_server_configsintoRenetChannelsExt::server_configs. - Rename
RenetChannelsExt::get_client_configsintoRenetChannelsExt::client_configs.
0.8.0 - 2025-03-13
- Update to
bevy_replicon0.31.
0.7.0 - 2025-02-04
- Update to
bevy_replicon0.30. bevy_replicon_renet::client::RepliconRenetClientPluginnow should be imported asbevy_replicon_renet::RepliconRenetClientPlugin.bevy_replicon_renet::server::RepliconRenetServerPluginnow should be imported asbevy_replicon_renet::RepliconRenetServerPlugin.
0.6.0 - 2024-12-25
- Update to
bevy_replicon0.29 andrenet1.0.0.
0.5.1 - 2024-11-29
- Extension traits for conversion between Renet's and Replicon's
ClientIds.
0.5.0 - 2024-09-04
- Update to
bevy_replicon0.28.
0.4.0 - 2024-07-21
serverandclientfeatures to disable unneeded functionality.
- Update to
bevy_replicon0.27. - Move to a dedicated repository.
- Move
RepliconRenetServerPlugintoservermodule. - Move
RepliconRenetClientPlugintoclientmodule.
0.3.0 - 2024-05-26
- Update to
bevy_replicon0.26.
- Properly set
RepliconClientStatus::ConnectingwhenRenetClientis connecting.
0.2.0 - 2024-05-11
- Update to
bevy_replicon0.25.
0.1.0 - 2024-05-06
First release after I/O abstraction.