• v0.4.0 6493589bb4

    nemunaire released this 2026-04-15 12:54:17 +00:00 | 15 commits to master since this release

    The previous implementation skipped empty fields, which meant targets
    differing only in which fields were populated could produce the same
    string (e.g. {UserId:"A"} and {DomainId:"A"} both gave "A"). This
    caused key collisions when the string was used in storage index keys.

    Downloads