All notable changes to the aimdb-sync crate will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
No changes yet.
0.2.0 - 2025-11-20
- Updated to support async
build()method inaimdb-core - Compatible with new connector builder pattern
0.1.0 - 2025-11-06
- Initial release of synchronous API wrapper for AimDB
- Blocking wrapper around async AimDB core
- Thread-safe synchronous record access
- Automatic Tokio runtime management
- Ideal for gradual migration from sync to async
- Type-safe synchronous record operations
- Compatible with existing synchronous codebases