Skip to content

Releases: oleg-koval/slow-query-detector

v1.0.1

16 Apr 16:11
Immutable release. Only release title and notes can be modified.
d3688d1

Choose a tag to compare

queryd v1.0.1

Patch release: npm package rename to a scoped name npm accepts for publication.

Upgrade

npm uninstall queryd
npm install @olegkoval/queryd @prisma/client

Update imports from queryd to @olegkoval/queryd (public API unchanged).

Bug Fixes

  • scoped npm package @olegkoval/queryd (#10) — unscoped queryd was blocked by npm policy; publishing continues under @olegkoval/queryd.

Compare

Full diff v1.0.0…v1.0.1


semantic-release changelog (auto)

1.0.1 (2026-04-16)

Bug Fixes

  • scoped npm package @olegkoval/queryd (#10) (d3688d1)

queryd v1.0.0

16 Apr 16:17
Immutable release. Only release title and notes can be modified.
277cb44

Choose a tag to compare

queryd v1.0.0

First stable 1.x line for the Prisma-friendly slow query detector.

Install (historical)

At this tag the npm package name was queryd. npm later required a scoped name; use v1.0.1 / @olegkoval/queryd for current installs.

Highlights

  • createSlowQueryDetector — thresholds, sampling, optional EXPLAIN ANALYZE, pluggable ILogger
  • wrapPrismaClient — wraps Prisma for $queryRaw, $executeRaw, and interactive $transaction
  • runWithDbContext — request-scoped context on emitted events
  • createConsoleLogger / createNoopLogger — minimal built-ins; wire Sentry or other backends via ILogger
  • Node.js 18+, ESM + published TypeScript declarations

Repository & delivery

  • CI, Coveralls coverage, semantic-release automation
  • npm trusted publishing (OIDC) and release workflow fixes leading up to this tag

Links