summaryrefslogtreecommitdiffhomepage
path: root/packages/enterprise/src/core/storage.ts
AgeCommit message (Collapse)Author
2026-04-25refactor: rename shared package to core (#24309)Dax
2026-04-15shared package (#22626)Dax
2025-12-01core: fix share compaction reprocessing same events by making storage list ↵Dax Raad
boundaries exclusive
2025-12-01core: reduce latency when loading shared sessions through event compactionDax Raad
2025-11-25core(enterprise): use aws4fetch for smaller bundle size on edge runtimesDax Raad
2025-11-24core: refactor share system to separate session IDs from share IDsDax Raad
- Generate shorter share IDs from session IDs for better URL structure - Update API routes to use shareID parameter instead of sessionID - Improve sync mechanism with better data queuing and deduplication - Maintain backward compatibility while improving security and organization
2025-11-21enterprise (#4617)Dax
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Adam <[email protected]>