forked from jordoh/sdk-core-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
62 lines (45 loc) · 1.56 KB
/
CHANGELOG.txt
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
58
59
60
61
62
Version 0.3.4
- Fix test cases
- Update travis CI configuration
- Updated TLS 1.2 warning message
Version 0.3.3
- Add TLS 1.2 support
Version 0.3.2
- Update production IPN endpoint
Version 0.3.1
- Allow verbose logging of HTTP requests
Version 0.3.0 - July 1, 2014
- Add future payment support
- Fix exception handling for debug ID print
Version 0.2.10 - June 25, 2014
- Fix debug ID dump
Version 0.2.9 - May 30, 2014
- Log debug ID
Version 0.2.8 - Apr 04, 2014
- Validate content-type in REST service. #24
- Fix for undefined method 'encoding' for Fixnum. #22
Version 0.2.7 - Dec 30, 2013
- Added account_creation_date attribute to Userinfo
Version 0.2.6 - Aug 30, 2013
- Added license name as "PayPal SDK License"
- Generate sandbox urls for openid connect
- Support Merchant API call without action/path
Version 0.2.5 - Jun 27, 2013
- Fix DateTime parser to support 0
- Set content-type header for generate-token REST API
Version 0.2.4 - May 29, 2013
- Support HTTP DELETE method
Version 0.2.3 - Apr 26, 2013
- Update User-Agent for openid-connect
Version 0.2.2 - Apr 25, 2013
- Validate token expiry duration on every REST API call
- Removed exception handling for Socket and Timeout errors
- Added configure and logger methods to PayPal::SDK module
- Added PayPal:SDK::OpenIDConnect module
Version 0.2.1 - Mar 22, 2013
- Skip values for undefined members on initializer
Version 0.1.5 - Jan 28, 2013
- Fix OrderedHash issue with ruby 1.8.7
Version 0.1.4 - Jan 09, 2013
- Support ruby version 1.8.7
- Update IPN Endpoint