You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/boms/azure-sdk-bom/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Release History
2
2
3
+
## 1.1.0 (2021-01-22)
4
+
5
+
### Dependency Updates
6
+
7
+
- Updated Azure SDK dependency versions to more recent releases.
8
+
- Removed non-Azure SDK dependencies from the Azure SDK BOM.
9
+
Azure SDK BOM used to include external dependencies till now however this let to [dependency conflicts](https://github.com/Azure/azure-sdk-for-java/issues/26217)
10
+
in situations where our libraries were used along side other frameworks. Given the above we are removing 3rd party dependencies from the BOM and letting the Azure SDK Client implementation libraries bring them in at runtime.
11
+
We continue to ensure all our client libraries have unified set of external dependencies to prevents conflicts when used together.
12
+
13
+
#### Breaking Changes
14
+
If you depend on Azure SDK BOM to get versions for external libraries you would now see compilation errors in your project. Please explicitly add the required versions of your external dependencies to your project POM files.
15
+
Depending on implicit version for transitive dependencies should be avoided as it is not a recommended practice.
0 commit comments