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
+101Lines changed: 101 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,107 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
14
+
## [3.1.0] - 2024-02-07
15
+
16
+
### Changed
17
+
18
+
- Version bump for Java SDK GA release.
19
+
- Bumps Kiota-Java abstractions, authentication, http, and serialization components for Java SDK 6.1.0 release.
20
+
21
+
## [3.0.12] - 2023-12-15
22
+
23
+
### Fixed
24
+
25
+
- 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)
26
+
27
+
## [3.0.11] - 2023-12-08
28
+
29
+
### Changed
30
+
31
+
- 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.
32
+
- This change is not backwards compatible and will require changes to your code.
33
+
34
+
## [3.0.10] - 2023-11-27
35
+
36
+
### Changed
37
+
38
+
- Removed the usage of reflection for enum deserialization and reordered RequestAdapter method arguments. [Kiota-Java #840](https://github.com/microsoft/kiota-java/issues/840)
39
+
40
+
## [3.0.9] - 2023-11-14
41
+
42
+
### Changed
43
+
44
+
- Kiota-Java has moved away from Async/Completable futures, thus Async components are no longer utilized and have been removed. Furthermore, requestAdapter methods no longer use the async suffix. [Kiota-Java #175](https://github.com/microsoft/kiota-java/issues/175)
45
+
- ApiException class now extends RuntimeException instead of Exception.
46
+
47
+
### Removed
48
+
49
+
- ServiceException class has been removed.
50
+
51
+
## [3.0.8] - 2023-08-09
52
+
53
+
### Changed
54
+
55
+
- Replaces Javax annotations in favor of Jakarta annotations.
56
+
57
+
### Removed
58
+
59
+
- Removes 'SuppressFBWarnings' annotations and dependency.
60
+
61
+
## [3.0.7] - 2023-07-20
62
+
63
+
### Added
64
+
65
+
- Adds graph-java-sdk implementation of the `UrlReplaceHandler` middleware including default replacement pairs.
- Added the PageIterator functionality for Kiota generated service libraries.
73
+
74
+
## [3.0.5] - 2023-06-15
75
+
76
+
### Added
77
+
78
+
- Added Batch Request and Batch Request Collection functionality for Kiota generated service libraries.
79
+
80
+
## [3.0.4] - 2023-05-03
81
+
82
+
### Added
83
+
84
+
- Added LargeFileUploadTask functionality for kiota generated service libraries.
85
+
86
+
### Fixed
87
+
88
+
- 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)
89
+
90
+
## [3.0.3] - 2023-04-06
91
+
92
+
### Changed
93
+
94
+
- Bumps Kiota-Java abstractions, authentication, http, and serialization components.
95
+
96
+
## [3.0.2] - 2022-10-10
97
+
98
+
### Changed
99
+
100
+
- Bumps Kiota-Java abstractions, authentication, http, and serialization components.
101
+
102
+
## [3.0.1] - 2022-09-20
103
+
104
+
### Added
105
+
106
+
- Uses [Kiota-Java](https://github.com/microsoft/kiota-java) libraries as underlying framework.
107
+
- BaseGraphRequestAdapter for use with v1 and beta service libraries.
108
+
109
+
### Changed
110
+
111
+
- Removes Request Builders.
112
+
- GraphClientFactory to handle OkHttp client creation.
0 commit comments