Releases: farcasterxyz/snap
Release list
@farcaster/snap-upstash@1.0.2
Patch Changes
- Updated dependencies [
7bc09f8]:- @farcaster/snap@1.5.2
@farcaster/snap-hono@1.3.2
Patch Changes
- Updated dependencies [
7bc09f8]:- @farcaster/snap@1.5.2
@farcaster/snap@1.5.1
Patch Changes
740ad60Thanks @lyoshenka! - add sdk actions
@farcaster/snap@1.5.0
Minor Changes
-
#31
55eab71Thanks @lyoshenka! - Add a key-value data store to snaps.SnapContextnow includes a requireddata: SnapDataStorefield withget(key)andset(key, value)methods and awithLock(fn)method for concurrency-safe reads and writes.@farcaster/snapexports theSnapDataStore,SnapDataStoreOperations, andDataStoreValuetypes, pluscreateDefaultDataStore()which returns a stub that throws on use.The new
@farcaster/snap-upstashpackage provideswithUpstash(snapFn), aSnapFunctionwrapper that injects an Upstash Redis-backed store whenUPSTASH_REDIS_REST_URLandUPSTASH_REDIS_REST_TOKENare set.withLockuses@upstash/lockwith a configurable timeout to serialize concurrent access.
@farcaster/snap-upstash@1.0.1
Patch Changes
- Updated dependencies [
740ad60]:- @farcaster/snap@1.5.1
@farcaster/snap-upstash@1.0.0
Major Changes
-
#31
55eab71Thanks @lyoshenka! - Add a key-value data store to snaps.SnapContextnow includes a requireddata: SnapDataStorefield withget(key)andset(key, value)methods and awithLock(fn)method for concurrency-safe reads and writes.@farcaster/snapexports theSnapDataStore,SnapDataStoreOperations, andDataStoreValuetypes, pluscreateDefaultDataStore()which returns a stub that throws on use.The new
@farcaster/snap-upstashpackage provideswithUpstash(snapFn), aSnapFunctionwrapper that injects an Upstash Redis-backed store whenUPSTASH_REDIS_REST_URLandUPSTASH_REDIS_REST_TOKENare set.withLockuses@upstash/lockwith a configurable timeout to serialize concurrent access.
Patch Changes
- Updated dependencies [
55eab71]:- @farcaster/snap@1.5.0
@farcaster/snap-hono@1.3.1
Patch Changes
- Updated dependencies [
740ad60]:- @farcaster/snap@1.5.1
@farcaster/snap-hono@1.3.0
Minor Changes
-
#31
55eab71Thanks @lyoshenka! - Add a key-value data store to snaps.SnapContextnow includes a requireddata: SnapDataStorefield withget(key)andset(key, value)methods and awithLock(fn)method for concurrency-safe reads and writes.@farcaster/snapexports theSnapDataStore,SnapDataStoreOperations, andDataStoreValuetypes, pluscreateDefaultDataStore()which returns a stub that throws on use.The new
@farcaster/snap-upstashpackage provideswithUpstash(snapFn), aSnapFunctionwrapper that injects an Upstash Redis-backed store whenUPSTASH_REDIS_REST_URLandUPSTASH_REDIS_REST_TOKENare set.withLockuses@upstash/lockwith a configurable timeout to serialize concurrent access.
Patch Changes
- Updated dependencies [
55eab71]:- @farcaster/snap@1.5.0
@farcaster/snap@1.4.1
Patch Changes
f4af26fThanks @lyoshenka! - export more types, add og image generation
@farcaster/snap@1.4.0
Minor Changes
9171ca2Thanks @lyoshenka! - fix inconsistencies, rename some params and exports