Releases: oleg-koval/slow-query-detector
Releases · oleg-koval/slow-query-detector
v1.0.1
Immutable
release. Only release title and notes can be modified.
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/clientUpdate imports from queryd to @olegkoval/queryd (public API unchanged).
Bug Fixes
- scoped npm package
@olegkoval/queryd(#10) — unscopedquerydwas blocked by npm policy; publishing continues under@olegkoval/queryd.
Compare
queryd v1.0.0
Immutable
release. Only release title and notes can be modified.
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, optionalEXPLAIN ANALYZE, pluggableILoggerwrapPrismaClient— wraps Prisma for$queryRaw,$executeRaw, and interactive$transactionrunWithDbContext— request-scoped context on emitted eventscreateConsoleLogger/createNoopLogger— minimal built-ins; wire Sentry or other backends viaILogger- 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