コンテンツにスキップ

Release Notes - v0.1.15

このコンテンツはまだ日本語に翻訳されていません。

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.

This patch release focuses on compatibility and correctness for affected builds rather than introducing a new feature.

  • Fixed 32 bit compatibility: Plutigo now compares the CEK unConstrData tag guard through uint64, which avoids platform width overflow on 32 bit targets while preserving the existing 64 bit behavior.

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 for using Plutigo.