Skip to content

Releases: pgflow-dev/pgflow

edge-worker-0.0.4

20 Feb 11:28
dc2cc2f
Compare
Choose a tag to compare
edge-worker-0.0.4 Pre-release
Pre-release

What's Changed

  • Fix spawnNewFunction missing ANON_KEY by @jumski in #17

Improve reliability and fix bugs

06 Feb 16:43
Compare
Choose a tag to compare
Pre-release
  • Using transaction mode without prepared stataments to work around pool exhaustion issues
  • Revised documentation: project status, edge-worker docs, Supabase config/installation
  • Refactored core modules:
    • consolidated functions
    • simplified delay logic
    • replaced queue library (replace p-queue with @hendrygd/queue)
    • fixed race conditions
    • improved logging here and there
  • Updated visual styles for logo glow and hero image animations
  • Added SQL debugging queries for future troubleshooting
  • Updated dependency versions and import mappings in configuration files.
  • Refactored test code (edge functions and helpers)