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

Side by Side Diff: CHANGELOG.md

Issue 1522923003: Support http_parser 2.0.0. (Closed) Base URL: git@github.com:dart-lang/oauth2.git@master
Patch Set: Created 5 years 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 | pubspec.yaml » ('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.0.1
2
3 * Support `http_parser` 2.0.0.
4
1 # 1.0.0 5 # 1.0.0
2 6
3 ## Breaking changes 7 ## Breaking changes
4 8
5 * Requests that use client authentication, such as the 9 * Requests that use client authentication, such as the
6 `AuthorizationCodeGrant`'s access token request and `Credentials`' refresh 10 `AuthorizationCodeGrant`'s access token request and `Credentials`' refresh
7 request, now use HTTP Basic authentication by default. This form of 11 request, now use HTTP Basic authentication by default. This form of
8 authentication is strongly recommended by the OAuth 2.0 spec. The new 12 authentication is strongly recommended by the OAuth 2.0 spec. The new
9 `basicAuth` parameter may be set to `false` to force form-based authentication 13 `basicAuth` parameter may be set to `false` to force form-based authentication
10 for servers that require it. 14 for servers that require it.
(...skipping 26 matching lines...) Expand all
37 * Update the `http` dependency. 41 * Update the `http` dependency.
38 42
39 * Since `http` 0.11.0 now works in non-`dart:io` contexts, `oauth2` does as 43 * Since `http` 0.11.0 now works in non-`dart:io` contexts, `oauth2` does as
40 well. 44 well.
41 45
42 # 0.9.2 46 # 0.9.2
43 47
44 * Expand the dependency on the HTTP package to include 0.10.x. 48 * Expand the dependency on the HTTP package to include 0.10.x.
45 49
46 * Add a README file. 50 * Add a README file.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698