Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko-von-Leipzig committed Mar 4, 2025
1 parent 71dae64 commit 6f0e345
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/src/operator/versioning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Versioning

We follow the [semver](https://semver.org/) standard for versioning.

The following is considered the node's public API, and will therefore be considered as breaking changes.

- RPC gRPC specification (note that this _excludes_ inter-component gRPC schemas).
- Node configuration options.
- Database schema changes.

We intend to include our OpenTelemetry trace specification in this once it standardizes.

We _will_ also call out non-breaking behvioral changes in our changelog and release notes.

0 comments on commit 6f0e345

Please sign in to comment.