Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Discrepancies between language package versions #84

@tmccnnll

Description

@tmccnnll

The version numbers used for the compiled packages are not consistent across languages.

For example, the current C# package version is 2.2.0, the current Java package version is 2.0.1, and the current PyPI package version is 1.52.0.

When working in a multi-language environment, these discrepancies make it difficult to ensure compatibility between projects. Additionally, if you are using a local clone of this repo to compile your own proto files to be used in your application(s), then aligning the version of the language packages with the version of the protos found in the local clone is very difficult.

Would it be possible to align these version numbers in some way? Ideally, it would be great if the version number was tied to a release tag on this repo.

Related issue: #17

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p2Moderately-important priority. Fix may not be included in next release.type: cleanupAn internal cleanup or hygiene concern.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions