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

Versioning of new specs based on the Jelly serialization format #23

Open
Ostrzyciel opened this issue Feb 18, 2025 · 0 comments
Open

Versioning of new specs based on the Jelly serialization format #23

Ostrzyciel opened this issue Feb 18, 2025 · 0 comments
Assignees
Labels
compat documentation Improvements or additions to documentation

Comments

@Ostrzyciel
Copy link
Member

In #11 we are working on a new format for RDF Patch. This is not a direct extension of the Jelly serialization format, but it does use some protos from that.

There may be more such formats building on top of the core format in the future. The question is how should we version them.

I still have to think this through, but here some notes on how it may work. Here "Jelly-RDF" stands for the Jelly serialization format. "Jelly-X" is a hypothetical new format building on top of it (like Jelly-Patch).

  • Jelly-RDF MINOR bump -> Jelly-X MINOR bump
    • What happens if the Jelly-RDF change is irrelevant to Jelly-X? For example, it's just a change in the metadata. Then the bump makes no sense.
  • Jelly-X MINOR bump -> nothing
    • Which means that Jelly-RDF and Jelly-X should not be tied 1:1

...thinking required.

@Ostrzyciel Ostrzyciel added the documentation Improvements or additions to documentation label Feb 18, 2025
@Ostrzyciel Ostrzyciel self-assigned this Feb 18, 2025
@Ostrzyciel Ostrzyciel changed the title New specs based on the Jelly serialization format and versioning Versioning of new specs based on the Jelly serialization format Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compat documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant