Skip to content

Upgrade rust client to 1.0.1 and deprecate windows#55

Open
JonoPrest wants to merge 4 commits intov0.7.0-hyperindex-v2-compatiblefrom
jp/v0.7.0-upgrade-rust-client
Open

Upgrade rust client to 1.0.1 and deprecate windows#55
JonoPrest wants to merge 4 commits intov0.7.0-hyperindex-v2-compatiblefrom
jp/v0.7.0-upgrade-rust-client

Conversation

@JonoPrest
Copy link
Collaborator

Summary

  • Upgrade hypersync-client rust dependency from 0.22.0 to 1.0.1
  • Fix include/exclude binding for selection (swap Either<Filter, Selection> to Either<Selection, Filter>)
  • Deprecate Windows targets (remove win32-x64-msvc and win32-arm64-msvc)
  • Bump npm version to 1.1.0

Test plan

  • Verify CI builds pass for all remaining targets
  • Test that existing hypersync queries work correctly with the new rust client

🤖 Generated with Claude Code

* Bump client versions

* Run doc gen
* Transform union type to match selection first then filter

Previously Either always matched as filter since filter can always have
nullable fields.

* Upgrade hypersync client rust

* Increment version
@coderabbitai
Copy link

coderabbitai bot commented Mar 9, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 844919a8-5203-4000-9386-09cbad160bea

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch jp/v0.7.0-upgrade-rust-client

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant