Skip to content

Commit 458cca4

Browse files
committed
Update CHANGELOG
1 parent d770fd7 commit 458cca4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14-
## [3.1.7]
14+
## [3.1.8]
1515

1616
### Added
1717

1818
### Changed
1919
- 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
2121

2222
## [3.1.7] - 2024-03-28
2323

@@ -68,13 +68,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6868
### Changed
6969

7070
- 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.
7272

7373
## [3.0.12] - 2023-12-15
7474

75-
### Fixed
75+
### Fixed
7676

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)
7878

7979
## [3.0.11] - 2023-12-08
8080

@@ -85,7 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8585

8686
## [3.0.10] - 2023-11-27
8787

88-
### Changed
88+
### Changed
8989

9090
- Removed the usage of reflection for enum deserialization and reordered RequestAdapter method arguments. [Kiota-Java #840](https://github.com/microsoft/kiota-java/issues/840)
9191

@@ -108,13 +108,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108108

109109
### Removed
110110

111-
- Removes 'SuppressFBWarnings' annotations and dependency.
111+
- Removes 'SuppressFBWarnings' annotations and dependency.
112112

113113
## [3.0.7] - 2023-07-20
114114

115115
### Added
116116

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.
118118
- Default replacement pair: '/users/TokenToReplace' -> '/me'
119119

120120
## [3.0.6] - 2023-07-11
@@ -131,11 +131,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131131

132132
## [3.0.4] - 2023-05-03
133133

134-
### Added
135-
136-
- Added LargeFileUploadTask functionality for kiota generated service libraries.
134+
### Added
135+
136+
- Added LargeFileUploadTask functionality for kiota generated service libraries.
137137

138-
### Fixed
138+
### Fixed
139139

140140
- 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)
141141

@@ -179,7 +179,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
179179
private OkHttpClient createClient(@Nonnull final IAuthenticationProvider auth) {
180180
return HttpClients.createDefault(auth);
181181
}
182-
182+
183183
// then create the GraphServiceClient
184184
IAuthenticationProvider authenticationProvider = ...;
185185
GraphServiceClient
@@ -191,16 +191,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
191191

192192
## [2.0.20] - 2023-10-23
193193

194-
### Changed
194+
### Changed
195195

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)
197197

198198
## [2.0.19] - 2023-06-20
199199

200200
### Changed
201201

202202
- Remove explicit logging of GraphServiceException in the CoreHttpProvider class. [#885](https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/885)
203-
- Thank you to @MaHa6543 for the contribution.
203+
- Thank you to @MaHa6543 for the contribution.
204204

205205
## [2.0.18] - 2023-04-06
206206

0 commit comments

Comments
 (0)