Skip to content

Releases: ContentSquare/chproxy

v1.16.0

24 Jun 11:48
c4aece8
Compare
Choose a tag to compare

Changelog

  • c4aece8 Issue-128 | Allow param_ in query parameters (#175)
  • 8739522 remove redundant type conversions (#171)
  • ab92047 Bump prismjs from 1.26.0 to 1.27.0 in /docs (#148)
  • ac344a8 Bump async from 2.6.3 to 2.6.4 in /docs (#163)
  • b115fdf Bump minimist from 1.2.5 to 1.2.6 in /docs (#157)

v1.15.1

20 May 09:48
0468f31
Compare
Choose a tag to compare

Breaking change

We've introduced unintentionally breaking change #182. Chproxy adds 30s max_execution_time by default which was not the case before that release.

Changelog

  • 0468f31 fix sessionTimeout passed as a query param
  • 12d99e0 Improve handling of concurrent identical queries (#146)
  • 88c790f install.md: docker usage
  • bb49c16 chore: Add more linters and fix go code (#158)
  • eeec324 increase code coverage (#152)
  • c859f2a Remove references to Read the docs (deprecated) (#159)
  • 6cfac12 fix: fix the bytes encode/decode for redis cache (#153)
  • 5b23001 ci: Add automatic CI (#156)
  • 72aee5e ci: Change golangci-lint config in order to remove errors (#155)

v1.15.0

22 Mar 13:00
Compare
Choose a tag to compare

Changelog

v1.14.0

05 Feb 20:11
ea4d066
Compare
Choose a tag to compare
Merge pull request #78 from lalex/header_auth

Allow to auth with the X-ClickHouse-User header

v1.13.2

08 Mar 22:14
Compare
Choose a tag to compare

Fixed #43

v1.13.1

08 Mar 21:31
Compare
Choose a tag to compare
  • Fixed issue #42

v1.13.0

24 Sep 17:35
Compare
Choose a tag to compare
  • extend allow params for #37
  • allow to configure read, write and idle timeouts for proxy #36

v1.12.0

13 Jun 11:44
Compare
Choose a tag to compare
  • 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

22 Apr 09:38
Compare
Choose a tag to compare
  • support for enable_http_compression parameter
  • support external_data processing

v1.10.4

12 Feb 10:28
Compare
Choose a tag to compare
  • sort Accept-Encoding header for getting the same cache key for different browsers