All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.
- Initial planning for
gorimpo-docswebsite. - Preparation for OLX Native API integration.
- Full Localization: Standardized all system logs, error and internal notification strings, and Prometheus metrics to English (by @dipievil & @qorexdev).
This version focuses on resilience and modularity. We introduced dynamic proxy support to avoid IP bans, refactored the OLX adapter for a cleaner architecture, and implemented Gotify notifications.
- Proxy Rotation: Dynamic rotation with initial ProxyScrape support.
- Gotify Support: Native integration for Gotify notifications (by @dipievil).
- Hexagonal Refactor: Moved OLX scraper to a modular sub-package in
/internal/adapters/scraper/olx/.
- Docker Performance: Optimized Dockerfile using multi-stage builds (by @dipievil).
- Circuit Breaker: The system now ignores proxy timeouts to prevent unnecessary cooldowns.
- I18n: Initial structure for internationalization (EN/PT-BR).