File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed
src/main/java/com/microsoft/graph/httpcore Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ ### Changed
13+
14+ ## [ 2.0.10] - 2021-11-16
15+
16+ ### Added
17+
1218- Added support for cancelling requests #361
1319
1420### Changed
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
2525mavenArtifactId = microsoft-graph-core
2626mavenMajorVersion = 2
2727mavenMinorVersion = 0
28- mavenPatchVersion = 9
28+ mavenPatchVersion = 10
2929mavenArtifactSuffix =
3030
3131# These values are used to run functional tests
Original file line number Diff line number Diff line change 88
99 <groupId >com.microsoft.graph</groupId >
1010 <artifactId >microsoft-graph-core</artifactId >
11- <version >2.0.9 </version >
11+ <version >2.0.10 </version >
1212 <packaging >pom</packaging >
1313
1414 <properties >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ repositories {
2222
2323dependencies {
2424 // Include the sdk as a dependency
25- implementation 'com.microsoft.graph:microsoft-graph-core:2.0.9 '
25+ implementation 'com.microsoft.graph:microsoft-graph-core:2.0.10 '
2626 // This dependency is only needed if you are using the TokenCrendentialAuthProvider
2727 implementation 'com.azure:azure-identity:1.3.1'
2828}
@@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml
3737 <!-- Include the sdk as a dependency -->
3838 <groupId >com.microsoft.graph</groupId >
3939 <artifactId >microsoft-graph-core</artifactId >
40- <version >2.0.9 </version >
40+ <version >2.0.10 </version >
4141 <!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
4242 <groupId >com.azure</groupId >
4343 <artifactId >azure-identity</artifactId >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class TelemetryHandler implements Interceptor{
2525 /**
2626 * Current SDK version
2727 */
28- public static final String VERSION = "v2.0.9 " ;
28+ public static final String VERSION = "v2.0.10 " ;
2929 /**
3030 * Verion prefix
3131 */
You can’t perform that action at this time.
0 commit comments