forked from dawesi/scribe-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
v2pre-changelog
57 lines (46 loc) · 1.76 KB
/
v2pre-changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[SNAPSHOT]
* prepare to merge back to the ScribeJava
* backport 'news' from scribejava
[3.4]
* add doktornarabote.ru API support
[3.3]
* upgrade ning async http client 1.9.20 -> 1.9.26
* add possibility to use ProxyServer per-request (async only)
* rename maven modules, add "subscribe-" prefix
* backport anything new from scribe-java
[3.2]
* add possibility to set non-default httpProvider Class Name for ning async http client
[3.1]
* update FaceBook API version from 2.0 to 2.2
* update ning dependency for async functionality
* allow 'realm' parameter in OAuthParameters
[3.0]
* make compilable with OpenJDK8
* add async functionality
* add GitHub API
* split on two maven modules (+repackaging)
[2.3]
* add state parameter in LinkedInAPI 2.0
* update FB Graph API to version 2.0
* add tut.by OAuth API
* add default parameter grant_type for Google, LinkedIn and Mail.ru
* update host for requests in VkontakteExample
* add Yinxiang Biji endpoint in EvernoteApi
* switch Flickr and Twitter to https
* update domain for LiveAPI
* add support for the Authorization parameter 'realm'
* add TumblrExample
* update TwitterExample to v1.1
* merge Request class in OAuthRequest. No need in separate Request class.
No planned usages of 'clean' http requests.
* add required OAuthService parameter in constructor for OAuthRequest,
so it can use OAuthConfig always (Default timeouts for all OAuthRequests
per OAuthService instance are now possible 'from-the-box').
* remove messy RequestTuner. Use OAuthConfig instead of it.
[2.1]
* add OpenID id_token parsing from response to GoogleAPI 2.0
* add optional OAuth 'state' request parameter
* Add hh api support
* fix Mailru API
[2.0]
* New release. First release. Formalizations of new project.