v7.0.0-rc11
labring/sealosv7.0.0-rc11May 13, 2026by github-actions[bot]
AI Summary
This is a quick release aimed at pinning the libsignal pipeline to the NPM registry. It includes a bug fix for VPSes lacking SIMD support for WASM and migrates the Baileys dependency from git to NPM to improve transparency and security.
Key Highlights
- Pinned libsignal pipeline to the NPM registry
- Fixed WASM SIMD support for older VPSes
- Migrated Baileys dependency from git to NPM
- Enhanced code transparency and security via Trusted Publishing and Provenance
New Features
- Pin libsignal pipeline to NPM
- Fix WASM SIMD bug for VPSes lacking hardware acceleration
- Remove requirement to install git for Baileys installation
- Improve security and transparency through Trusted Publishing and Provenance
Full Release Notes
A quick release meant to pin the libsignal pipeline to the NPM registry. The release also includes a small bug fix for old VPSes lacking SIMD support for the WASM. We moved Baileys's dep from git to NPM: 1. This should remove the need to install git to install baileys. 2. This should increase code transparency & security as libsignal now goes under the same Trusted Publishing and Provenance as Baileys rc10. Read the full rc10 patch notes here: https://github.com/WhiskeySockets/Baileys/releases/tag/v7.0.0-rc10 We are working on migrating away from the libsignal dep as soon as possible to our own Rust-based equivalent to prevent licensing issues. Note that libsignal is in GPLv3 but Baileys is under MIT (Adhiraj left us a mess 😓).