Skip to content

Releases: ContentSquare/chproxy

v1.16.2

20 Jul 12:32
05f4f59

Choose a tag to compare

Changelog

  • 05f4f59 fix(proxy): return Clickhouse error message when query fails (#192)
  • 6d45135 fix(newParamsRegistry): inistialisation bug (#189)
  • a5f1614 doc(max_exec_time): set by default to 30s (#186)
  • 11d2412 Bump parse-url from 6.0.0 to 6.0.2 in /docs (#181)

v1.16.1

07 Jul 11:49
c63bb7c

Choose a tag to compare

Changelog

  • c63bb7c Fix redis transaction registry (#184)
  • f4a34c3 Bump got from 11.8.3 to 11.8.5 in /docs (#176)
  • 6547038 Create bug issue template (#178)
  • 312286a chore: pullrequest template (#180)
  • 6ee64db Create feature issue template (#179)
  • 11ed325 Fix proxy by session id on multi nodes (#173)
  • ca5306c fix(max concurrent queries/test): increase duration of long query to ensure the second one fails us expected in a slow environment. (#177)

v1.16.0

24 Jun 11:48
c4aece8

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

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

Choose a tag to compare

Changelog

v1.14.0

05 Feb 20:11
ea4d066

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

Choose a tag to compare

Fixed #43

v1.13.1

08 Mar 21:31

Choose a tag to compare

  • Fixed issue #42

v1.13.0

24 Sep 17:35

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

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