Skip to content

Release storage/elasticsearch/v0.2.1

Choose a tag to compare

@sandyskies sandyskies released this 18 Sep 02:59
· 428 commits to main since this release
f65cea2
session/redis: fix linter and add tests (#374)

- Introduced TestService_AsyncPersisterNum_DefaultClamp to verify
default clamp behavior for async persister number.
- Added TestService_AppendEvent_NoPanic_AfterClose to ensure AppendEvent
does not panic after service closure.
- Implemented TestService_SessionEventLimit_TrimsOldest to confirm that
only the latest events are retained when exceeding the session event
limit.
- Updated AppendEvent method to handle event channel indexing more
robustly and added context cancellation in async worker.