Commit Graph

1304 Commits

Author SHA1 Message Date
CSXFanMeng 7abac0959f
feat(backup): support table filters and MySQL compatibility 2026-07-19 10:32:33 +08:00
vrustx 66bdcf8153
feat(mysql): reuse byte buffers for UTF-8 strings 2026-07-19 09:02:47 +08:00
zipg d14fd84709
fix(mysql): preserve results after hash comments 2026-07-19 08:53:20 +08:00
vrustx 285196894e
feat(core): update pool activity timestamps atomically 2026-07-19 08:52:29 +08:00
vrustx 81f787e8d1
feat(export): prefetch table metadata during database export 2026-07-19 08:50:27 +08:00
vrustx 2891167015
fix(export): remove CSV and TSV buffer allocations 2026-07-19 01:32:56 +08:00
github-actions[bot] 7a6b976be8 chore(packages): release 0.4.37 [skip node-packages-release] 2026-07-18 17:03:18 +00:00
github-actions[bot] a357ac7e93 chore(packages): release 0.4.36 [skip node-packages-release] 2026-07-18 16:16:52 +00:00
github-actions[bot] 2063716def chore(packages): release 0.4.35 [skip node-packages-release] 2026-07-18 15:21:03 +00:00
t8y2 4bcf618162 feat(cli): migrate CLI to native Rust binary 2026-07-18 22:29:29 +08:00
t8y2 c52621bf06 fix(postgres): skip eager pool validation query 2026-07-18 19:42:45 +08:00
github-actions[bot] 2d4a14746d chore(packages): release 0.4.34 [skip node-packages-release] 2026-07-18 10:05:21 +00:00
t8y2 8d7dc695bb feat(mcp): run server from Rust binary 2026-07-18 17:57:44 +08:00
zipg c19c4b9be6
fix(ai): finish compatible streams after finish reason 2026-07-18 16:38:01 +08:00
vrustx 6ce477afe9
fix(core): update SSL mode URL assertions 2026-07-18 16:36:54 +08:00
t8y2 4cc14f5f72 feat(updater): remove AtomGit download source 2026-07-18 12:23:16 +08:00
t8y2 5f69cdd01f chore(release): prepare v0.5.60 2026-07-18 00:42:14 +08:00
t8y2 c40683431b fix(postgres): align SSL mode behavior 2026-07-18 00:11:21 +08:00
二丫讲梵 fec458dc2d
feat(ai): allow empty API keys for self-hosted providers 2026-07-17 23:56:33 +08:00
Guoyu Su be1a2c6236
feat(duckdb): support editing view definitions 2026-07-17 21:38:14 +08:00
co1dsand 681da22c33
feat(mongodb): improve document quick filters 2026-07-17 18:51:33 +08:00
Elias 08cd8903f4
feat(xugu): expose programmable object metadata 2026-07-17 17:53:44 +08:00
t8y2 d3887c9936 fix(mysql): update sha256_password authentication support 2026-07-17 17:30:05 +08:00
onenewcode bb613b1712
fix(mongodb): support aggregate options and parse errors 2026-07-17 16:57:38 +08:00
vrustx d689d78ab0
fix(sqlserver): report CTE DML affected rows 2026-07-17 16:10:56 +08:00
Spencer.Chang 9ba61756db
feat(jdbc): add user-managed JDBCX support 2026-07-17 16:05:50 +08:00
vrustx 1bf96c0935
perf(web): enable gzip compression for API responses 2026-07-17 14:19:55 +08:00
vrustx 1cd201d261
perf(postgres): classify result types once per column 2026-07-17 13:48:19 +08:00
t8y2 c63c268938 chore(release): prepare v0.5.59 2026-07-17 08:55:02 +08:00
Guoyu Su d3947d246c
feat(ai): add Claude Code CLI provider 2026-07-17 01:17:06 +08:00
vrustx a1d728092c
fix(mongodb): support aggregation pipeline updates 2026-07-17 01:08:22 +08:00
vrustx ecec25f0f4
fix(mysql): handle Manticore session initialization 2026-07-17 00:04:45 +08:00
CSXFanMeng f08a0b7f7f
feat(backup): add scheduled database backups 2026-07-16 18:49:15 +08:00
jischeng 41e0989f96
feat(starrocks): enable user and privilege management 2026-07-16 18:21:24 +08:00
Võ Văn Thành (Jay) 640e82cdc6
feat(mongo): improve completion and add distinct support 2026-07-16 18:21:10 +08:00
onenewcode 5bcad3adc6
feat(mongo): add whole-document JSON editing 2026-07-16 18:21:01 +08:00
Freedom 68b1777aa4
feat(mq): improve Kafka peek and admin localization 2026-07-16 18:20:27 +08:00
yuuuxt 42a5172c81
feat(duckdb): bundle parquet extension 2026-07-16 18:19:44 +08:00
Abeautifulsnow d9ef8b0cac
fix(agent): enforce Oracle and Xugu query timeouts 2026-07-16 18:00:08 +08:00
lexmin0412 dd3a2e30a4
feat(ai): support multiple configurations and models 2026-07-16 17:59:40 +08:00
vrustx 5d2a363786
fix(sqlserver): handle high-precision numeric values 2026-07-16 17:44:01 +08:00
zipg 0f335119e3
fix(agent): allow driver upgrades after closing connections 2026-07-16 17:31:05 +08:00
Abeautifulsnow badb3b61b9
feat(diagnostics): add SQL execution debug logging 2026-07-16 17:01:24 +08:00
t8y2 b0a20e8364 fix(mysql): identify enum and set result columns 2026-07-16 16:40:38 +08:00
zipg e4c56e6165
feat(sqlserver): add execution plan support 2026-07-16 16:32:52 +08:00
zipg da7eedb49c
feat(elasticsearch): improve REST commands and visual filters 2026-07-16 16:31:15 +08:00
Freedom eb4abba713
fix(mysql): allow connection-level queries without database 2026-07-16 15:38:06 +08:00
zipg 6b07b14af8
fix(zookeeper): 修复慢连接超时
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-07-16 15:30:27 +08:00
zipg 96b5a71fb3
fix(dameng): export bit values as numeric literals 2026-07-16 15:21:44 +08:00
zipg 36d8fabc8f
fix(kingbase): use connection identifier quotes in MySQL mode 2026-07-16 15:20:41 +08:00