You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v0.3.0 - RecordId/RecordKey Architecture & Buffer Metrics
Major features:
- Multi-instance records with RecordId/RecordKey system
- Buffer metrics API (feature-gated)
- Enhanced introspection APIs
- O(1) record access optimization
See docs/releases/v0.3.0.md for complete details.
> AimDB v0.2.0 includes core functionality, MQTT/KNX connectors, and developer tools. The architecture is stable, but APIs may evolve based on community feedback. Production use is possible but proceed with caution and thorough testing.
14
+
> **⚠️ PRE-RELEASE v0.3.0**
15
+
> AimDB v0.3.0 includes core functionality, multi-instance records, buffer metrics, MQTT/KNX connectors, and developer tools. The architecture is stable, but APIs may evolve based on community feedback. Production use is possible but proceed with caution and thorough testing.
16
16
17
17
> **One codebase. Any hardware. Always in sync.**
18
18
@@ -45,21 +45,24 @@ Modern IoT stacks are fragmented:
45
45
46
46
---
47
47
48
-
## 🎉 What's New in v0.2.0
48
+
## 🎉 What's New in v0.3.0
49
49
50
-
**Latest Release** - November 21, 2025
50
+
**Latest Release** - December 6, 2025
51
51
52
52
Recent additions and improvements:
53
53
54
+
- ✅ **Multi-Instance Records**: Register multiple records of the same type with unique keys
0 commit comments