NEWS

39 lines | 1.199 kB Blame History Raw Download
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