feat(destination-buffer): add SmartlogDestinationBuffer in-memory circular buffer destination with query/filter/pagination and tests

This commit is contained in:
2026-02-19 17:08:44 +00:00
parent aa4db8a8af
commit d70954f3ef
7 changed files with 198 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartlog',
version: '3.1.11',
version: '3.2.0',
description: 'A minimalistic, distributed, and extensible logging tool supporting centralized log management.'
}