Skip to content

Releases: ContentSquare/chproxy

v1.11.0

22 Apr 09:38

Choose a tag to compare

  • support for enable_http_compression parameter
  • support external_data processing

v1.10.4

12 Feb 10:28

Choose a tag to compare

  • sort Accept-Encoding header for getting the same cache key for different browsers

v1.10.3

02 Feb 07:35
6cccf91

Choose a tag to compare

  • support http-01 challenge for letsencrypt

v1.10.2

28 Dec 12:48

Choose a tag to compare

  • fix issue with caching of gzipped requests
  • fix issue with partially written response caches when client closed connection

v1.10.1

26 Dec 14:33

Choose a tag to compare

  • Fixed a bug preventing from caching responses for queries with decompress=1 (see #16).

v1.10.0

22 Dec 14:42

Choose a tag to compare

  • support compress and decompress params
  • store dependencies in local vendor folder

v1.9.0

11 Dec 12:44

Choose a tag to compare

  • extend config.Duration with support of d (means a day) and w (means a week) time units

v1.8.2

10 Nov 11:20

Choose a tag to compare

  • fixed a bug when statusCode was overridden when caching

v1.8.1

09 Nov 15:56

Choose a tag to compare

  • Skip leading comments from the query before caching it. This fixes caching for queries from tabix.

v1.8.0

08 Nov 20:03

Choose a tag to compare

  • Added ability to set cache_namespace via GET query arg. This makes possible to instantly flush cache by switching to new namespace. See docs for more details.
  • Actualized grafana dasbhoard.
  • Increased test coverage.
  • Debug messages now contain elapsed request duration.