forked from killbill/killbill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
133 lines (108 loc) · 4.11 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
0.11.2
Iteration on new direct payment APIs (unstable)
invoice: change external charges APIs to allow bulk insertion
osgi: introduce OSGIConfigProperties as an an osgi service to allow plugins to read system properties
0.11.1
Introduction of new direct payment APIs (unstable)
0.10.2
Add paymentAmount parameter to payAllInvoices API
Fix OSGI dependencies issue
0.10.1
Allow configuration of EhCache by specifying a URI
0.10.0
Merge usage branch (consumable in arrear)
Upgrade osgi felix framework and resolve osgi errors
0.9.2
Add org.killbill.server.properties property
Add default invoice HTML template
Better first time experience when using the jetty-console war
0.9.1
Update packages com.ning -> org.killbill
0.8.13
Fix SQL query typo in unmarkPaymentMethodAsDeleted
0.8.12
Implement bundles pagination and search APIs
Implement invoices search API
https://github.com/killbill/killbill/issues/154
https://github.com/killbill/killbill/issues/156
https://github.com/killbill/killbill/issues/159
JAX-RS bugfixes
Update killbill-oss-parent to 0.5.24
0.8.11
[SECURITY] Fix SQL injection in search APIs
Fix bug when retrieving refund information from plugins
Add system tag definitions support to tag search
https://github.com/killbill/killbill/issues/100
0.8.10
Upgrade JRuby and add support for OpenSSL in plugins
payment: pagination bugfix
Update killbill-oss-parent to 0.5.21 (DDL change)
- retry logic for bus and notification queues
0.8.9
Introduce PENDING payment state for Bitcoin
Implement new pagination and search APIs
Update killbill-oss-parent to 0.5.19
0.8.8
Add ability to update a bundle externalKey
Add ability to delete (mark as deleted) custom fields
Update killbill-oss-parent to 0.5.16
0.8.7
DDL: remove unused paid_through_date column
https://github.com/killbill/killbill/issues/130
https://github.com/killbill/killbill/issues/149
Add API to retrieve deleted tags
Add search APIs for payments
Audit API optimizations
JDBI optimizations
Update killbill-oss-parent to 0.5.9
0.8.6
Partial fix for https://github.com/killbill/killbill/issues/141
https://github.com/killbill/killbill/issues/143
https://github.com/killbill/killbill/issues/145
https://github.com/killbill/killbill/issues/147
https://github.com/killbill/killbill/issues/148
DDL: remove unused billing_cycle_day_utc column
0.8.5
https://github.com/killbill/killbill/issues/134
https://github.com/killbill/killbill/issues/135
https://github.com/killbill/killbill/issues/136
https://github.com/killbill/killbill/issues/140
0.8.4
Subscription base speedups
Fix regression in bundle timeline API
Fix ClassCastException in Beatrix
https://github.com/killbill/killbill/issues/123
https://github.com/killbill/killbill/issues/132
0.8.3
Entitlement speedups
0.8.2
Lots of subscription & entitlement bugfixes
https://github.com/killbill/killbill/issues/121
https://github.com/killbill/killbill/issues/124
https://github.com/killbill/killbill/issues/126
https://github.com/killbill/killbill/issues/128
0.8.1
https://github.com/killbill/killbill/issues/94
https://github.com/killbill/killbill/issues/116
0.8.0
Add missing audit columns in blocking_states
0.7.1
Add support for currency conversion plugin type
Allow payments/refund to be processed by plugin in a different currency than the one on the account
0.7.0
Initial support for pagination
Entitlement bugfixes
0.5.0
Initial implementation of RBAC
- default credentials: admin/password
Remove analytics plugin from defaultbundles package
Switch to killbill-commons for locker and db testing helper
Lower the default number of hash iterations for the apiSecret to 200,000 down from 500,000
- you can override it via -Dkillbill.server.multitenant.hash_iterations
0.4.0
Search APIs
Log errors during lifecycle
Fix Catalog endpoints
0.3.6
Add all ISO currencies to the catalog
jaxrs: return properly formatted JSON in case of exception