Skip to content

Queries using versions now use a serialization that requires 4.1 #3245

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

Merged

Conversation

alecgrieser
Copy link
Collaborator

In #2943, a new serialization of the VersionValue was introduced, though we had to modify it in #3179 so to avoid deserialization problems when serializing and deserializing continuations across 4.0 and 4.1. With 4.2, we want to start using the new serialization path to serialize VersionValue children more completely.

The mixed mode testing in PRB validate this change is compatible with 4.1.9.0. I've also run the full mixed mode battery for the versionsTest tests, and the serialization is compatible between this change and all 4.1 versions, as well as all 4.0 versions after 4.0.562.0, which is in line with what we'd expect.

This resolves #3203.

In FoundationDB#2943, a new serialization of the `VersionValue` was introduced, though we had to modify it in FoundationDB#3179 so to avoid deserialization problems when serializing and deserializing continuations across 4.0 and 4.1. With 4.2, we want to start using the new serialization path to serialize `VersionValue` children more completely.

This also bumps the minor version to 4.2. This resolves FoundationDB#3203.
@alecgrieser alecgrieser added this to the 4.2 milestone Mar 13, 2025
@alecgrieser alecgrieser added the breaking change Changes that are not backwards compatible label Mar 13, 2025
@alecgrieser alecgrieser requested review from pengpeng-lu, normen662 and hatyo and removed request for normen662 and pengpeng-lu March 18, 2025 18:32
@alecgrieser alecgrieser removed the request for review from hatyo March 20, 2025 10:16
@alecgrieser alecgrieser merged commit 53241c5 into FoundationDB:main Mar 20, 2025
5 checks passed
@alecgrieser alecgrieser deleted the 03203-switch-version-serialization branch April 11, 2025 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Changes that are not backwards compatible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to new VersionValue serialization
2 participants