All Versions
18
Latest Version
Avg Release Cycle
45 days
Latest Release
1892 days ago

Changelog History
Page 1

  • v1.10

    February 19, 2019
  • v1.09

    February 19, 2019
  • v1.08 Changes

    February 18, 2019

    โšก๏ธ update Go version

  • v1.07

    February 19, 2019
  • v1.3.0 Changes

    November 16, 2020
    • ๐Ÿ”‹ feature: support for multiline inserts (some CH drivers are sending FORMAT TabSeparated with multiple rows e.g. Java ExecuteBatch) so we have count number of rows in data
    • ๐Ÿ‘Œ improvement: log in ยตs & log only insert statements - SELECTs are not that interesting and actual query isn't logged at all
    • ๐Ÿ‘Œ improvement: enable debug with ENV var
    • fix: memory leak caused by query_id in query params - basicaly every query is unique -> new map[]Table for every query with query_id -> tables were never deleted. I have added two options: clean_interval - all tables which are not updated for clean_interval will be deleted; remove_query_id - will remove query_id=... from query params before create / insert to Table (in our load the mem usage was 800MB+ within ~3h, with remove_query_id is the mem usage stable ~45MB) this can probably solve #23
    • ๐Ÿ›  fix: return 503 instead of stack trace when there is no live clickhouse endpoint
  • v1.2.6 Changes

    May 02, 2020

    ๐Ÿ”„ Changelog

    โšก๏ธ 1286592 Update clickhouse.go
    โšก๏ธ 1c28884 Update clickhouse.go

  • v1.2.5

    March 06, 2020
  • v1.2.4

    March 06, 2020
  • v1.2.4-a1 Changes

    March 06, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿš€ b43e350 Update .goreleaser.yml

  • v1.2.3

    March 06, 2020