Skip to content

Releases: fdarian/ff

ff-effect@0.0.14

04 Apr 09:25
003c1a6

Choose a tag to compare

Patch Changes

  • 8498ce9: fix: preserve OUTPUT generic in generateText wrapper so result.output is properly typed instead of resolving to any

ff-ai@0.2.2

04 Apr 09:51
009d1f1

Choose a tag to compare

Patch Changes

  • 4b0d8ef: Fix models.dev price lookup for model IDs with -reasoning suffix by retrying without the suffix on 404

ff-effect@0.0.13

02 Apr 05:35
591e537

Choose a tag to compare

Patch Changes

  • 6661edf: Fix memory leak in Inngest handler: scope step FiberSets per invocation instead of leaking finalizers into the long-lived app scope
  • 543492d: Add missing peer deps

ff-effect@0.0.12

27 Feb 15:57
06bfce6

Choose a tag to compare

Patch Changes

  • 1c615a1: Rename into createDrizzle for consistency
  • c20b239: Allow requirement on step.run and use InngestFunction.Any

ff-effect@0.0.11

27 Feb 09:36
f90e83e

Choose a tag to compare

Patch Changes

  • 1228b3d: Add Inngest integration (ff-effect/for/inngest)
  • bd63111: Add Effect wrappers for AI SDK (generateText, streamText, tool)

ff-serv@0.1.11

24 Feb 04:32
fb56abd

Choose a tag to compare

Patch Changes

  • e7775e9: Add .child() to sync logger for contextual annotations
  • 87faf4c: Add Cache module with stale-while-revalidate (SWR) support built on Effect's Cache:
    • Pluggable persistence via CacheAdapter interface (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
  • 179a120: Fix SWR refresh bypassing adapter to call actual lookup

ff-serv@0.1.10

25 Jan 12:36
965b079

Choose a tag to compare

Patch Changes

  • e661054: Use Effect.runtime to avoid the need adding Scope

ff-effect@0.0.10

25 Jan 12:36
965b079

Choose a tag to compare

Patch Changes

  • b193333: Fix build issue and better context tag

ff-effect@0.0.8

23 Jan 15:21
117d7d7

Choose a tag to compare

Patch Changes

  • 611ace6: Add Drizzle ORM integration with createDatabase helper. Provides type-safe database operations with transaction support through db, tx, and withTransaction.

ff-ai@0.2.1

21 Jan 09:36
4e370ae

Choose a tag to compare

Patch Changes

  • 13bbf44: Fix leftover LanguageModelV2