This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNEWS
234 lines (170 loc) · 5.48 KB
/
NEWS
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
9.4.1
Make max_nb_records query configurable
https://github.com/killbill/killbill-plugin-framework-ruby/issues/54
9.4.0
Update to Kill Bill 0.19.18 APIs
9.3.2
Update to Kill Bill 0.19.17 APIs
9.3.1
DO NOT USE
9.3.0
Update to Kill Bill latest 0.19.x APIs
9.2.2
Release for Kill Bill 0.19.7
ActiveMerchant: pass in extra_params to gateway api calls
9.2.1
Release for Kill Bill 0.19.6
9.2.0
Initial release for Kill Bill 0.19.x
8.3.5
ActiveMerchant: add utility function to avoid persisting sensitive data (GDPR)
8.3.4
ActiveMerchant: pass in extra_params to gateway api calls
8.3.3
active_merchant: update default CC year in tests
8.3.2
Merge global configuration into each account specific configuration
8.3.1
Fix outdated EntitlementPluginApi models
8.3.0
Initial release for Kill Bill 0.18.x
8.2.0
Updates for 0.17.2
8.1.0
Updates for 0.17.1
8.0.1
Fix ActiveRecord dependency issues
8.0.0
Initial release for Kill Bill 0.17.x
7.0.6
ActiveMerchant: pass currency to auth_reversal call
Improve PostgreSQL support
7.0.5
Fix regression when loading Rake tasks
7.0.4
Add support for migrations
ActiveMerchant: change message column to TEXT
ActiveMerchant: pass in extra_params to dispatch_to_gateways
7.0.3
Java API: set default dates in context to now()
Expose the underlying object from LazyEvaluator
https://github.com/killbill/killbill-plugin-framework-ruby/issues/53
Introduce Utils.normalize_property
7.0.2
Handle blank tokens
7.0.1
Update ActiveMerchant config helper to retrieve per-tenant configuration
Improve exception logging in ActiveMerchant
7.0.0
Initial release for Kill Bill 0.16.x
ActiveMerchant: add support for mock clock in tests
6.5.0
Regenerate files for killbill-api 0.32
6.4.0
Regenerate files for killbill-api 0.30 and killbill-plugin-api 0.18
6.3.0
Regenerate files
6.2.0
Add support for Clock service
Change plugin initialization to support additional services
6.1.0
Regenerate files
6.0.0
Regenerate files for killbill-api 0.26
5.2.0
Regenerate files for killbill-api 0.23 and killbill-plugin-api 0.16
5.1.0
Fix missing require file
5.0.0
Add entitlement plugin api
Rename payment routing plugin api to payment control plugin api
4.0.0
Initial release for Kill Bill 0.14.x
3.2.2
Logger performance improvement
Initial support for invoice plugins
3.2.1
Regenerate models
3.2.0
ActiveMerchant:
- fix openssl require error with the latest version of active_utils
- fix gateway configuration parsing (add support for false values)
- store and retrieve the full credit card when not using a third-party vault
- switch database fields to varchar to support tokenized PANs (DDL change)
3.1.12
ActiveMerchant:
- store payment_processor_account_id (DDL change)
- let the plugin override the linked transaction type (capture/refund)
- generator enhancements
3.1.11
ActiveMerchant:
- add proxy support
- redirect wiredump device to Kill Bill log
- expose networking configuration options
ActiveRecord performance improvements
3.1.10
Add workarounds for ActiveRecord bugs under high load/concurrency
BoundedLRUCache performance improvements
Introduce :payment_processor_account_id option to route payment requests
Add before_gateways / after_gateways hooks
3.1.9
Fix memory leak in database connection handling
Change void implementation to be more generic (and work with Cybersource)
ActiveMerchant: pass the transaction external key as the order id
Add before_gateway / after_gateway hooks
Fix API queries in multi-tenancy mode
3.1.8
Make ActiveMerchant HTTP backend configurable, add support for Typhoeus
generator:
- Remove transactions.txn_id, transactions.amount_in_cents and transactions.currency NOT NULL constraint
- Update PaymentMethod.from_response signature
- Add :skip_gw option to skip the gateway entirely
3.1.7
Support more Logger APIs
3.1.6
Updates to support killbill-api 0.9.8
Fix properties handling in add_payment_method
Performance improvements
3.1.5
Updates to support killbill-api 0.9.7
3.1.4
Updates to support killbill-api 0.9.6 and killbill-plugin-api 0.7.4
3.1.3
Minor change for non multi tenant environment
3.1.2
Make ActiveMerchant plugins multi-tenant
Add support for ActiveMerchant integrations
3.1.1
Regenerate files for killbill-api 0.9.5 and killbill-plugin-api 0.7.2
3.1.0
Regenerate files for killbill-api 0.9.2 and killbill-plugin-api 0.7.0
Add ActiveMerchant plugin generator
3.0.0
Update package com.ning -> org.killbill
2.0.1
Regenerate files for killbill-api 0.8.1
2.0.0
Regenerate files for killbill-api 0.8.0 and killbill-plugin-api 0.6.3
1.9.0
Regenerate files for killbill-api 0.7.8 and killbill-plugin-api 0.6.2
1.8.4
Regenerate models to export refund status
1.8.3
Regenerate models for currency conversion api changes
1.8.2
Add missing regenerated RefundInfoPlugin and PaymentInfoPlugin for new currency
1.8.1
Add currency api from Killbill for ruby plugins
1.8.0
Currency plugin support
1.7.1
Bug fix in enumerator_iterator
Make log level adjustable
1.7.0
Update to killbill-api 0.7.1 and killbill-plugin-api 0.5.0 (pagination)
1.6.0
New entitlement APIs + merge with search APIs
1.5.0 (don't use)
New entitlement APIs
1.4.0
Add search APIs