Informatiqal / qlik-repo-api

Package to interact with Qlik Sense Repository API (QSEoW)
https://informatiqal.com/qlik-repository-api/
MIT License
5 stars 0 forks source link

Version specific package/release? #242

Open countnazgul opened 1 year ago

countnazgul commented 1 year ago

How to implement QS version specific releases?

The Repo API is changing form version to version. Not massively but still some old methods might be changed and new methods are introduced.

Because of this latest version of this package might not behave nicely with older (not latest) QS versions.

This issue is to track the idea of how to have QS version specific releases/package

countnazgul commented 1 year ago

Is this enough?

How long to keep updating old versions? It seems that end of support for QS is 2 years. Based on this community post

Does npm tags is the answer of how to release multiple versions of the same package?