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.14.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.14.2
Choose a head ref
  • 8 commits
  • 11 files changed
  • 8 contributors

Commits on Sep 26, 2023

  1. docs: update readme.md (#1068)

    Signed-off-by: rfyiamcool <[email protected]>
    rfyiamcool authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    72fb712 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Bump github.com/testcontainers/testcontainers-go from 0.23.0 to 0.25.0 (

    #1109)
    
    Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.23.0 to 0.25.0.
    - [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
    - [Commits](testcontainers/testcontainers-go@v0.23.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/testcontainers/testcontainers-go
      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] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d59283f View commit details
    Browse the repository at this point in the history
  2. Fix: Block stream read process would be terminated by empty block wit…

    …h zero rows (#1104)
    
    * support skip empty block while reading rows from stream
    
    * remove unrelated comments
    crisismaple authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7d2211d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93692b6 View commit details
    Browse the repository at this point in the history
  4. Update conn_http_batch.go (#1103)

    allow for escaped columns
    beck917 authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    efe5bda View commit details
    Browse the repository at this point in the history
  5. Bump go.opentelemetry.io/otel/trace from 1.17.0 to 1.19.0 (#1108)

    Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.17.0 to 1.19.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.17.0...v1.19.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] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    78ccf39 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Remove dependency on github.com/satori/go.uuid (#1085)

    it has a vulnerability, GO-2020-0018. Although fixed in master (satori/go.uuid#75), a release has never been tagged
    
    Co-authored-by: Kuba Kaflik <[email protected]>
    srikanthccv and jkaflik authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    3091c87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f115fc View commit details
    Browse the repository at this point in the history
Loading