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/ch-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.64.1
Choose a base ref
...
head repository: ClickHouse/ch-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.65.0
Choose a head ref
  • 14 commits
  • 10 files changed
  • 5 contributors

Commits on Feb 4, 2025

  1. chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.10.0 to 0.11.0.
    - [Commits](golang/sync@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    c4d602a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1038 from ClickHouse/dependabot/go_modules/golang…

    ….org/x/sync-0.11.0
    
    chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0
    ernado authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    f99ba04 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Configuration menu
    Copy the full SHA
    567b34e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb8585b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d4ba47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b26ebf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    743c9d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9258c0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1039 from pablomatiasgomez/allow-creating-compres…

    …sor-with-methods
    
    perf(compress.writer): allow creating a compress.writer with custom supported methods
    SpencerTorres authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    4cdb83a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    65a3012 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1040 from ClickHouse/compressor_etc

    perf(compressor): reduce memory by using new compression code
    SpencerTorres authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    aadb7ee View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    05fba0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b64209f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1041 from ClickHouse/fix_potential_overflow

    fix(compressor): fixing an overflow that could potentially smuggle query in from data
    SpencerTorres authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    0e83566 View commit details
    Browse the repository at this point in the history
Loading