release: clickhouse-query-ext v1.0.0 (Analyst Edition) - #41
Merged
Conversation
feat(core): initialize cargo workspace and module structure (#5)
…tized stderr logging
feat(transport): implement asynchronous NDJSON stdio framing and sanitized stderr logging (#6)
…n handlers with fast-track loop
feat(rpc): implement system.handshake, system.ping and system.shutdown (#7)
feat(security): implement zeroize secrets pool and system.injectCredentials (#8)
…t handlers and add CI pipeline
feat(driver): implement HTTP connection pool, db.connect/disconnect and CI (#9)
…hema and ColumnSchema
feat(mapper): implement ClickHouse to Querya type mapper and ColumnSchema (#10)
feat(rpc): implement query execution and streaming format normalizer (#11)
…on (db.getSchemaTree and db.expandTreeNode)
feat(sdui): implement schema tree introspection and lazy node expansion
…rators (db.getConnectionFormSchema and sdui.contextActions)
feat(sdui): implement connection form schema and context actions generators
feat(core): implement panic hook, scratch directory recovery and final documentation
feat(rpc): implement automatic query_id generation and SYNC/ASYNC cancelQuery support
…for columns and tables
…ions feat(sdui): implement context actions and fast statistical profiling for columns and tables
… and DEDUPLICATE with detailed execution status tracking
feat(sdui,rpc): support MergeTree maintenance commands OPTIMIZE FINAL and DEDUPLICATE with execution status tracking
… attach) with confirmation guard and detailed execution status
…nagement feat(sdui,rpc): partition lifecycle management (drop, freeze, detach, attach)
…cesses & SYSTEM.mutations) with emergency kill actions
…onitoring feat(sdui,rpc): active processes and mutations monitoring (SYSTEM.processes & SYSTEM.mutations)
…AST precheck filter)
feat(driver,rpc): analytical safe mode (Read-Only session settings & AST precheck filter)
…, protocol framing and memory zeroization
…safety test(mapper,transport,rpc): comprehensive unit tests for type mapping, protocol framing and memory zeroization
… .qext distribution packaging
…qext-packaging feat(release): cross-compilation scripts, minimal release profile and .qext distribution packaging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎉 Релиз ClickHouse Database Driver v1.0.0 (Analyst Edition) для Querya Desktop
Это финальный релиз полнофункционального, безопасного и высокопроизводительного нативного драйвера ClickHouse на Rust для Querya Desktop, включающий реализацию всех 6 этапов (Stages 1/6 — 6/6) и 18 архитектурных задач (Issues #5 — #22).
🌟 Ключевые возможности и архитектурные компоненты
1. Транспортный слой и JSON-RPC 2.0 (Stage 1 & 2)
2. Безопасность и управление секретами (Zero-Trust Sandbox Block B)
3. SDUI и интроспекция метаданных (Stage 3)
4. Маппинг типов и формат JSONCompactEachRowWithNamesAndTypes (Stage 4)
5. Продвинутые возможности и Аналитический Safe Mode (Stage 5)
6. Оптимизация сборки и дистрибутив (Stage 6)
✅ Проверка качества (CI Status)
Ветка релиза: → .