Skip to content

Latest commit

 

History

History
95 lines (57 loc) · 8.63 KB

CHANGELOG.md

File metadata and controls

95 lines (57 loc) · 8.63 KB

Changelog

0.1.7 (2024-03-05)

Miscellaneous

  • deps: bump codecov/codecov-action from 3 to 4 (#82) (b3f3723)
  • deps: bump github.com/ClickHouse/clickhouse-go/v2 from 2.19.0 to 2.20.0 (#84) (ab7de98)
  • deps: bump github.com/gliderlabs/ssh from 0.3.5 to 0.3.6 (#72) (302ec3d)
  • deps: bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#85) (a508fd5)
  • deps: bump golang.org/x/crypto from 0.16.0 to 0.18.0 (#76) (88c4d67)
  • deps: bump golang.org/x/sync from 0.5.0 to 0.6.0 (#75) (0d2b742)
  • deps: bump google-github-actions/release-please-action from 3 to 4 (#83) (e25cf9e)
  • upgrade dependencies (#81) (bd10580)

0.1.6 (2024-01-10)

Bug Fixes

  • invalid dsn format during decode (#77) (f7bc22d)

Miscellaneous

  • deps: bump github.com/ClickHouse/clickhouse-go/v2 from 2.13.4 to 2.14.3 (#63) (c706eec)
  • deps: bump github.com/ClickHouse/clickhouse-go/v2 from 2.14.3 to 2.16.0 (#70) (c7815ff)
  • deps: bump github.com/rudderlabs/compose-test from 0.1.2 to 0.1.3 (#57) (011b6c9)
  • deps: bump golang.org/x/crypto from 0.12.0 to 0.14.0 (#62) (f0acada)
  • deps: bump golang.org/x/crypto from 0.14.0 to 0.16.0 (#69) (9e3c04b)
  • deps: bump golang.org/x/sync from 0.3.0 to 0.4.0 (#61) (7a5b5cd)
  • deps: bump golang.org/x/sync from 0.4.0 to 0.5.0 (#67) (29c197e)

0.1.5 (2023-09-06)

Miscellaneous

  • deps: bump github.com/ClickHouse/clickhouse-go/v2 from 2.13.3 to 2.13.4 (#54) (f1cf7c7)

0.1.4 (2023-08-25)

Miscellaneous

  • deps: bump github.com/ClickHouse/clickhouse-go/v2 from 2.9.0 to 2.13.3 (#52) (9323a7b)
  • deps: bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 (#31) (38e17d5)
  • deps: bump github.com/lib/pq from 1.10.7 to 1.10.9 (#32) (113fb6a)
  • deps: bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#43) (39c7ac4)
  • deps: bump golang.org/x/crypto from 0.10.0 to 0.12.0 (#49) (139f39f)
  • deps: bump golang.org/x/crypto from 0.8.0 to 0.10.0 (#39) (93a972b)
  • deps: bump golang.org/x/sync from 0.1.0 to 0.3.0 (#40) (90c3d54)
  • update rudderlabs/compose-test (#53) (70cfbcb)

0.1.3 (2023-04-20)

Miscellaneous

  • deps: bump github.com/ClickHouse/clickhouse-go/v2 from 2.4.3 to 2.9.0 (#28) (e081979)
  • deps: bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#18) (d763616)
  • deps: bump go.uber.org/goleak from 1.2.0 to 1.2.1 (#15) (7d505b7)
  • deps: bump golang.org/x/crypto from 0.4.0 to 0.8.0 (#27) (cbca284)

0.1.2 (2022-12-22)

Miscellaneous

0.1.1 (2022-12-14)

Bug Fixes

  • stop printing sensitive information (#5) (ef0b510)

0.1.0 (2022-12-13)

Features

  • base support for opening connection over ssh tunnelling (#1) (871eebd)

Miscellaneous

  • add github actions for release and semantic pr (93e1eb1)
  • init (ffd7f15)
  • release 0.1.0 (465af21)
  • simplify tunnel code and early error handling (#4) (9adc70d)
  • use GITHUB_TOKEN (73171cd)