SAP / abap-file-formats

File formats that define and specify the file representation for ABAP development objects
MIT License
58 stars 56 forks source link

Versioning, add few words on what is considered a breaking change #105

Closed larshp closed 3 years ago

larshp commented 3 years ago

ie. when a new version is required

schneidermic0 commented 3 years ago

Good question. Here are my thoughts on this:

Incompatible Changes (new file format has to be used)

Possible Incompatible Changes (depends on the field, use case)

Compatible Changes

I guess I missed some aspects.

I think it would make sense to consider adding and removing non-mandatory fields as a compatible change.

larshp commented 3 years ago

cool 👍 suggest adding it as a section in https://github.com/SAP/abap-file-formats/blob/main/doc/file_names.md

schneidermic0 commented 3 years ago

I will create a PR and add a chapter to the technical specification about format compatibility