Azure / Azure/azure-sdk-for-java
[FEATURE REQ] Exclude Cosmos DB SDKs in automated patch releases
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 2.2k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 178
Description
* This issue is to investigate and exclude or fix automatic patch releases for Cosmos DB SDKs.
* Currently azure core libraries increment patch version for their releases even if they upgrade reactor libraries by their patch versions. Semantically this should not be a breaking change, however, reactor and spring libraries don't follow semantic versioning. They have added breaking changes in the past within patched versions.
* This has caused issues for Cosmos DB customers by having to fix some breaking changes in the application code because of relying on patch versions of the SDKs.
* Request is to exclude Cosmos DB SDKs patch releases from the automated patch releases from Azure Core, because we have always incremented minor versions even when just upgrading the azure-core library patch versions in Cosmos DB SDKs and would like to follow semantic versioning that way going forward.
Contributor guide
Assessment
This issue has not been assessed yet.