Releases: square/square-java-sdk
Version 5.1.0.20200325 (2020-03-25)
Existing API updates
- Payments API. In support of the existing Delayed capture for payments, the following fields are added to the Payment type:
delay_duration. In a CreatePayment request, you can setautocompleteto false to get payment approval but not charge the payment source. You can now add this field to specify a time period to complete (or cancel) the payment. For more information, see Delay capture.delay_action. Defines the action that Square takes on the payment when thedelay_durationelapses. In this release, the API supports only the cancel payment action.delayed_until. Provides the date and time on Square servers when Square appliesdelay_actionon the payment.
5.0.0.20200226
Version 5.0.0.20200226 (2020-02-26)
API releases
-
GA release: All SDKs have been updated to support the new Bank Accounts and CashDrawerShifts APIs.
-
Beta release: All SDKs have been updated to support the new Disputes API.
Existing API updates
All SDKs have been updated to support the following changes:
-
Catalog API
- Batch upsert catalog objects endpoint — The
batchesfield is now required and the array must have at least one element. - CatalogModifier — Two fields added:
ordinalto support custom ordering in a modifier listmodifier_list_idto reference the parent modifier list
- CatalogModifierList — New field added:
ordinalto support custom ordering in a list of CatalogModifierList objects.
- Batch upsert catalog objects endpoint — The
-
Customers API changes
- SearchCustomers endpoint —
limitsize reduced from 1000 to 100 to improve the endpoint performance.
- SearchCustomers endpoint —
-
Orders API changes
- CreateOrderRequest — Previously these request fields were deprecated:
line_items,taxes,discounts. These fields are no longer available. Instead you now use theOrderobject in the request. For example,Order.line_items,Order.taxes, andOrder.discounts. - OrderLineItem type — There are two changes:
- The
taxesfield that was previously deprecated is no longer available. Instead, you now use theOrderLineItem.applied_taxesfield. This also now requires that you set theOrderLineItemTax.scopefield. - The
discountsfield that was previously deprecated is no longer available. Instead, you now use theOrderLineItem.applied_discountsfield. This also now requires that you set theOrderLineItemDiscount.scopefield.
- The
- CreateOrderRequest — Previously these request fields were deprecated:
-
Shared object updates
- Card object — New fields added:
card_type,prepaid_type. Currently, only the Payments API responses populate these fields.
- Card object — New fields added:
Version 4.1.0.20200122 (2020-01-22)
Version 4.1.0.20200122 (2020-01-22)
-
New field: The Employee object now has an
is_ownerfield. -
New enumeration: The CardBrand enumeration has a new
SQUARE_CAPITAL_CARDenum value to support a Square one-time Installments payment. -
New request body field constraint: The Refund Payment request now requires a payment_id.
4.0.0.20191217
Square is excited to announce the public release of customized SDK for Java
-
GA release: SDKs updated to support new
receipt_urlandreceipt_numberfields added to the Payment type. -
Beta release: SDKs updated to support the new CashDrawerShifts API.
-
Square now follows the semantic versioning scheme for all SDKs except PHP and Node.js. This versioning scheme uses three numbers to delineate MAJOR, MINOR, and PATCH versions of our SDK. In addition, the SDK version also includes the API version so you know what Square API version the SDK is related to. For more information, see Versioning and SDKs.
-
Java, .Net, Python, and Ruby SDKs are now version 4.0.0. Java and .Net SDKs have breaking changes in version 4.0.0. Ruby and Python do not have breaking changes.