zowe / zss

Zowe System Services Server for enabling low-level microservices
Eclipse Public License 2.0
13 stars 45 forks source link

Provide plug-ins with a way to check the version of ZSS #680

Open ifakhrutdinov opened 6 months ago

ifakhrutdinov commented 6 months ago

Overview

3rd-party plug-ins need to have a way to check whether the host ZSS version is one they can support. The easiest solution is to expose that via a function which returns the current ZSS version, and which plug-ins can validate against their expected version.