Skip to content

Releases: devrupt-io/squache

0.2.0

10 Jan 13:48

Choose a tag to compare

  • Fixed a bug when no upstreams were declared
  • Simplified deployment using .env for 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.comexample.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
  • Domains API - New REST endpoints for domain analytics
    • GET /api/domains - Domain statistics aggregated by primary domain
    • GET /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

28 Dec 09:43

Choose a tag to compare

  • Initial Release
  • Web Interface
  • Automatic Squid Configuration