|
1 |
| -Version 1.4.4 |
| 1 | +PayPal Node SDK release notes |
| 2 | +============================= |
| 3 | + |
| 4 | +1.4.4 |
| 5 | +------ |
2 | 6 | * Update on Invoicing API changes [#189](https://github.com/paypal/PayPal-Ruby-SDK/pull/189)
|
3 | 7 |
|
4 |
| -Version 1.4.3 |
| 8 | +1.4.3 |
| 9 | +------ |
5 | 10 | * Fix issue where uninitialized constant PayPal::SDK::Core::API::Merchant occurs for merchant-sdk-ruby issue [#184](https://github.com/paypal/PayPal-Ruby-SDK/issues/184)
|
6 | 11 |
|
7 |
| -Version 1.4.2 |
| 12 | +1.4.2 |
| 13 | +------ |
8 | 14 | * Fix test category [#178](https://github.com/paypal/PayPal-Ruby-SDK/issues/178)
|
9 | 15 | * Delete code irrelevant to REST APIs [#179](https://github.com/paypal/PayPal-Ruby-SDK/issues/179)
|
10 | 16 | * Fix OpenSSL::X509::StoreError: system lib error for webhook validation [#170](https://github.com/paypal/PayPal-Ruby-SDK/issues/170)
|
11 | 17 | * Fix incorrect warning message when using DEBUG logging on live [#182](https://github.com/paypal/PayPal-Ruby-SDK/pull/182)
|
12 | 18 |
|
13 |
| -Version 1.4.1 |
| 19 | +1.4.1 |
| 20 | +------ |
14 | 21 | * Fix Webhook common name verification
|
15 | 22 |
|
16 |
| -Version 1.4.0 |
| 23 | +1.4.0 |
| 24 | +------ |
17 | 25 | * Fix CreditCard.update()
|
18 | 26 | * Payment API support
|
19 | 27 | * Updated TLS warning message
|
20 | 28 |
|
21 |
| -Version 1.3.4 |
| 29 | +1.3.4 |
| 30 | +------ |
22 | 31 | * Fix payment.update() [#163](https://github.com/paypal/PayPal-Ruby-SDK/issues/163)
|
23 | 32 | * Include openssl version in user-agent header
|
24 | 33 | * Add TLS 1.2 support
|
25 | 34 |
|
26 |
| -Version 1.3.3 |
| 35 | +1.3.3 |
| 36 | +------ |
27 | 37 | * Added failover for capturing debug ID
|
28 | 38 | * Enabled verbose payload logging [#146](https://github.com/paypal/PayPal-Ruby-SDK/issues/146)
|
29 | 39 | * Removed `time_updated` field in agreement_transaction per [API change](https://developer.paypal.com/webapps/developer/docs/api/#agreementtransaction-object)
|
30 | 40 | * Removed `payment_details` field in invoice per [API change](https://developer.paypal.com/webapps/developer/docs/api/#invoice-object)
|
31 | 41 | * Added `payment_options` field to Transaction per [API change](https://developer.paypal.com/webapps/developer/docs/api/#transaction-object)
|
32 | 42 | * Added secure logging to avoid logging confidential data (e.g., credit card number)
|
33 | 43 |
|
34 |
| -Version 1.3.2 |
| 44 | +1.3.2 |
| 45 | +------ |
35 | 46 | * Fixed webprofile.create()
|
36 | 47 | * Fixed webprofile.get_list()
|
37 | 48 | * Updated webprofile test cases
|
38 | 49 |
|
39 |
| -Version 1.3.1 |
| 50 | +1.3.1 |
| 51 | +------ |
40 | 52 | * Added CreditCard list() support
|
41 | 53 | * Added request/response body debugging statements
|
42 | 54 | * Fixed future payment support, moved sample code, and added docs [#137](https://github.com/paypal/PayPal-Ruby-SDK/issues/137)
|
43 | 55 |
|
44 |
| -Version 1.3.0 - June 30, 2015 |
| 56 | +1.3.0 - June 30, 2015 |
| 57 | +---------------------- |
45 | 58 | * Added Webhook validation
|
46 | 59 |
|
47 |
| -Version 1.2.2 - June 17, 2015 |
| 60 | +1.2.2 - June 17, 2015 |
| 61 | +--------------------- |
48 | 62 | * Fixed NameError due to underscore in variable name
|
49 | 63 | * Fixed Vault endpoints
|
50 | 64 |
|
51 |
| -Version 1.2.1 - May 21, 2015 |
| 65 | +1.2.1 - May 21, 2015 |
| 66 | +-------------------- |
52 | 67 | * Paypal-Debug-Id printed for any exception
|
53 | 68 |
|
54 |
| -Version 1.2.0 - March 3, 2015 |
| 69 | +1.2.0 - March 3, 2015 |
| 70 | +---------------------- |
55 | 71 | * Webhook management API support added
|
56 | 72 |
|
57 |
| -Version 1.1.2 - March 3, 2015 |
| 73 | +1.1.2 - March 3, 2015 |
| 74 | +---------------------- |
58 | 75 | * Updated payment data models
|
59 | 76 |
|
60 |
| -Version 1.1.1 - February 5, 2015 |
| 77 | +1.1.1 - February 5, 2015 |
| 78 | +------------------------- |
61 | 79 | * Packaged paypal cert in gem
|
62 | 80 |
|
63 |
| -Version 1.1.0 - February 4, 2015 |
| 81 | +1.1.0 - February 4, 2015 |
| 82 | +------------------------ |
64 | 83 | * Added Payouts support
|
65 | 84 | * Improved sample page layout
|
66 | 85 |
|
67 |
| -Version 1.0.0 - January 27, 2015 |
| 86 | +1.0.0 - January 27, 2015 |
| 87 | +----------------------- |
68 | 88 | * Merged sdk-core-ruby with paypal-ruby-sdk
|
69 | 89 |
|
70 |
| -Version 0.10.0 - January 7, 2015 |
| 90 | +0.10.0 - January 7, 2015 |
| 91 | +------------------------ |
71 | 92 | * Added subscription (billing plan and agreement) support
|
72 | 93 |
|
73 |
| -Version 0.9.1 - December 19, 2014 |
| 94 | +0.9.1 - December 19, 2014 |
| 95 | +------------------------- |
74 | 96 | * Separated out extended data types (future payment)
|
75 | 97 |
|
76 |
| -Version 0.9.0 - December 15, 2014 |
| 98 | +0.9.0 - December 15, 2014 |
| 99 | +------------------------- |
77 | 100 | * Added payment-experience (web profiles) support
|
78 | 101 | * Added test execution guide
|
79 | 102 |
|
80 |
| -Version 0.8.0 - December 11, 2014 |
| 103 | +0.8.0 - December 11, 2014 |
| 104 | +------------------------- |
81 | 105 | * Added order/auth/capture support
|
82 | 106 | * Grouped tests in 2 categories: unit tests, integration(functional) tests
|
83 | 107 | * Disabled some tests that involve manual steps (e.g., log in to PayPal website)
|
84 | 108 |
|
85 |
| -Version 0.7.3 - November 21, 2014 |
| 109 | +0.7.3 - November 21, 2014 |
| 110 | +------------------------- |
86 | 111 | * Changed Correlation ID header for future payment
|
87 | 112 | * Added data model for Order/Auth/Capture
|
88 | 113 |
|
89 |
| -Version 0.7.2 - October 20, 2014 |
| 114 | +0.7.2 - October 20, 2014 |
| 115 | +------------------------ |
90 | 116 | * Added Order support
|
91 | 117 |
|
92 |
| -Version 0.7.1 - October 8, 2014 |
| 118 | +0.7.1 - October 8, 2014 |
| 119 | +----------------------- |
93 | 120 | * Added Auth support
|
94 | 121 |
|
95 |
| -Version 0.7.0 - July 1, 2014 |
| 122 | +0.7.0 - July 1, 2014 |
| 123 | +-------------------- |
96 | 124 | * Added future payment support
|
97 | 125 |
|
98 |
| -Version 0.6.1 - Apr 04, 2014 |
| 126 | +0.6.1 - Apr 04, 2014 |
| 127 | +-------------------- |
99 | 128 | * Added support for Invoice APIs
|
100 | 129 |
|
101 |
| -Version 0.6.0 - May 30, 2013 |
| 130 | +0.6.0 - May 30, 2013 |
| 131 | +-------------------- |
102 | 132 | * Added support for Auth and Capture APIs
|
103 | 133 |
|
104 |
| -Version 0.5.2 - Apr 26, 2013 |
| 134 | +0.5.1 - Apr 26, 2013 |
| 135 | +-------------------- |
105 | 136 | * Update core version to 0.2.3 for OpenID Connect
|
106 | 137 |
|
107 |
| -Version 0.5.0 - Mar 07, 2013 |
| 138 | +0.5.0 - Mar 07, 2013 |
| 139 | +-------------------- |
108 | 140 | * Initial Release
|
0 commit comments