From 20b8d0a91704a256032faa898649689035074cd5 Mon Sep 17 00:00:00 2001 From: agatha Date: Sun, 15 Mar 2026 16:24:26 -0400 Subject: [PATCH] docs: update changelog for manual scrape and protocol parser --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9ce3c..c5e782f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Docker Compose test stack with ephemeral Postgres (tmpfs) - Database reset script for local development - Makefile with common development commands +- Manual scrape trigger endpoint: POST /sources/{id}/scrape +- Protocol-prefix parser plugin for socks5://ip:port format ### Changed