Skip to content

Releases: PostHog/chproxy

v1.27.1

17 Jan 14:02
72f1b29
Compare
Choose a tag to compare

What's Changed

  • feat: use same transport for heartbeat by @orian in #8

v1.27.0

17 Jan 12:09
2133208
Compare
Choose a tag to compare

Allow to set InsecureSkipVerify for ClickHouse connection.

Changes a config file format: connection_pool option is moved into http_client.

Before:

connection_pool:
  max_idle_conns: 100
  max_idle_conns_per_host: 2

After

http_client:
  insecure_skip_verify: true
  connection_pool:
    max_idle_conns: 100
    max_idle_conns_per_host: 2

v1.26.7-rc2

15 Jan 14:20
1701afb
Compare
Choose a tag to compare

Changelog

v1.26.7

15 Jan 14:30
1701afb
Compare
Choose a tag to compare

Smaller fixes based on linter. Multiarch docker image for both amd64 and arm64.