Skip to content

Choose a tag to compare

@hahwul hahwul released this 21 Jul 13:29

v1.2.1

Noir v1.2.1 is a bug-fix release addressing determinism and cross-framework accuracy regressions introduced in v1.2.0's performance sweep.

Fixed

  • Fixed the shared JS route extractor (Express, Fastify, Koa, Hono, Restify) cross-tagging routes from sibling frameworks in multi-framework projects.
  • Fixed non-deterministic technology attribution for deduped endpoints with no code path (e.g. static/public-dir serving) by adding technology as a final sort tiebreaker.
  • Resolved Spring application.properties placeholders (${...}) in @RequestMapping paths. by @4ICH4 in #2366
  • Reverted the detector content-channel buffer capacity from 64 back to 16 — re-measurement showed no throughput gain, only a doubled worst-case memory ceiling.

Full Changelog: v1.2.0...v1.2.1