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: CHANGELOG.md
+22-14Lines changed: 22 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
14
+
## [3.1.8]
15
+
16
+
### Added
17
+
18
+
### Changed
19
+
- Changed chunkInputStream method in LargeFileUploadTask to resolve IndexOutOfBoundsException when uploading large files
20
+
- Fix Large File Upload bug where exception was thrown for completed successful uploads
21
+
14
22
## [3.1.7] - 2024-03-28
15
23
16
24
### Changed
@@ -60,13 +68,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
60
68
### Changed
61
69
62
70
- Version bump for Java SDK GA release.
63
-
- Bumps Kiota-Java abstractions, authentication, http, and serialization components for Java SDK 6.1.0 release.
71
+
- Bumps Kiota-Java abstractions, authentication, http, and serialization components for Java SDK 6.1.0 release.
64
72
65
73
## [3.0.12] - 2023-12-15
66
74
67
-
### Fixed
75
+
### Fixed
68
76
69
-
- Fixes a bug where a null collection for allowedHosts would result in failure to initialize client. [#1411](https://github.com/microsoftgraph/msgraph-sdk-java-core/pull/1411)
77
+
- Fixes a bug where a null collection for allowedHosts would result in failure to initialize client. [#1411](https://github.com/microsoftgraph/msgraph-sdk-java-core/pull/1411)
70
78
71
79
## [3.0.11] - 2023-12-08
72
80
@@ -77,7 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
85
78
86
## [3.0.10] - 2023-11-27
79
87
80
-
### Changed
88
+
### Changed
81
89
82
90
- Removed the usage of reflection for enum deserialization and reordered RequestAdapter method arguments. [Kiota-Java #840](https://github.com/microsoft/kiota-java/issues/840)
83
91
@@ -100,13 +108,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100
108
101
109
### Removed
102
110
103
-
- Removes 'SuppressFBWarnings' annotations and dependency.
111
+
- Removes 'SuppressFBWarnings' annotations and dependency.
104
112
105
113
## [3.0.7] - 2023-07-20
106
114
107
115
### Added
108
116
109
-
- Adds graph-java-sdk implementation of the `UrlReplaceHandler` middleware including default replacement pairs.
117
+
- Adds graph-java-sdk implementation of the `UrlReplaceHandler` middleware including default replacement pairs.
@@ -123,11 +131,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123
131
124
132
## [3.0.4] - 2023-05-03
125
133
126
-
### Added
127
-
128
-
- Added LargeFileUploadTask functionality for kiota generated service libraries.
134
+
### Added
135
+
136
+
- Added LargeFileUploadTask functionality for kiota generated service libraries.
129
137
130
-
### Fixed
138
+
### Fixed
131
139
132
140
- Fixes formatting used in the headers added by the telemetry handler to align with the [msGraph sdk spec.](https://github.com/microsoftgraph/msgraph-sdk-design/blob/master/middleware/TelemetryHandler.md)
133
141
@@ -171,7 +179,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
@@ -183,16 +191,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
183
191
184
192
## [2.0.20] - 2023-10-23
185
193
186
-
### Changed
194
+
### Changed
187
195
188
-
- Updates Okhttp3 to avoid transient vulnerabilty. [#1038](https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/1038)
196
+
- Updates Okhttp3 to avoid transient vulnerabilty. [#1038](https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/1038)
189
197
190
198
## [2.0.19] - 2023-06-20
191
199
192
200
### Changed
193
201
194
202
- Remove explicit logging of GraphServiceException in the CoreHttpProvider class. [#885](https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/885)
finalStringcontentType = body.contentType().toString().split(";")[0]; //contentType.toString() returns in format <mediaType>;<charset>, we only want the mediaType.
StringcontentType = canBeParsed ? body.contentType().toString().split(";")[0] : null; //contentType.toString() returns in format <mediaType>;<charset>, we only want the mediaType.
0 commit comments