forked from killbill/killbill-client-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
127 lines (93 loc) · 3.52 KB
/
NEWS
File metadata and controls
127 lines (93 loc) · 3.52 KB
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
Modify json catalog
Add apis for payment methods
Add apis for catalog
Add new entitlement api for combo call
Implement setBlockingState api
0.13
Management of custom fields on payment methods
Allow configuration of timeouts
0.12
Modify dryRun invoice endpoint to support filtering capabilities on UP_COMING_INVOICE
0.11
Add new objectId to Tag model object
0.10
Remove constraint where we have to pass a currency for each item when creating the extrenal charges
0.9
Add support for tags (bundle, subscription, invoice, payment), and ability to retrieve all tags for a given account
0.8
Add support for HTTP proxy
Add control plugins support for payment combo calls
0.7
Payments APIs: HPP combo call, ability to complete payments by payment id / external key
0.6
Rename PaymentMethodPluginDetail#externalPaymentId to PaymentMethodPluginDetail#externalPaymentMethodId
Add support for payment combo call
Add support for payment operations via external keys
Update killbill-oss-parent to 0.29
0.5
Modify dryRun api to support both a null targetDate and the constant upcomingInvoiceTargetDate"
0.4
New APIs for user management (password, roles, invalidation)
Update Async Http Client to 1.9.19
Update killbill-oss-parent to 0.11
0.3.1
Add missing getter/setter (required to json serialization)
0.2.3
Change models to allow to pass price override on subscription creation or plan change
0.2.2
Update latest pom to have latest killbill-api (dep seemed really old)
0.2.1
Add new APIs for multi-tenant configuration (per plugin config,..)
0.2.0
Set Accept header instead of Content-Type for GETs
Regenerate models for 0.13.4
0.1.2
Make Subscription#externalKey optional
0.1.1
Add apis to upload per tenant invoice template and translations
0.0.16
Per tenant overdue and catalog endpoints
0.0.15
Modify invoice api to trigger dryRun invoice to it also supports adding subscription info (CREATE, CHANGE, CANCEL) ...
0.0.14
Fix bug in searchPaymentMethodsByKeyAndPlugin call
Update killbill-oss-parent to 0.7.22
0.0.13
Minor update for payment (missing PluginProperty constant)
0.0.12
Add DirectTransaction#externalKey (https://github.com/killbill/killbill/issues/180)
Allow override of payment method id for createDirectPayment (https://github.com/killbill/killbill/issues/177)
Expose plugin properties in DirectTransaction (https://github.com/killbill/killbill/issues/185)
Cleanup credit and refund operations (https://github.com/killbill/killbill/issues/187)
Update payment, refund and chargeback APIs to match the latest Kill Bill APIs (killbill 0.11.5)
Enforce UTF-8 encoding for all requests
Update killbill-oss-parent to 0.7.12
0.0.11
HPP API support (unstable)
0.0.10
Fix bug in payments search call
Implement more direct payment APIs
0.0.9
Property killbill.debug has been renamed org.killbill.client.debug
Fix bug in payAllInvoices
Bulk external charges API support
Direct payments API support
Update killbill-oss-parent to 0.7.1
0.0.8
Update payAllInvoice api to specify paymentAmount
0.0.7
Add usageName for invoiceItem model
0.0.6
Rename package to org.killbill
0.0.5
Fix query parameters bug in searchInvoices
0.0.4
Update CustomField for killbill 0.8.11
0.0.3
Implement bundles pagination and search APIs
Implement invoices search API
Update killbill-oss-parent to 0.5.23
0.0.2
Fix url encoding in search APIs
0.0.1
Initial import