umts / microservices-engine

Rails engine for attaching to our microservices and handling inter-service communication.
MIT License
0 stars 1 forks source link

Stubs for build/token verification #12

Closed ennukee closed 8 years ago

dfaulken commented 8 years ago

I get token, but build number? As in to check for incompatibilities between the router and the engine?

dfaulken commented 8 years ago

If so, probably best to look just for major version changes - http://semver.org/

ennukee commented 8 years ago

@dfaulken Look at slack for my reasoning on the "build number" concept. But yes basically to check for incompatibilities (I do mention a "version" instead of "build" in there, wasn't sure which to use, I like this semantic versioning concept though)