Giter VIP home page Giter VIP logo

Comments (6)

ola-rozenfeld avatar ola-rozenfeld commented on June 23, 2024

from remote-apis.

akirchhoff-modular avatar akirchhoff-modular commented on June 23, 2024

I'm confused about this too. There's a "v2" directory with a proto in it, and the ServerCapabilities message has SemVer fields for minimum and maximum supported version. So say I was implementing a server and I implement exactly what's in there right now. What version did I just implement? Version "2", if the directory name is anything to trust, but that only tells me the major version. So what's the current minor and patch version? Are we at 2.0.0, or maybe we're further along at 2.5.8 or something? I don't know right now, but I would like to know, and making actual releases would be an excellent way to clear that up for others in the future too.

from remote-apis.

ola-rozenfeld avatar ola-rozenfeld commented on June 23, 2024

from remote-apis.

akirchhoff-modular avatar akirchhoff-modular commented on June 23, 2024

A version file could be useful for clarity when people are looking at the source tree, but I'm not sure programmatic access would be as useful as it might seem at first. For example, say some new version is released that adds a new feature with some new RPCs, and this new version is 2.1.0. Some organization that happens to maintain a server implementation, decides to bump all their dependencies to the latest version. For remote-apis, that means they get the new protos, but they haven't actually updated their implementation to handle the new RPCs. It seems to me that their server should continue to report 2.0.0 until they actually handle the new RPCs.

Whether we have a version file or not though, just having tagged releases would be a nice step up from where we are now.

from remote-apis.

ola-rozenfeld avatar ola-rozenfeld commented on June 23, 2024

from remote-apis.

ola-rozenfeld avatar ola-rozenfeld commented on June 23, 2024

Okay, I released 2.0.0. I have not yet added any VERSION, CHANGELOG.md or other customary files (there are many options of getting the version programmatically, e.g. a version.bzl file).

All these can be addressed later, as needed; the important thing is that from now on, we will have formal releases (which I will try to make as frequently as needed, no SLA). In particular, 2.1.0 will be coming soon, as it will be required by #96.

from remote-apis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.