Skip to content

Releases: Invoiced/invoiced-java

v4.3.0

02 Feb 22:02
Compare
Choose a tag to compare
  • Fixed the saving of customer tax rates
  • Fixed the saving of subscription addons with an empty list

v4.2.1

31 Oct 18:49
Compare
Choose a tag to compare
  • Added an UpdatedAt property to entities
  • Add Amount property to Subscription and SubscriptionAddon entities
  • Fixed a bug in the ListAll URL generation when pagination is used
  • Fixed the types of the tax rate and coupon lists with Customer and Subscription entities

v4.2.0

03 Feb 16:56
Compare
Choose a tag to compare
  • Fix data type in charge request
  • Add purchase_order field

v4.1.0

10 Dec 00:04
Compare
Choose a tag to compare
  • Adds CreditBalanceAdjustment class for adding customer credits
  • Fixes various properties with incorrect names or data types

v4.0.0

08 Dec 21:50
Compare
Choose a tag to compare
  • Adds Payment, Charge, and Refund objects to make it easier to work with payments
  • Removes Transaction class in favor of Payment class
  • Updates entity properties to match latest Invoiced API schema
  • Renames CatalogItem class to Item
  • Renames ChargeSplit class to PaymentItem
  • Renames Installment class to PaymentPlanInstallment
  • Marks client library classes as final
  • Subscription cancellation updates current instance properties instead of creating a new object
  • Changed project name from invoiced-java to invoiced

v3.2.0

10 Dec 16:55
Compare
Choose a tag to compare
  • Adds endpoints to manage payment sources, including cards and bank accounts.

3.1.0

03 Dec 23:06
Compare
Choose a tag to compare
  • Fixes bug with retrieving notes not working
  • Internal refactoring to simplify endpoint generation and simpler entity construction
  • Ensures invalid parameters are not sent through create and edit API requests
  • Fixes bug with sending a letter not working
  • Adopted Google Java code style

3.0.0

15 Nov 20:13
Compare
Choose a tag to compare
  • Minimum version of Java supported is 8

New objects:

  • Coupons
  • Letters
  • Notes
  • Tasks
  • Tax Rates
  • Text Messages

New endpoints:

  • Consolidate invoices
  • Initiate a charge
  • Preview subscriptions
  • Void invoices, credit notes, and estimates

Improvements

04 May 16:53
Compare
Choose a tag to compare
  • payment source is read only on the customer object
  • using autopay instead of collection mode for customers
  • use Boolean object instead of boolean primitive
  • code styling fixes - SubscriptionAddOn class to SubscriptionAddon
  • added plan property on subscription addons

Fixes Discounts

11 Apr 20:34
Compare
Choose a tag to compare
  • Fixes allocating of new discount object