Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ClickHouse/clickhouse-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.17.1
Choose a base ref
...
head repository: ClickHouse/clickhouse-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.18.0
Choose a head ref
  • 13 commits
  • 12 files changed
  • 7 contributors

Commits on Jan 15, 2024

  1. resolves #1163 debugF function is not respected (#1166)

    * fix(issue-1163): debugF function is not respected
    
    * fix(issue-1163): address MR comment
    omurbekjk committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    eb76971 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Bump github.com/containerd/containerd from 1.7.7 to 1.7.11 (#1162)

    Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.7 to 1.7.11.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v1.7.7...v1.7.11)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    fc2f367 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/docker/go-connections from 0.4.0 to 0.5.0 (#1170)

    Bumps [github.com/docker/go-connections](https://github.com/docker/go-connections) from 0.4.0 to 0.5.0.
    - [Commits](docker/go-connections@v0.4.0...v0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/go-connections
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ead3da5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Bump github.com/docker/docker (#1183)

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 25.0.1+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v24.0.7...v25.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e949f0c View commit details
    Browse the repository at this point in the history
  2. Bump github.com/andybalholm/brotli from 1.0.6 to 1.1.0 (#1180)

    Bumps [github.com/andybalholm/brotli](https://github.com/andybalholm/brotli) from 1.0.6 to 1.1.0.
    - [Commits](andybalholm/brotli@v1.0.6...v1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/andybalholm/brotli
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b8bab6a View commit details
    Browse the repository at this point in the history
  3. Bump github.com/paulmach/orb from 0.10.0 to 0.11.0 (#1179)

    Bumps [github.com/paulmach/orb](https://github.com/paulmach/orb) from 0.10.0 to 0.11.0.
    - [Release notes](https://github.com/paulmach/orb/releases)
    - [Changelog](https://github.com/paulmach/orb/blob/master/CHANGELOG.md)
    - [Commits](paulmach/orb@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/paulmach/orb
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    703f9aa View commit details
    Browse the repository at this point in the history
  4. Bump go.opentelemetry.io/otel/trace from 1.19.0 to 1.22.0 (#1178)

    Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.19.0 to 1.22.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.19.0...v1.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel/trace
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5bd511d View commit details
    Browse the repository at this point in the history
  5. Fix bind for seconds scale DateTime (#1184)

    * fixing timezone problem
    
    * Add test case and fix statement generation
    
    ---------
    
    Co-authored-by: Devop- <[email protected]>
    Co-authored-by: Eyüp SARAL <[email protected]>
    3 people committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8aac443 View commit details
    Browse the repository at this point in the history
  6. Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#1185)

    Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0.
    - [Release notes](https://github.com/google/uuid/releases)
    - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
    - [Commits](google/uuid@v1.5.0...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2d01430 View commit details
    Browse the repository at this point in the history
  7. Bump golang.org/x/net from 0.19.0 to 0.20.0 (#1172)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.20.0.
    - [Commits](golang/net@v0.19.0...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    baa0d13 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Bump github.com/paulmach/orb from 0.11.0 to 0.11.1 (#1188)

    Bumps [github.com/paulmach/orb](https://github.com/paulmach/orb) from 0.11.0 to 0.11.1.
    - [Release notes](https://github.com/paulmach/orb/releases)
    - [Changelog](https://github.com/paulmach/orb/blob/master/CHANGELOG.md)
    - [Commits](paulmach/orb@v0.11.0...v0.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/paulmach/orb
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ae82686 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Add WithAllocBufferColStrProvider string column allocator for batch i…

    …nsert performance boost (#1181)
    
    * add ColStrProvider for column_gen
    
    * add test for WithAllocBufferColStrProvider
    hongker committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d5e4452 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19a5bf2 View commit details
    Browse the repository at this point in the history
Loading