I am using this library with Seedvault and I am struggling to keep it up to date. What would help me would be semantic versioning and proper releases instead of the commit based main branch snapshots via jitpack.
Then introducing breaking changes only in major versions and ideally maintaining the last stable version for some time would be nice. Bonus points for migration guides from one major version to the other.
Especially the ktor work seems to introduce quite some churn at the moment. But there's places where I was using for example ResourceType.COLLECTION and now having a hard time finding where that moved to.
I am using this library with Seedvault and I am struggling to keep it up to date. What would help me would be semantic versioning and proper releases instead of the commit based main branch snapshots via jitpack.
Then introducing breaking changes only in major versions and ideally maintaining the last stable version for some time would be nice. Bonus points for migration guides from one major version to the other.
Especially the ktor work seems to introduce quite some churn at the moment. But there's places where I was using for example
ResourceType.COLLECTIONand now having a hard time finding where that moved to.