bump clickhouse and moka to remove dependency on thiserror 1 #1102
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.
Note
Upgrade ClickHouse and Moka dependencies and migrate all ClickHouse insertions to the new typed, async insert API across CH modules.
clickhouseto0.14.1andmokato0.12.11inapp-server/Cargo.toml.thiserrordependency (remove explicit v1 pin); refreshCargo.lockwith new transitive crates (e.g.,clickhouse-macros,clickhouse-types) and removals tied to the upgrade.insert("table")with typedinsert::<Type>("table").awaitand adjust call sites in:app-server/src/ch/browser_events.rsapp-server/src/ch/datapoints.rsapp-server/src/ch/evaluation_datapoint_outputs.rsapp-server/src/ch/evaluation_datapoints.rsapp-server/src/ch/evaluation_scores.rsapp-server/src/ch/evaluator_scores.rsapp-server/src/ch/events.rsapp-server/src/ch/spans.rsapp-server/src/ch/tags.rsapp-server/src/ch/traces.rsWritten by Cursor Bugbot for commit fb5cef2. This will update automatically on new commits. Configure here.
Important
Update dependencies and modify Clickhouse insertions to use new API in multiple files.
clickhouseto0.14.1andmokato0.12.11inCargo.toml.thiserror 1.0.69inCargo.lock.insertcalls to specify type and use.awaitinbrowser_events.rs,datapoints.rs,evaluation_datapoint_outputs.rs.evaluation_datapoints.rs,evaluation_scores.rs,evaluator_scores.rs.events.rs,spans.rs,tags.rs,traces.rsfor consistency with newclickhouseAPI.This description was created by
for fb5cef2. You can customize this summary. It will automatically update as commits are pushed.