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 Loading
base: v2.20.0
Choose a base ref
...
head repository: ClickHouse/clickhouse-go Loading
compare: v2.21.0
Choose a head ref
  • 9 commits
  • 17 files changed
  • 5 contributors

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    e47930a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    6fb48d7 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#1215)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.4...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      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 Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8014c75 View commit details
    Browse the repository at this point in the history
  3. Run cloud workflow on main branch only (#1219)

    * Run cloud workflow only if secret is available
    
    * run cloud tests on main only
    
    * fix
    jkaflik committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    812eedd View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. ClickHouse 24.2 (#1220)

    jkaflik committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0b005e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Bump golang.org/x/net from 0.21.0 to 0.22.0 (#1221)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.22.0.
    - [Commits](golang/net@v0.21.0...v0.22.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 Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e92e46a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40eda3f View commit details
    Browse the repository at this point in the history
  3. Stream HTTP response body read for decompression (#1213)

    * Create reader instead of reading Response.Body to avoid huge memory consumption
    
    * Fix test
    rogeryk committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4c8219e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    45dbc8f View commit details
    Browse the repository at this point in the history
Loading