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
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,6 @@ 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
-
14
8
## [3.1.10] - 2024-05-09
15
9
16
10
### Changed
@@ -28,7 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
22
### Added
29
23
30
24
### Changed
31
-
32
25
- Changed chunkInputStream method in LargeFileUploadTask to resolve IndexOutOfBoundsException when uploading large files
33
26
- Fix Large File Upload bug where exception was thrown for completed successful uploads
34
27
@@ -48,7 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
41
## [3.1.5] - 2024-02-27
49
42
50
43
### Changed
51
-
52
44
- Bumps Kiota-Java abstractions, authentication, http, and serialization components
53
45
54
46
## [3.1.4] - 2024-02-21
@@ -94,7 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94
86
95
87
### Changed
96
88
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.
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.
98
90
- This change is not backwards compatible and will require changes to your code.
99
91
100
92
## [3.0.10] - 2023-11-27
@@ -183,7 +175,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
183
175
### Changed
184
176
185
177
- Changed CoreHttpProvider dependency from OkHttpClient to Call.Factory (parent interface implemented by OkHttpClient). This make usage of OpenTelemetry tracing possible.
0 commit comments