SDK v5.0 release - #1060
Merged
Merged
Conversation
Drops support for experiments and experiment data sources. The feature has been succeeded by the candidate to material workflow in the UI.
The `experimental` and `experimental_reasons` keys were removed from the SDK by PLA-9117 (2022) once the backend began hard-coding them to false; nothing in citrine deserializes them anymore. Drop them from the shared generic_entity test fixture where they were left behind. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ove-erds-support [v5.0][PNE-9157] Remove experiments.
[v5.0] Drop deprecated functions.
anoto-moniz
marked this pull request as ready for review
August 6, 2026 19:13
kroenlein
approved these changes
Aug 7, 2026
kroenlein
left a comment
Collaborator
There was a problem hiding this comment.
Pending fixing what's going on with the workflows, looks like good work.
…igial-test-fields [v5.0] Remove vestigial experimental fields from test fixture.
anoto-moniz
force-pushed
the
release/5.0
branch
from
August 7, 2026 15:16
b267e8f to
7bcc6e3
Compare
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.
Primarily, this drops support for experiments from the SDK, to coincide with us dropping support for them from the backend. There are a few other cleanup tasks, and a few deprecation removals as well, of course. But it's a small release, primarily to provide extra signal that break is coming soon.
PR Type:
Adherence to team decisions