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
{{ message }}
This repository was archived by the owner on Jul 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -32,20 +32,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
32
33
33
## [1.3.12] - 2024-04-22
34
34
35
-
- UriReplacementHandler improvements to be added to middleware pipeline by default and respects options set in the HttpRequestMessage (<https://github.com/microsoft/kiota-http-dotnet/issues/242>)
36
-
- Adds `ConfigureAwait(false)` calls to async calls (<https://github.com/microsoft/kiota-http-dotnet/issues/240>).
35
+
- UriReplacementHandler improvements to be added to middleware pipeline by default and respects options set in the HttpRequestMessage [#242](https://github.com/microsoft/kiota-http-dotnet/issues/242)
36
+
- Adds `ConfigureAwait(false)` calls to async calls [#240](https://github.com/microsoft/kiota-http-dotnet/issues/240).
37
37
38
38
## [1.3.11] - 2024-04-19
39
39
40
40
## Changed
41
41
42
-
- Fixes default handler for NET framework to unlock HTTP/2 scenarios (<https://github.com/microsoft/kiota-http-dotnet/issues/237>)
42
+
- Fixes default handler for NET framework to unlock HTTP/2 scenarios [#237](https://github.com/microsoft/kiota-http-dotnet/issues/237)
43
43
44
44
## [1.3.10] - 2024-04-19
45
45
46
46
## Changed
47
47
48
-
- Have made System.* dependencies only be included on Net Standard's TFM & net 5 (<https://github.com/microsoft/kiota-http-dotnet/issues/230>)
48
+
- Have made System.* dependencies only be included on Net Standard's TFM & net 5 [#230](https://github.com/microsoft/kiota-http-dotnet/issues/230)
49
49
50
50
## [1.3.9] - 2024-04-17
51
51
@@ -98,7 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
98
98
99
99
### Added
100
100
101
-
- Fixes multiple initialization of `ActivitySource` instances on each request send(<https://github.com/microsoft/kiota-http-dotnet/issues/161>).
101
+
- Fixes multiple initialization of `ActivitySource` instances on each request send[#161](https://github.com/microsoft/kiota-http-dotnet/issues/161).
0 commit comments