Version 0.6.17
is here!
This is a massive release - so I'd like to thank our contributors to this release: @Ketasaja, @nezuo, and @jackdotink (reviewing my code!).
This release also now means zap is protected by a test suite, which should mean fewer bugs and better regression tracking.
What's Changed
- Prevent Remote Function Errors with Actors by @Ketasaja in #146 (code) & #147 (docs)
- Optimize Event IDs by Splitting Them Up by Server/Client and Reliable/Unreliable by @nezuo in #143
- Fix Remote Function Multiple Returns by @Ketasaja in #153
- Start Tests by @sasial-dev in #152
- Do Not Pass ID for unreliable events by @nezuo & @sasial-dev in #161 *
- Add
vector
type by @Ketasaja in #159 - Document Zappy by @Ketasaja in #144
- Document
unknown
by @Ketasaja in #151 - Pull
var_occurrences
upward by @Ketasaja in #154 - Fix Tooling Bugs by @sasial-dev in #157
- Bump
lalrpop
by @Ketasaja in #156 - Refactor Away Clippy Warnings by @Ketasaja in #155
- Update GitHub Actions by @sasial-dev in #160
* This now allows you to squeeze in an extra 1-2 bytes (depending on how many events you have) through your unreliable events.
Docs Dependency Updates
These bumps are automatically created to fix CVE and/or GHSA in the docs site. Zap itself has not been affected by any.
- Bump anstream from 0.6.5 to 0.6.15 by @dependabot in #148
- Bump nanoid from 3.3.7 to 3.3.8 by @dependabot in #149
- Bump vite from 5.4.7 to 5.4.14 by @dependabot in #158
Full Changelog: v0.6.16...v0.6.17