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: chdb-io/chdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.2
Choose a base ref
...
head repository: chdb-io/chdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.3
Choose a head ref
  • 8 commits
  • 23 files changed
  • 2 contributors

Commits on Mar 11, 2026

  1. Configuration menu
    Copy the full SHA
    751ea10 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #537 from chdb-io/docs/add-hex-getting-started

    Add Get Started on Hex section to README
    auxten authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    e62fba2 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    auxten authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    9fa0be2 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    auxten authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    9bbd7da View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. Auto-detect ClickHouse Cloud secure connections

    ClickHouse Cloud blocks port 9000 (plaintext native protocol), only
    accepting connections on port 9440 (native + TLS). Users connecting
    via DataStore hit NO_REMOTE_SHARD_AVAILABLE because the default is
    remote() on port 9000.
    
    Mirror the auto-detection logic from clickhouse-client (PRs #56638,
    #56649, #74212):
    - .clickhouse.cloud hosts -> secure=True + default port 9440
    - Port 9440 on any host -> secure=True
    - Support ?secure=true in clickhouse:// URIs
    auxten committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    984028a View commit details
    Browse the repository at this point in the history
  2. Split agent skill into chdb-datastore and chdb-sql

    Separate the single `using-chdb` skill into two focused skills to match
    distinct user mental models: pandas-style DataStore vs raw ClickHouse SQL.
    
    - chdb-datastore: drop-in pandas replacement with decision tree, connectors
      reference, API reference, 11 examples, and verify_install.py
    - chdb-sql: in-process SQL with table functions, SQL functions references,
      9 examples, and verify_install.py
    - Rewrite install_skill.sh: two-skill install, --project flag, interactive
      agent selection, .agents/ path support
    - Update README.md AI Coding Agent Skills section
    auxten committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    2573f4e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #541 from chdb-io/fix/clickhouse-cloud-auto-detect…

    …-secure
    
    Auto-detect ClickHouse Cloud secure connections
    auxten authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    1c997dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #542 from chdb-io/refactor/split-agent-skills

    Split agent skill into chdb-datastore and chdb-sql
    auxten authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    a140ba1 View commit details
    Browse the repository at this point in the history
Loading