Releases: ContentSquare/chproxy
Releases · ContentSquare/chproxy
v1.16.4
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
v1.16.2
v1.16.1
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
v1.15.1
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
Changelog
- 165b879 update go mod
- 7353541 remove --rm-dist from goreleaser
- 9e94a17 add cross compiling arm64
- 6257d7b Update go.mod
- 794d0ab add github actions + goreleaser dockers
- f949b56 add golangci linters settings
- 172d9b5 Update readme (#149)
- 044ffe9 docs: minor edits and fix broken links (#145)
- a2f0429 chore: replaced package org (#136)
- 93227b2 Add documentation website (#142)
- 6b6a885 Distributed cache with redis (#135)
- 714292d Create SECURITY.md (#132)
- 735e910 Remove vendors (#4) (#134)
- 524f3a4 enh(tcp6): allow enabling via config (#133)
- ee67a2d Sticky Sessions: Tolerate ClickHouse Session ID Mechanism (#117)
- 7cabf6e Add support for WITH query (#108)
- 2e8c798 Merge pull request #96 from tochka/master
- 65a0207 add check for request body is not nil
- 25e5503 add Chinese README (#102)
- fb302e1 fix review comments
- 7ee2d20 add correct HTTP query handler
- 181b454 fix get query from body of GET request
- 1758e73 go fmt