Skip to content

v2.0.16

Choose a tag to compare

@NGTmeaty NGTmeaty released this 23 Sep 22:57
· 55 commits to main since this release
1f0d58f

What's Changed

  • Make Zeno to be signalable by HQ via websocket by @yzqzss in #429
  • Add support for confirmed messages through WS by @NGTmeaty in #451
  • More versatile HQ client init by @vbanos in #442
  • chore(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 in the go_modules group by @dependabot[bot] in #454
  • Add support for Sentry by @NGTmeaty in #456
  • Bump gowarc to v0.8.88 by @CorentinB in #457
  • dependency: upgrade go-css-lexer to v0.1.0 by @yzqzss in #423
  • Optimize domainscrawl domain matching by @CorentinB in #452
  • Fix domainscrawl race in tests by @CorentinB in #459
  • Add comprehensive GitHub Copilot instructions with development best practices for Zeno web crawler by @Copilot in #461
  • Add GCC 12+ requirement documentation with Ada URL parser context by @Copilot in #463
  • refactor TestPauseResumeE2E with synctest for accuracy by @yzqzss in #466
  • Fix config validation to report errors for invalid configuration files by @Copilot in #458
  • chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #467
  • Simplify HQ websocket functions by @vbanos in #469
  • chore(deps): bump the go-modules group with 10 updates by @dependabot[bot] in #468
  • refine preprocess error reporting by @vbanos in #474
  • Refactor finisher by @vbanos in #476
  • Return error instead of using panic() in the Reactor by @vbanos in #475
  • Switch default digest algorithm from SHA1 to BLAKE3 by @CorentinB in #450
  • Optionally send outlinks to 2nd HQ project by @vbanos in #465
  • chore(deps): bump the go-modules group with 5 updates by @dependabot[bot] in #478
  • fix(docker): upgrades go version to 1.25.1 by @wilsoniya in #480
  • Remove duplicate data-srcset by @vbanos in #486
  • Refactor item errors by @vbanos in #484
  • Optimise encodeNonUTF8QueryURLs by @vbanos in #485
  • Improve startPipeline error handling by @vbanos in #481
  • Expose --max-outlinks by @yzqzss in #487
  • Replace context.TODO() with the current component's context by @vbanos in #488
  • Drop panic from preprocessor seencheck by @vbanos in #489
  • Return errors in config init instead of os.Exit by @vbanos in #483
  • Improve Archiver error reporting by @vbanos in #482
  • fix: ensure LQ context is cancelled after seeds are reset. by @NGTmeaty in #493
  • Order local queue URLs by number of hops and timestamp by @NGTmeaty in #490

New Contributors

  • @Copilot made their first contribution in #461
  • @wilsoniya made their first contribution in #480

Full Changelog: v2.0.15...v2.0.16