Unclaimed project
Are you a maintainer of lightyear? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
lightyear
A networking library to make multiplayer games for the Bevy game engine
Back to changelogNew
Release 0.24.0
0.24.0
Smaller release focused on bug fixes.
- WebSocket support with
lightyear_websocket
- Enables input rebroadcast for
lightyear_inputs_bei
- The
Client and ClientOf entities are now mapped on the client and server
- Some important bug fixes, especially related to input handling
What's Changed
- Enable replay protection only after Connection by @cBournhonesque in https://github.com/cBournhonesque/lightyear/pull/1164
- skip spawning predicted/interpolated entities if not connected by @cBournhonesque in https://github.com/cBournhonesque/lightyear/pull/1165
- feature: add websocket support by @cBournhonesque in https://github.com/cBournhonesque/lightyear/pull/1167
- Feature: enable customizing input rebroadcasting target by @cBournhonesque in https://github.com/cBournhonesque/lightyear/pull/1169
- feature: entity map client<>client_of by @cBournhonesque in https://github.com/cBournhonesque/lightyear/pull/1175
- Fix link typo to ServerPlugins in setup.md by @Soupborsh in https://github.com/cBournhonesque/lightyear/pull/1177
chore(deps): bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in https://github.com/cBournhonesque/lightyear/pull/1180fix: ClientPlugins and ServerPlugins defaults by @erictuvesson in https://github.com/cBournhonesque/lightyear/pull/1187fix: export server wasm types by @gak in https://github.com/cBournhonesque/lightyear/pull/1190Projectile demo + improvements by @cBournhonesque in https://github.com/cBournhonesque/lightyear/pull/1183fix: propagate ReplicateLike down hierarchy by @TheNeikos in https://github.com/cBournhonesque/lightyear/pull/1203Simplify input system in avian 3d example by @cBournhonesque in https://github.com/cBournhonesque/lightyear/pull/1204Improve projectile demo by @cBournhonesque in https://github.com/cBournhonesque/lightyear/pull/1209Release 0.24 by @cBournhonesque in https://github.com/cBournhonesque/lightyear/pull/1210New Contributors
- @Soupborsh made their first contribution in https://github.com/cBournhonesque/lightyear/pull/1177
- @erictuvesson made their first contribution in https://github.com/cBournhonesque/lightyear/pull/1187
- @gak made their first contribution in https://github.com/cBournhonesque/lightyear/pull/1190
- @TheNeikos made their first contribution in https://github.com/cBournhonesque/lightyear/pull/1203
Full Changelog: https://github.com/cBournhonesque/lightyear/compare/0.23.0...0.24.0