Releases: ContentSquare/chproxy
Releases · ContentSquare/chproxy
v1.14.0
Merge pull request #78 from lalex/header_auth
Allow to auth with the X-ClickHouse-User header
v1.13.0
- extend allow params for #37
- allow to configure read, write and idle timeouts for proxy #36
v1.12.0
- support
param_groups
- named lists of URL params to send with each query to ClickHouse. See #33
- additional validation for
security_groups
v1.11.0
- support for enable_http_compression parameter
- support external_data processing
v1.10.4
- sort Accept-Encoding header for getting the same cache key for different browsers
v1.10.3
- support
http-01
challenge for letsencrypt
v1.10.2
- fix issue with caching of gzipped requests
- fix issue with partially written response caches when client closed connection
v1.10.1
- Fixed a bug preventing from caching responses for queries with
decompress=1
(see #16).