Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1017 Bytes

File metadata and controls

35 lines (23 loc) · 1017 Bytes

Changelog - aimdb-sync

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

Changed

  • Updated to support async build() method in aimdb-core
  • Compatible with new connector builder pattern

0.1.0 - 2025-11-06

Added

  • 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