Releases: devrupt-io/squache
Releases · devrupt-io/squache
0.2.0
- Fixed a bug when no upstreams were declared
- Simplified deployment using
.envfor configuration - Improved layout consistency for the UI and header
- Domains tab - New dashboard tab showing domain-level statistics
- Aggregates requests by primary domain (e.g.,
cdn.example.com→example.com) - Shows request count, bandwidth usage, cache hit rate, errors, and response times
- Expandable subdomain details for each primary domain
- Sortable columns and time range filters (1h, 6h, 24h, 7d)
- Search functionality to find specific domains
- Aggregates requests by primary domain (e.g.,
- Domains API - New REST endpoints for domain analytics
GET /api/domains- Domain statistics aggregated by primary domainGET /api/domains/search- Search domains by name
- Improved handling of CONNECT-style requests (e.g.,
example.com:443) - Better multi-part TLD support (e.g.,
.co.uk,.com.au)
Initial Release
- Initial Release
- Web Interface
- Automatic Squid Configuration