New Features
Product Sources
Complete implementation of Product Sources feature allowing users to search external websites (deal aggregators and online stores) for products
- Full CRUD API with handlers for create, read, update, delete, search, and pagination
- Dedicated search UI for discovering products across multiple sources
- Support for both "Deals Site" and "Online Store" types with configurable extraction strategies
- Integration with existing search functionality
Basically, with this, you can search sites which have product urls, giving you more prices to watch
Bug Fixes
- Fixed price cache cleanup when stores are deleted (#47)
- Resolved tag display issues (#88)
- Fixed memory leaks and out-of-memory issues in test suite
- Corrected coding standards issues (#96)
Testing & Development
- Implemented parallel test execution in CI pipeline
- Improved test coverage across the application
- Reduced memory consumption during test runs
Documentation
- Added Product Sources documentation
Code
- Release/2025-12 by @jez500 in #98
- Full Changelog: v1.0.40...v1.0.41