-
-
Notifications
You must be signed in to change notification settings - Fork 115
Comparing changes
Open a pull request
base repository: chdb-io/chdb
base: v4.1.2
head repository: chdb-io/chdb
compare: v4.1.3
- 8 commits
- 23 files changed
- 2 contributors
Commits on Mar 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 751ea10 - Browse repository at this point
Copy the full SHA 751ea10View commit details -
Merge pull request #537 from chdb-io/docs/add-hex-getting-started
Add Get Started on Hex section to README
Configuration menu - View commit details
-
Copy full SHA for e62fba2 - Browse repository at this point
Copy the full SHA e62fba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fa0be2 - Browse repository at this point
Copy the full SHA 9fa0be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bbd7da - Browse repository at this point
Copy the full SHA 9bbd7daView commit details
Commits on Mar 17, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 984028a - Browse repository at this point
Copy the full SHA 984028aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2573f4e - Browse repository at this point
Copy the full SHA 2573f4eView commit details -
Merge pull request #541 from chdb-io/fix/clickhouse-cloud-auto-detect…
…-secure Auto-detect ClickHouse Cloud secure connections
Configuration menu - View commit details
-
Copy full SHA for 1c997dc - Browse repository at this point
Copy the full SHA 1c997dcView commit details -
Merge pull request #542 from chdb-io/refactor/split-agent-skills
Split agent skill into chdb-datastore and chdb-sql
Configuration menu - View commit details
-
Copy full SHA for a140ba1 - Browse repository at this point
Copy the full SHA a140ba1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.1.2...v4.1.3