forked from killbill/killbill-plugin-framework-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
140 lines (104 loc) · 3.19 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
3.0.0
Update version to 3.0.x
2.4.0
Update to killbill-oss-parent 0.141.96
2.3.6
Update to killbill-oss-parent 0.141.93
2.3.5
Update to killbill-oss-parent 0.141.89
2.3.4
TestUtils bugfix
Update to killbill-oss-parent 0.141.87
2.3.3
Fix PluginPriorInvoiceResult#isAborted implementation
Update to killbill-oss-parent 0.141.83
2.3.2
Update killbill-oss-parent to 0.141.77 (Jooby now requires Jackson 2.9.5)
2.3.1
Add productName to PluginInvoiceItem
2.3.0
Config: improve YAML support
Update to killbill-oss-parent 0.141.53
2.2.0
Update to killbill-oss-parent 0.141.48
2.1.0
Add support for PostgreSQL and H2
https://github.com/killbill/killbill-plugin-framework-java/issues/16
Update to killbill-oss-parent 0.141.28
2.0.0
Initial release for KB 0.19.x
1.3.1
payment: introduce PaymentApiWrapper
Update to killbill-oss-parent 0.140.54
1.3.0
Add support for PostgreSQL and H2
https://github.com/killbill/killbill-plugin-framework-java/issues/16
Update to killbill-oss-parent 0.140.53
1.2.3
Add two new constructors to allow overriding jooq SQLDialect
1.2.2
Add KillBillContext utility class to retrieve X-Request-Id
1.2.1
Make httpclient timeouts configurable
Add support for YAML config
1.2.0
jdk1.8+ only
Support for servlets backed by jooby
Support for plugin healthchecks
Support for multi-regions configuration
1.1.2
Update to killbill-oss-parent 0.140.24
1.1.1
Make UTF8UrlDecoder support UTF-8 multi-byte characters
Make PluginTenantConfigurableConfigurationHandler#getConfigurable thread-safe
Update to killbill-oss-parent 0.140.13
1.1.0
Initial release for KB 0.18.x
Update to killbill-oss-parent 0.140
1.0.3
Mock more payment APIs
Update to killbill-oss-parent 0.132
1.0.2
Fix mocking of PaymentTransaction
1.0.1
Update to killbill-oss-parent 0.118
1.0.0
Release version 1.0.0 for KB 0.17.x
0.3.3
Additional PluginProperties#merge signature
Enhance test utilities
Update to killbill-oss-parent 0.93
0.3.2
Constants in PluginHostedPaymentPageFormDescriptor are now public
Add utility functions for money calculations
Update killbill-oss-parent to 0.88
0.3.1
Introduce PluginProperties#findAndDecodePluginPropertyValue
0.3.0
Initial release for Kill Bill 0.16.x
Fix payment method queries
Update to killbill-oss-parent 0.76
0.2.3
Fix issue with new invoices in PluginInvoicePluginApi#getAdditionalTaxInvoiceItems
Update to killbill-oss-parent 0.56
0.2.2
Add support for dryRun option in PluginInvoicePluginApi
0.2.1
Add missing limit in PluginPaymentDao query
Fix Java 1.6 compilation
Update to killbill-oss-parent 0.49
0.2.0
Update to killbill-oss-parent 0.31 (routing -> control renaming)
0.1.0
Initial release for Kill Bill 0.14.x
Add utilities for multi-tenancy configuration
Support for Tax plugins
Update to killbill-oss-parent 0.11
0.0.3
https://github.com/killbill/killbill-plugin-framework-java/issues/1
https://github.com/killbill/killbill-plugin-framework-java/issues/2
Update to killbill-oss-parent 0.9.4
0.0.2
Bus fixes
0.0.1
Initial import