Description
vere-v4.3 is a minor release with the following highlighted fixes and features:
- The runtime now supports gzip compression of http responses, causing significant speedups for the tlon app.
- The windows build would immediately crash when receiving a directed messaging packet because of an improperly vendored libblake3 dependency.
- The lmdb version used by vere-v4.2 and below did not support sparse files on windows, causing the event log to balloon to 63 GB immediately on boot.
What's Changed
- Update build system to zig 0.15.2 by @pkova in #945
- build: fix windows libblake3 assembly by @pkova in #951
- readme update zig version by @dozreg-toplud in #952
- http: enable h2o's response compression by @Fang- in #950
- build: bump lmdb from 0.9.29 to master by @pkova in #954
- --gc-abort to crash on leaks by @dozreg-toplud in #955
- mars: don't free stack-allocated struct by @dozreg-toplud in #956
- jets: don't bail in _cj_spot if core is atom by @dozreg-toplud in #960
- Release vere-v4.3 by @pkova in #961
Full Changelog: vere-v4.2...vere-v4.3