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
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
14
-
## [3.1.7]
14
+
## [3.1.8]
15
15
16
16
### Added
17
17
18
18
### Changed
19
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 with Location header
20
+
- Fix Large File Upload bug where exception was thrown for completed successful uploads
21
21
22
22
## [3.1.7] - 2024-03-28
23
23
@@ -68,13 +68,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
68
68
### Changed
69
69
70
70
- Version bump for Java SDK GA release.
71
-
- 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.
72
72
73
73
## [3.0.12] - 2023-12-15
74
74
75
-
### Fixed
75
+
### Fixed
76
76
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)
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)
78
78
79
79
## [3.0.11] - 2023-12-08
80
80
@@ -85,7 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
85
85
86
86
## [3.0.10] - 2023-11-27
87
87
88
-
### Changed
88
+
### Changed
89
89
90
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)
91
91
@@ -108,13 +108,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108
108
109
109
### Removed
110
110
111
-
- Removes 'SuppressFBWarnings' annotations and dependency.
111
+
- Removes 'SuppressFBWarnings' annotations and dependency.
112
112
113
113
## [3.0.7] - 2023-07-20
114
114
115
115
### Added
116
116
117
-
- 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.
@@ -131,11 +131,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131
131
132
132
## [3.0.4] - 2023-05-03
133
133
134
-
### Added
135
-
136
-
- Added LargeFileUploadTask functionality for kiota generated service libraries.
134
+
### Added
135
+
136
+
- Added LargeFileUploadTask functionality for kiota generated service libraries.
137
137
138
-
### Fixed
138
+
### Fixed
139
139
140
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)
141
141
@@ -179,7 +179,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
@@ -191,16 +191,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
191
191
192
192
## [2.0.20] - 2023-10-23
193
193
194
-
### Changed
194
+
### Changed
195
195
196
-
- 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)
197
197
198
198
## [2.0.19] - 2023-06-20
199
199
200
200
### Changed
201
201
202
202
- Remove explicit logging of GraphServiceException in the CoreHttpProvider class. [#885](https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/885)
0 commit comments