Releases: ContentSquare/chproxy
Releases · ContentSquare/chproxy
v1.11.0
22 Apr 09:38
Compare
Sorry, something went wrong.
No results found
support for enable_http_compression parameter
support external_data processing
v1.10.4
12 Feb 10:28
Compare
Sorry, something went wrong.
No results found
sort Accept-Encoding header for getting the same cache key for different browsers
v1.10.3
02 Feb 07:35
Compare
Sorry, something went wrong.
No results found
support http-01 challenge for letsencrypt
v1.10.2
28 Dec 12:48
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed a bug preventing from caching responses for queries with decompress=1 (see #16 ).
v1.10.0
22 Dec 14:42
Compare
Sorry, something went wrong.
No results found
support compress and decompress params
store dependencies in local vendor folder
v1.9.0
11 Dec 12:44
Compare
Sorry, something went wrong.
No results found
extend config.Duration with support of d (means a day) and w (means a week) time units
v1.8.2
10 Nov 11:20
Compare
Sorry, something went wrong.
No results found
fixed a bug when statusCode was overridden when caching
v1.8.1
09 Nov 15:56
Compare
Sorry, something went wrong.
No results found
Skip leading comments from the query before caching it. This fixes caching for queries from tabix .
v1.8.0
08 Nov 20:03
Compare
Sorry, something went wrong.
No results found
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.