forked from killbill/killbill-plugin-framework-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
90 lines (68 loc) · 2.13 KB
/
Copy pathNEWS
File metadata and controls
90 lines (68 loc) · 2.13 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
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