Skip to content

Releases: ContentSquare/chproxy

v1.16.4

22 Aug 15:14
9582d5d
Compare
Choose a tag to compare

Changelog

  • 9582d5d improve proxy unit tests (#203)
  • 2d6a5c7 fix: docker image for arm64
  • 1fd4cec goreleaser: docker image for arm64
  • 4172698 build docker image for arm64 (#205)
  • 387f2ca fix(asyncCache): propagation of transaction timeout (#190)
  • 9e5e033 update golangci-lint version + gofmt
  • 839f6c1 refactor: use os and io packages to replace some ioutils functions (#200)

v1.16.3

21 Jul 11:34
fab6ecd
Compare
Choose a tag to compare

Changelog

  • fab6ecd set default max_execution_time to 120s (#195)
  • 9c8611e Bump terser from 4.8.0 to 4.8.1 in /docs (#194)

v1.16.2

20 Jul 12:32
05f4f59
Compare
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
Compare
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
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