This version is uploaded automatically by GitHub Actions.
Changelog:
- c675d7ad perf: reduces allocation pressure in scheduling — ishland
- a4928b09 perf: better chunk cancellation mechanism — ishland
- e85c4be0 fix: remove profiler usage in upgradeChunk to prevent issues — ishland
- cefa403b revert: perf: Improves scheduling on C2MEStorageThread — ishland
- a1233e94 Merge branch 'ver/1.19.3' into ver/1.19.4 — ishland
- ff530183 build: enable loom 1.1 multiProjectOptimization — ishland
C2ME 0.2.0+alpha.10 for Minecraft 1.19.3 is released
This small release improves overall stability and fixes some bugs.
Changelog:
- Updates to 1.19.3
- perf: Optimizes needsBlending lookup to reduce unnecessary storage I/O and unnecessary stalls during worldgen
- fix: Disables surface builder alloc optimization when qfapi is present
- fix: Fixes some startup issues on extremely low-end devices
- fix: Fixes improper "unsafe async ServerWorld full chunk requests" handling
- change: Replaces panics with warnings when the disk is too slow when using the new optimized I/O system
- change: Enables new optimized I/O system only if the parallelism is set to 2 or above
- change: Raises soft- and hard- limits for vanilla storage cache
Full Changelog: https://github.com/RelativityMC/C2ME-fabric/compare/0.2.0+alpha.9...0.2.0+alpha.10
This release serves as a hotfix for any 1.19.3 versions of C2ME. As this contains out of cycle changes staged for the next alpha release it is not recommended you build this unless you're running 1.19.3.
This build contains a critical hotfix for users of Quilt. IF YOU ARE USING 1.19.3 AND QUILT UPDATE IMMEADENTLY TO PREVENT A KNOW ISSUE OF INPROPER GENERATION OF NEW CHUNKS. We are not aware of any effects on existing chunks from this issue.
Fixes improper unsafe async ServerWorld full chunk requests handling