1
1
PayPal Python SDK release notes
2
2
============================
3
3
4
+ v1.11.7
5
+ -------
6
+ * Enabled Replace for Payment [ #144 ] ( https://github.com/paypal/PayPal-Python-SDK/pull/144 ) .
7
+
4
8
v1.11.6
5
9
-------
6
10
* Enabled Third Party Invoicing [ #138 ] ( https://github.com/paypal/PayPal-Python-SDK/pull/138 ) .
@@ -11,173 +15,173 @@ v1.11.6
11
15
12
16
v1.11.5
13
17
----
14
- * Additional Webhook Validation Checks
18
+ * Additional Webhook Validation Checks.
15
19
16
20
v1.11.4
17
21
----
18
- * Change Live Mode Logging Warning to be Info level and use local logger
19
- instead of root. See issue [ #112 ] ( https://github.com/paypal/PayPal-Python-SDK/pull/112 )
22
+ * Change Live Mode Logging Warning to be Info level and use local logger.
23
+ instead of root. See issue [ #112 ] ( https://github.com/paypal/PayPal-Python-SDK/pull/112 ) .
20
24
21
25
v1.11.3
22
26
----
23
- * Update TLS warning message with [ site information] ( https://github.com/paypal/TLS-update )
27
+ * Update TLS warning message with [ site information] ( https://github.com/paypal/TLS-update ) .
24
28
25
29
v1.11.2
26
30
----
27
- * Check OpenSSL version is 1.0.1 or above
31
+ * Check OpenSSL version is 1.0.1 or above.
28
32
29
33
v1.11.1
30
34
----
31
- * Security test sandbox endpoint avaiable as a configuration
32
- * Warn if merchant server has below 1.0 version of OpenSSL
33
- * Update User Agent with crypto lib version
35
+ * Security test sandbox endpoint avaiable as a configuration.
36
+ * Warn if merchant server has below 1.0 version of OpenSSL.
37
+ * Update User Agent with crypto lib version.
34
38
35
39
v1.11.0
36
40
----
37
- * Full request/response logged at DEBUG level for non production environments
38
- * Travis tests gets deployed on new platform
41
+ * Full request/response logged at DEBUG level for non production environments.
42
+ * Travis tests gets deployed on new platform.
39
43
40
44
v1.10.1
41
45
----
42
- * Webhook cert patch
43
- * Support PAYPAL_AUTH_ALGO header for webhook validation
46
+ * Webhook cert patch.
47
+ * Support PAYPAL_AUTH_ALGO header for webhook validation.
44
48
45
49
v1.10.0
46
50
----
47
- * Webhook certificate chain, common name and expiry validation added
48
- * Resource conversion syntax more pythonic
49
- * Endpoint configuration made more flexible for easier custom endpoints
50
- * __ contains__ implemented on Resource object
51
- * Allow changing of logger level within projects
51
+ * Webhook certificate chain, common name and expiry validation added.
52
+ * Resource conversion syntax more pythonic.
53
+ * Endpoint configuration made more flexible for easier custom endpoints.
54
+ * __ contains__ implemented on Resource object.
55
+ * Allow changing of logger level within projects.
52
56
53
57
v1.9.1
54
58
----
55
- * Webhook default algorithm update
59
+ * Webhook default algorithm update.
56
60
57
61
v1.9.0
58
62
----
59
- * Add Tox for unit test automation for different Python versions
60
- * Support PyPy
61
- * Sample added to demo update shipping cost during payment execution
63
+ * Add Tox for unit test automation for different Python versions.
64
+ * Support PyPy.
65
+ * Sample added to demo update shipping cost during payment execution.
62
66
63
67
v1.8.0
64
68
----
65
- * Payouts cancel feature added
66
- * Patch version imports
67
- * Merge pull #84 for crypto dependency docs
68
- * Google appengine workaround documented
69
+ * Payouts cancel feature added.
70
+ * Patch version imports.
71
+ * Merge pull #84 for crypto dependency docs.
72
+ * Google appengine workaround documented.
69
73
70
74
v1.7.1
71
75
----
72
- * OpenSSL only imported when necessary
73
- * Dependency versions updated
74
- * Config.py added as source of all configuration information
75
- * Setup.py refactored to get information from config
76
+ * OpenSSL only imported when necessary.
77
+ * Dependency versions updated.
78
+ * Config.py added as source of all configuration information.
79
+ * Setup.py refactored to get information from config.
76
80
77
81
v1.7.0
78
82
----
79
- * Payouts API support added
80
- * Complete pep8ify of tests and samples
83
+ * Payouts API support added.
84
+ * Complete pep8ify of tests and samples.
81
85
82
86
v1.6.2
83
87
-----
84
- * Search transactions for billing agreements patched
85
- * Empty billing plan fetch issue fixed for subscription sample app
86
- * Travis build update
88
+ * Search transactions for billing agreements patched.
89
+ * Empty billing plan fetch issue fixed for subscription sample app.
90
+ * Travis build update.
87
91
88
92
v1.6.1
89
93
-----
90
- * Python 3 compatibility patch for openssl crypto verify
94
+ * Python 3 compatibility patch for openssl crypto verify.
91
95
92
96
v1.6.0
93
97
-----
94
- * Webhook and Webhook events creation and management supported
95
- * Parse webhook events and return the appropriate resource
96
- * Verification that webhook events are unaltered and originate from PayPal
97
- * Update Travis and Coveralls badges and User Agent for repo renaming
98
+ * Webhook and Webhook events creation and management supported.
99
+ * Parse webhook events and return the appropriate resource.
100
+ * Verification that webhook events are unaltered and originate from PayPal.
101
+ * Update Travis and Coveralls badges and User Agent for repo renaming.
98
102
99
103
v1.5.0
100
104
-----
101
- * Payment Experience customizaton feature added via API for Web Profiles
105
+ * Payment Experience customizaton feature added via API for Web Profiles.
102
106
103
107
v1.4.1
104
108
-----
105
- * Update Paypal-Client-Metadata-Id header for future payments
106
- * Subscription API changes for searching transactions and listing billing plans
109
+ * Update Paypal-Client-Metadata-Id header for future payments.
110
+ * Subscription API changes for searching transactions and listing billing plans.
107
111
108
112
v1.4.0
109
113
-----
110
- * Add Orders API support
111
- * Demonstrate samples for EC parameters support (improves feature gap between REST and CLASSIC payment APIs)
112
- * Invocing record payment, record refund and qr-code support added
113
- * Activate method added for billing plans
114
- * Merged toanant's pull request for #62 fix
114
+ * Add Orders API support.
115
+ * Demonstrate samples for EC parameters support (improves feature gap between REST and CLASSIC payment APIs).
116
+ * Invocing record payment, record refund and qr-code support added.
117
+ * Activate method added for billing plans.
118
+ * Merged toanant's pull request for #62 fix.
115
119
116
120
v1.3.0
117
121
-----
118
- * update saved credit card in vault
122
+ * update saved credit card in vault.
119
123
120
124
v1.2.2
121
125
-----
122
- * get_access_token added to api spec
123
- * Patches for python 3 compatibility
126
+ * get_access_token added to api spec.
127
+ * Patches for python 3 compatibility.
124
128
125
129
v1.2.1
126
130
-----
127
- * Patch for exceptions import issue #50
128
- * Patch for urlparse import issue
131
+ * Patch for exceptions import issue #50 .
132
+ * Patch for urlparse import issue.
129
133
130
134
v1.2.0
131
135
-----
132
- * Subscription (Billing Plan and Billing Agreement) API supported
136
+ * Subscription (Billing Plan and Billing Agreement) API supported.
133
137
134
138
v1.1.0
135
139
-----
136
- * Invoicing API support added
137
- * Added tests and samples for using the invoicing api via the sdk
138
- * PayPal Mobile Backend sample added
140
+ * Invoicing API support added.
141
+ * Added tests and samples for using the invoicing api via the sdk.
142
+ * PayPal Mobile Backend sample added.
139
143
140
144
v1.0.0
141
145
-----
142
- * Future Payments support added along with tests and samples
143
- * Move from httplib2 to requests
144
- * Improve error reporting
145
- * Exceptions below http layer removed
146
+ * Future Payments support added along with tests and samples.
147
+ * Move from httplib2 to requests.
148
+ * Improve error reporting.
149
+ * Exceptions below http layer removed.
146
150
147
151
v0.7.0
148
152
-----
149
- * Allow multiple API object in same thread
150
- * Remove mutable default arguments
151
- * Change comments to be docstrings
152
- * Token creation supports unicode
153
- * Add unit_tests using mock and patch, separate from functional_tests
154
- * Optimize merge_dict
153
+ * Allow multiple API object in same thread.
154
+ * Remove mutable default arguments.
155
+ * Change comments to be docstrings.
156
+ * Token creation supports unicode.
157
+ * Add unit_tests using mock and patch, separate from functional_tests.
158
+ * Optimize merge_dict.
155
159
156
160
v0.6.4
157
161
-----
158
- * Support OpenIDConnect for sandbox environment
162
+ * Support OpenIDConnect for sandbox environment.
159
163
160
164
v0.6.3
161
165
-----
162
166
* Added support for Reauthorization.
163
167
164
168
v0.6.2
165
169
-----
166
- * Fixed content-type issue with generate_token API
170
+ * Fixed content-type issue with generate_token API.
167
171
168
172
v0.6.1
169
173
-----
170
- * Added support for Python 2.6
174
+ * Added support for Python 2.6.
171
175
172
176
v0.6.0
173
177
-----
174
- * Added support for Auth and Capture APIs
178
+ * Added support for Auth and Capture APIs.
175
179
176
180
v0.5.3
177
181
-----
178
- * Added Tokeninfo and Userinfo classes to support openid_connect
182
+ * Added Tokeninfo and Userinfo classes to support openid_connect.
179
183
180
184
v0.5.3
181
185
-----
182
- * Validate token hash on every request
183
- * Resolved issue with builtin function(items) in Resource class
186
+ * Validate token hash on every request.
187
+ * Resolved issue with builtin function(items) in Resource class.
0 commit comments