Skip to content

Conversation

@Knerio
Copy link
Member

@Knerio Knerio commented Nov 27, 2025

close #160

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR simplifies version representation by replacing the structured Version message with a simple string format across all protobuf definitions.

  • Removed the shared.version.proto file containing the structured Version message (major, minor, patch fields)
  • Updated three message definitions to use string-based version field with clear format documentation
  • Removed all imports of the deprecated version proto file

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
proto/shared/shared.version.proto Deleted the entire file containing the structured Version message definition
proto/shared/shared.runtime_function.proto Changed RuntimeFunctionDefinition.version from shared.Version to string with format documentation, removed version proto import
proto/shared/shared.flow_definition.proto Changed FlowType.version from shared.Version to string with format documentation, removed version proto import
proto/shared/shared.data_type.proto Changed DefinitionDataType.version from shared.Version to string with format documentation, removed version proto import

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Taucher2003 Taucher2003 merged commit 951c00e into main Nov 27, 2025
9 checks passed
@Taucher2003 Taucher2003 deleted the 160-change-version-to-a-string-instead-of-nested-object branch November 27, 2025 20:09
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.

Change version to a string instead of nested object

4 participants