forked from drone29a/clj-oauth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
52 lines (28 loc) · 927 Bytes
/
CHANGES
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
* 1.5.5
- The user-approval-uri function now supports adding paramerers to the user approval URI. (danielsz)
* 1.5.4
- Updated Clojure, bouncycastle, and clj-http dependencies.
* 1.5.3 (SNAPSHOT)
- Updated dependencies.
* 1.5.2
- Support xAuth request tokens.
* 1.5.1
- Add missing dependency for OpenSSL PEM reader from bouncycastle. Regression introduced in 1.5.0.
* 1.5.0
- Add support for extra params to `request-token` used by Etsy.
- Use Clojure 1.5 and clj-http 0.9.1
* 1.4.1
* 1.4.0
- Use Clojure 1.4, Lein 2, and clj-http 0.5.3.
* 1.2.9
- Fixed user approval URL. Only oauth_token param is added to URL.
* 1.2.8
- Added xAuth support.
* 1.2.7
- Fixed bug where author didn't update CHANGES.
- All authentication uses headers.
* 1.2.4
- Fixed missed URL decoding of form-encoded responses.
- Removed server implementation for releases.
* 1.2.3
- Fixed timestamp bug causing 401's with Twitter.