Releases: fdarian/ff
Releases · fdarian/ff
ff-effect@0.0.14
Patch Changes
- 8498ce9: fix: preserve
OUTPUTgeneric ingenerateTextwrapper soresult.outputis properly typed instead of resolving toany
ff-ai@0.2.2
Patch Changes
- 4b0d8ef: Fix models.dev price lookup for model IDs with
-reasoningsuffix by retrying without the suffix on 404
ff-effect@0.0.13
ff-effect@0.0.12
ff-effect@0.0.11
ff-serv@0.1.11
Patch Changes
- e7775e9: Add
.child()to sync logger for contextual annotations - 87faf4c: Add
Cachemodule with stale-while-revalidate (SWR) support built on Effect's Cache:- Pluggable persistence via
CacheAdapterinterface (memory, redis, tiered) - Redis client adapters for ioredis and Bun native Redis
- Per-entry TTL/SWR overrides via
Cache.entry() - Exported via
ff-serv/cache,ff-serv/cache/ioredis,ff-serv/cache/bun-redis
- Pluggable persistence via
- 179a120: Fix SWR refresh bypassing adapter to call actual lookup
ff-serv@0.1.10
Patch Changes
- e661054: Use Effect.runtime to avoid the need adding Scope
ff-effect@0.0.10
Patch Changes
- b193333: Fix build issue and better context tag
ff-effect@0.0.8
Patch Changes
- 611ace6: Add Drizzle ORM integration with
createDatabasehelper. Provides type-safe database operations with transaction support throughdb,tx, andwithTransaction.
ff-ai@0.2.1
Patch Changes
- 13bbf44: Fix leftover LanguageModelV2