Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2158)

Side by Side Diff: CHANGELOG.md

Issue 2928013002: Revert "Removed SecurityContext.alpnSupported, as ALPN is now supported on all platforms. Also upda… (Closed)
Patch Set: Removed extra @deprecated annotations and updated documentation. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.25.0 1 ## 1.25.0
2 2
3 ### Language 3 ### Language
4 4
5 #### Strong Mode 5 #### Strong Mode
6 6
7 ### Core library changes 7 ### Core library changes
8 8
9 * `dart:io` 9 * `dart:io`
10 * Unified backends for `SecureSocket`, `SecurityContext`, and 10 * Unified backends for `SecureSocket`, `SecurityContext`, and
11 `X509Certificate` to be consistent across all platforms. All 11 `X509Certificate` to be consistent across all platforms. All
12 `SecureSocket`, `SecurityContext`, and `X509Certificate` properties and 12 `SecureSocket`, `SecurityContext`, and `X509Certificate` properties and
13 methods are now supported on iOS and OSX. 13 methods are now supported on iOS and OSX.
14 * Removed `SecurityContext.alpnSupported` as ALPN is now supported on all 14 * Deprecated `SecurityContext.alpnSupported` as ALPN is now supported on all
15 platforms. 15 platforms.
16 16
17 ### Dart VM 17 ### Dart VM
18 18
19 ### Tool Changes 19 ### Tool Changes
20 20
21 ## 1.24.0 21 ## 1.24.0
22 22
23 ### Language 23 ### Language
24 * During a dynamic type check, `void` is not required to be `null` anymore. 24 * During a dynamic type check, `void` is not required to be `null` anymore.
(...skipping 2040 matching lines...) Expand 10 before | Expand all | Expand 10 after
2065 they will keep the Dart process alive until they time out. This fixes the 2065 they will keep the Dart process alive until they time out. This fixes the
2066 handling of persistent connections. Previously, the client would shut down 2066 handling of persistent connections. Previously, the client would shut down
2067 immediately after a request. 2067 immediately after a request.
2068 2068
2069 * **Breaking change:** `HttpServer` no longer compresses all traffic by 2069 * **Breaking change:** `HttpServer` no longer compresses all traffic by
2070 default. The new `autoCompress` property can be set to `true` to re-enable 2070 default. The new `autoCompress` property can be set to `true` to re-enable
2071 compression. 2071 compression.
2072 2072
2073 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 2073 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
2074 which controls how it resolves `package:` URIs. 2074 which controls how it resolves `package:` URIs.
OLDNEW
« no previous file with comments | « no previous file | pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698