- Fix native symbol collision when multiple anaki drivers are loaded in the same process: the driver now binds its FFI symbols from its own library handle first, falling back to the native-assets runtime for bundled builds
- Fix universal (arm64+x64) macOS builds: the build hook now copies the binary into the per-config output directory, so each architecture slice gets its own file (previously both slices pointed at the same dylib and lipo failed with duplicate architectures)
- Fix pub.dev packaging: native binaries are now really inside the published archive (0.1.1 tarballs were missing native_libs/ because a repo-root gitignore rule excluded them from
dart pub publish)
- Native library loads via the native-assets asset id (works with
flutter buildframework bundling), with filesystem search as fallback (#6) - New build target: Linux ARM64 (aarch64)
- Initial release: typed Redis client (
AnakiRedis) over the AnakiORM native Rust connector. - Strings, expiry, hashes, lists, sets, sorted sets, keys/scan, JSON/object cache helpers.
- Atomic MULTI/EXEC batches via
pipeline(); genericcommand()escape hatch.