Release Notes - v0.1.15
Este contenido aún no está disponible en español.
v0.1.15 (June 8, 2026)
Section titled “v0.1.15 (June 8, 2026)”Title: Improve 32 bit target compatibility
Date: June 8, 2026
Version: v0.1.15
This release addresses a compatibility issue that affected 32 bit builds. The CEK unConstrData tag guard now compares through uint64, so 32 bit builds avoid platform width overflow while 64 bit systems continue to behave the same way.
✨ What’s New
Section titled “✨ What’s New”This patch release focuses on compatibility and correctness for affected builds rather than introducing a new feature.
🔧 Fixes
Section titled “🔧 Fixes”- Fixed 32 bit compatibility: Plutigo now compares the CEK
unConstrDatatag guard throughuint64, which avoids platform width overflow on 32 bit targets while preserving the existing 64 bit behavior.
📋 What You Need to Know
Section titled “📋 What You Need to Know”This update matters for environments that rely on 32 bit builds, because the CEK unConstrData tag guard no longer triggers a platform width overflow on those targets. Existing 64 bit integrations do not require any changes because the same guard keeps its previous behavior there.
🙏 Thank You
Section titled “🙏 Thank You”Thank you for using Plutigo.