Skip to content

Releases: kylemclaren/jevql

jevql v0.4.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 22:09

Serve as an open node

  • --insecure (or JEVQL_INSECURE=1) serves without a bearer token on a non-loopback address.
  • --cors <origins> (JEVQL_CORS) answers browser preflights for the listed origins, or *.
  • --rate-limit <n> (JEVQL_RATE_LIMIT) caps requests per minute per client IP; excess returns 429 with code rate. Fly-Client-IP is honoured.
  • --max-rows now defaults from JEVQL_MAX_ROWS.
  • The schema listing no longer includes pg_* extension views.

Deploy

  • deploy/Dockerfile, deploy/fly.toml and deploy/README.md ship a node for any Postgres; the docs have a "Deploy a node" guide built around fly launch, with a section on open nodes.

Playground and docs

  • Public playground at https://jevql.fly.dev/playground against a seeded demo store, with a settings drawer to point it at your own node, SQL highlighting, keycap hints, a progress bar and toast errors.
  • Cookbook guide "Semantic search in React", verified end to end, with a demo video.
  • MCP client setup tabs on the landing page, /llms.txt and /agent-ready.md for agents.

SDKs

  • TypeScript and Python packages at 0.4.0 bundle the 0.4.0 engine.

jevql v0.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 18:47

Full Changelog: v0.2.0...v0.3.0

jevql v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 14:09

Full Changelog: v0.1.0...v0.2.0

jevql v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 12:21