All release notes

v1.194.1

1 fix

Use pooler URL for DB connection and pass Date objects to Drizzle gt()

  • SUPABASE_DATABASE_URL (pooler, port 6543) is now preferred over
  • SUPABASE_DIRECT_URL (port 5432) at runtime. Direct URL is only needed
  • by drizzle-kit for migrations.
  • Also fixes sync/changes endpoint crash where gt() received an ISO string
  • instead of a Date object, causing "value.toISOString is not a function"
  • with Drizzle's mode: 'date' timestamp columns.