-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: SnapshotSummary
outline
#939
base: main
Are you sure you want to change the base?
Conversation
…berg-rust into snapshot-summary
Is someone able to take a look at why the integration tests are failing? |
From CI
|
cc @Fokko or others. I'm trying to debug a deserialization issue, and I suspect the server might be encountering a schema mismatch when handling the SnapshotSummary. However, since serde(default) is applied, missing fields should default to their expected values. Could the server be failing to serialize the response correctly, or is the client running into an unexpected parsing error despite the defaults? |
Part of #724.
Built the outline of the
SnapshotSummary
. Functionality into the code can be added in a separate pr.