github VoltAgent/voltagent @voltagent/supabase@2.1.1

Patch Changes

  • #1038 9757223 Thanks @omeraplak! - fix: deduplicate conversation step rows before Supabase upsert

    saveConversationSteps now deduplicates rows by id in a batch before calling Supabase upsert.

    This prevents Postgres errors like ON CONFLICT DO UPDATE command cannot affect row a second time when multiple step records with the same id are present in one persistence batch, while preserving current last-write-wins behavior.

Don't miss a new voltagent release

NewReleases is sending notifications on new releases.