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
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [3.1.11] - 2024-05-12
9
+
10
+
### Fixed
11
+
12
+
- Fixes a bug where a `LargeFileTaskUpload` cannot be constructed if `InputStream.available()` returns 0 [#1621](https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/1621)
13
+
8
14
## [3.1.10] - 2024-05-09
9
15
10
16
### Changed
@@ -22,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
28
### Added
23
29
24
30
### Changed
31
+
25
32
- Changed chunkInputStream method in LargeFileUploadTask to resolve IndexOutOfBoundsException when uploading large files
26
33
- Fix Large File Upload bug where exception was thrown for completed successful uploads
27
34
@@ -41,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
48
## [3.1.5] - 2024-02-27
42
49
43
50
### Changed
51
+
44
52
- Bumps Kiota-Java abstractions, authentication, http, and serialization components
45
53
46
54
## [3.1.4] - 2024-02-21
@@ -86,7 +94,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
86
94
87
95
### Changed
88
96
89
-
- Parent namespace for all classes has been changed from com.microsoft.graph.*to com.microsoft.graph.core.* in order to avoid conflicts with the generated service libraries.
97
+
- Parent namespace for all classes has been changed from com.microsoft.graph.*to com.microsoft.graph.core.* in order to avoid conflicts with the generated service libraries.
90
98
- This change is not backwards compatible and will require changes to your code.
91
99
92
100
## [3.0.10] - 2023-11-27
@@ -175,7 +183,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175
183
### Changed
176
184
177
185
- Changed CoreHttpProvider dependency from OkHttpClient to Call.Factory (parent interface implemented by OkHttpClient). This make usage of OpenTelemetry tracing possible.
0 commit comments