Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Clarify allowed changes to struct field tags in VERSIONING.md (…
…open-telemetry#12190) #### Description Add wording that allows us to update struct field tags if changes to the tags doesn't change the values of fields in the struct during serialization/deserialization. This will allow us to add `omitempty` to fields on structs in stable packages. Adding this tag will cause fields which have zero values to not be written when marshaling into YAML, but there is no functional difference since missing fields during unmarshaling simply leaves a struct field with a zero value. Related to open-telemetry#12191.
- Loading branch information