Releases: kylemclaren/jevql
Releases · kylemclaren/jevql
Release list
jevql v0.4.0
Serve as an open node
--insecure(orJEVQL_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 returns429with coderate. Fly-Client-IP is honoured.--max-rowsnow defaults fromJEVQL_MAX_ROWS.- The schema listing no longer includes
pg_*extension views.
Deploy
deploy/Dockerfile,deploy/fly.tomlanddeploy/README.mdship a node for any Postgres; the docs have a "Deploy a node" guide built aroundfly 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.txtand/agent-ready.mdfor agents.
SDKs
- TypeScript and Python packages at 0.4.0 bundle the 0.4.0 engine.
jevql v0.3.0
Full Changelog: v0.2.0...v0.3.0
jevql v0.2.0
Full Changelog: v0.1.0...v0.2.0
jevql v0.1.0
Full Changelog: https://github.com/kylemclaren/jevql/commits/v0.1.0