NEWS

137 lines | 4.173 kB Blame History Raw Download
0.11.3
    Iteration on new direct payment APIs (unstable)

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