docs: update changelog for compose test stack

This commit is contained in:
agatha 2026-03-15 15:51:23 -04:00
parent 2e957487c6
commit 43632fe0ad

View File

@ -42,4 +42,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Scrape tasks: scrape_source, scrape_all
- Validation tasks: validate_proxy with staged pipeline, revalidate_sweep
- Cleanup tasks: prune_dead_proxies, prune_old_checks, expire_leases
- Cron schedules for all periodic tasks
- Cron schedules for all periodic tasks
- Production Dockerfile with multi-stage uv build
- Test Dockerfile with dev dependencies
- Docker Compose test stack with ephemeral Postgres (tmpfs)
- Database reset script for local development
- Makefile with common development commands
### Changed
- Centralized test fixtures in conftest.py
- Integration tests use shared client fixture