Skip to content

Monoscope v0.6.23

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 18:14
· 36 commits to master since this release

What's Changed

  • Fix/events search descendants only by @tonyalaribe in #373
  • Refactor AI prompts for clarity and structured output by @tonyalaribe in #372
  • Feat/schema learning in process by @tonyalaribe in #376
  • Feat/schema learning in process by @tonyalaribe in #377
  • fix(packaging): align cabal with AGPL LICENSE, add fmt pre-commit by @victalejo in #385
  • chore(deps): bump fast-uri from 3.1.0 to 3.1.2 by @dependabot[bot] in #374
  • chore(deps): bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4 by @dependabot[bot] in #375
  • chore(deps): bump the npm-dev-dependencies group with 4 updates by @dependabot[bot] in #378
  • chore(deps): bump @types/node from 25.6.0 to 25.6.2 in /web-components in the web-components-dev group by @dependabot[bot] in #380
  • chore(deps): bump vite from 7.3.2 to 8.0.12 in /web-components by @dependabot[bot] in #381
  • chore(deps): bump @napi-rs/canvas from 0.1.100 to 1.0.0 in /web-components by @dependabot[bot] in #382
  • chore(deps): bump @opentelemetry/exporter-prometheus and @opentelemetry/auto-instrumentations-node by @dependabot[bot] in #383
  • chore(deps): bump @opentelemetry/sdk-node and @opentelemetry/auto-instrumentations-node by @dependabot[bot] in #384
  • chore(deps): bump the web-components-prod group in /web-components with 3 updates by @dependabot[bot] in #387
  • chore(deps): bump the web-components-dev group in /web-components with 4 updates by @dependabot[bot] in #386
  • chore(deps): bump the npm-prod-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #379
  • docs: add CONTRIBUTING.md with development and PR workflow guide by @Arvuno in #389
  • docs: add bug report and feature request issue templates by @Arvuno in #392
  • docs(docker): expand override example with persistent storage and MinIO options by @Arvuno in #391
  • chore(deps): bump qs from 6.14.2 to 6.15.2 in /web-components by @dependabot[bot] in #393
  • chore(deps): bump the web-components-prod group in /web-components with 3 updates by @dependabot[bot] in #396
  • chore(deps): bump the web-components-dev group in /web-components with 3 updates by @dependabot[bot] in #395
  • chore(deps): bump the npm-dev-dependencies group with 2 updates by @dependabot[bot] in #394
  • feat(i18n): YAML-driven translations with EN/ES + language switcher by @victalejo in #397
  • ci: add weeder check for unused code detection by @tonyalaribe in #243
  • Implement unified time testing with controllable app_now() function by @tonyalaribe in #329
  • facets: consolidate to dotted OTel paths; bulk-refresh in-memory + batched by @tonyalaribe in #399
  • facets: restore top-level + severity facets, empty-state row, more tests by @tonyalaribe in #401
  • ingestion: TF-strict commit, per-partition offsets, row-level bisection by @tonyalaribe in #402
  • hasql-interpolate + record-dot migration: derived ENUM/CITEXT decoders by @tonyalaribe in #409
  • Ingestion/derive bulk insert cap by @tonyalaribe in #410
  • tests: faster dev loop + hpack dep dedup; misc hasql fixes by @tonyalaribe in #411
  • ingestion: OTel decode/write histograms, per-partition Kafka concurrency, redactJSON early-exit by @tonyalaribe in #412
  • refactor(phase1): conciseness pass — makeEffect, DAE.Snake, combinators by @tonyalaribe in #413
  • otel: propagate context across forks + root spans at queue/gRPC entry points by @tonyalaribe in #414
  • chore(deps): bump @rrweb/replay from 2.0.0-alpha.20 to 2.0.0 in /web-components by @dependabot[bot] in #407
  • otel: extract batchSpanAttrs helper to dedupe processList/processMessages by @tonyalaribe in #415
  • perf: drop UPDATE-2 CASE-WHEN ladder for native unnest-join now that … by @tonyalaribe in #420
  • refactor(LogQueries): collapse wrappers onto jsonb_build_array(sub.*) by @tonyalaribe in #423

New Contributors

  • @victalejo made their first contribution in #385
  • @Arvuno made their first contribution in #389

Full Changelog: v0.6.22...v0.6.23