Skip to content
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

fix: revert full schema versioning #166

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Conversation

toddbaert
Copy link
Member

Reverts #163. Though there's a lot of benefits, the maintenance burden here is too high.

It means we will need to update the schema version everywhere, frequently. For example, we'd have to update it in places like this: https://github.com/open-feature/java-sdk-contrib/blob/ae21165c2bd65cad325e66e8373fe38da8a98baf/providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/model/FlagParser.java#L46-L47 .

I think this will be too error prone and too much of a maintenance burden for little benefit. I'm reverting back to only major version-based versioning.

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
@toddbaert toddbaert requested a review from a team as a code owner June 17, 2024 15:09
@toddbaert toddbaert merged commit 64b6d98 into main Jun 17, 2024
6 checks passed
@toddbaert toddbaert deleted the fix/revert-full-versioning branch June 17, 2024 15:14
toddbaert pushed a commit that referenced this pull request Jun 17, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>json/json-schema: 0.2.7</summary>

##
[0.2.7](json/json-schema-v0.2.6...json/json-schema-v0.2.7)
(2024-06-17)


### 🐛 Bug Fixes

* revert full schema versioning
([#166](#166))
([64b6d98](64b6d98))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
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