Auto-indexing service and GraphQL API for AT Protocol Records
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update changelog for quickslice-client-js v0.3.0

+11
+11
CHANGELOG.md
··· 10 10 ### Fixed 11 11 - Publish pubsub events after GraphQL mutations for immediate WebSocket subscription updates 12 12 13 + ## quickslice-client-js v0.3.0 14 + 15 + ### Added 16 + - Add storage namespace isolation for multi-app support 17 + - Storage keys prefixed with 8-char SHA-256 hash of clientId 18 + - IndexedDB database name includes namespace 19 + - Lock keys include namespace 20 + 21 + ### Breaking Changes 22 + - Existing users will need to re-login once after update 23 + 13 24 ## quickslice-client-js v0.2.0 14 25 15 26 ### Added