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: sdk/core/Azure.Core/CHANGELOG.md
+19-16Lines changed: 19 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,13 @@
2
2
3
3
## 1.15.0-beta.1 (Unreleased)
4
4
5
+
### Features Added
6
+
7
+
- Types to represent `GeoJson` primitives.
5
8
6
9
## 1.14.0 (2021-05-11)
7
10
8
-
### Added
11
+
### Features Added
9
12
10
13
- Added additional methods to `BearerTokenAuthenticationPolicy`, which enables creation of authentication policies that can handle challenges.
11
14
@@ -18,13 +21,13 @@
18
21
19
22
## 1.12.0 (2021-04-06)
20
23
21
-
### Added
24
+
### Features Added
22
25
23
26
- Added `HttpPipeline.CreateHttpMessagePropertiesScope` that can be used to inject scoped properties into `HttpMessage`.
24
27
25
28
## 1.11.0 (2021-03-22)
26
29
27
-
### Added
30
+
### Features Added
28
31
29
32
-`Operation` base class for operations that do not return a value.
30
33
- Added `Content` property to `Response` which returns the body of the response as a `BinaryData` if the body is buffered.
@@ -38,13 +41,13 @@
38
41
39
42
## 1.10.0 (2021-03-09)
40
43
41
-
## Added
44
+
## Features Added
42
45
43
46
- Added `CloudEvent` type based on the [CloudEvent spec](https://github.com/cloudevents/spec/blob/master/spec.md).
44
47
45
48
## 1.9.0 (2021-02-09)
46
49
47
-
## Added
50
+
## Features Added
48
51
- Added Serialize overloads on `ObjectSerializer` that serialize to `BinaryData`.
49
52
- Added AzureCoreExtensions containing extensions methods for `BinaryData` that allow deserializing with an `ObjectSerializer`.
50
53
@@ -61,7 +64,7 @@
61
64
62
65
## 1.8.0 (2021-01-06)
63
66
64
-
### Added
67
+
### Features Added
65
68
-`AzureSasCredential` and its respective policy.
66
69
67
70
### Key Bug Fixes
@@ -78,11 +81,11 @@
78
81
79
82
## 1.6.0 (2020-10-28)
80
83
81
-
### Added
84
+
### Features Added
82
85
- The `HttpClientTransport(HttpMessageHandler)` constructor overload.
83
86
- The `JsonPatchDocument` type.
84
87
85
-
### Fixed
88
+
### Key Bugs Fixed
86
89
- The race condition in `AzureEventSourceListener` class that sometimes resulted in a `NullReferenceException` in the `EventSource`.
87
90
- The overflow exception when content length is larger than `int.MaxValue`.
88
91
@@ -97,7 +100,7 @@
97
100
### Changed
98
101
-`ETag` now supports weak ETags and implements an overload for `ToString` that accepts a format string.
99
102
100
-
### Added
103
+
### Features Added
101
104
- HttpWebRequest-based transport implementation. Enabled by-default on .NET Framework. Can be disabled using `AZURE_CORE_DISABLE_HTTPWEBREQUESTTRANSPORT` environment variable or `Azure.Core.Pipeline.DisableHttpWebRequestTransport` AppContext switch. To use the app context switch add the following snippet to your `.csproj`:
102
105
103
106
```xml
@@ -110,40 +113,40 @@ When the environment variable or the switch are set the `HttpClientTransport` wo
110
113
111
114
## 1.4.1 (2020-08-18)
112
115
113
-
### Fixed
116
+
### Key Bugs Fixed
114
117
- Bug in TaskExtensions.EnsureCompleted method that causes it to unconditionally throw an exception in the environments with synchronization context
115
118
116
119
## 1.4.0 (2020-08-06)
117
120
118
-
### Added
121
+
### Features Added
119
122
- Added `ObjectSerializer` base class for serialization.
120
123
- Added `IMemberNameConverter` for converting member names to serialized property names.
121
124
- Added `JsonObjectSerializer` that implements `ObjectSerializer` for `System.Text.Json`.
122
125
123
-
### Fixed
126
+
### Key Bugs Fixed
124
127
- Connection leak for retried non-buffered requests on .NET Framework.
125
128
126
129
## 1.3.0 (2020-07-02)
127
130
128
-
### Added
131
+
### Features Added
129
132
-`HttpPipeline.CreateClientRequestIdScope` method to allow setting client request id on outgoing requests.
130
133
131
134
## 1.2.2 (2020-06-04)
132
135
133
-
### Bugfix
136
+
### Key Bugs Fixed
134
137
- Retry server timeouts on .NET Framework.
135
138
136
139
## 1.2.1 (2020-04-30)
137
140
138
141
### Changed
139
142
- Read client request ID value used for logging and tracing off the initial request object if available.
140
143
141
-
### Bugfix
144
+
### Key Bugs Fixed
142
145
- Fixed a bug when using Azure.Core based libraries in Blazor WebAssembly apps.
0 commit comments