From 7650823b27a6713e82047a7601ef66792e317428 Mon Sep 17 00:00:00 2001 From: Ruben Ramirez Date: Sat, 3 May 2025 10:06:28 -0500 Subject: [PATCH] Add changelog for v0.1.1-memory release --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c7c7e01 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v0.1.1-memory] - 2025-05-03 +### Added +- SQLite adapter implementation in storage/adapters/sqlite_adapter.py +- Audit logging system in security/memory/audit.py +- Performance benchmarks in tests/performance/benchmarks.py + +### Changed +- Updated memory subsystem documentation +- Improved error handling in storage interface + +### Fixed +- Minor security fixes in audit logging +- Performance optimizations in SQLite operations \ No newline at end of file