v0.6.1
·
34 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
This patch release removes the typeid-python native dependency, eliminating the need for a Rust toolchain when installing the SDK on platforms without pre-built wheels (e.g. linux aarch64, musl). The transitive uuid-utils dependency is also removed.
TypeID generation is now inlined — a minimal UUIDv7 + Crockford base32 implementation that matches the TypeID spec.
Changes
- Remove typeid-python dependency by inlining TypeID generation by @arcjet-rei in #101
Full Changelog: v0.6.0...v0.6.1