This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
Releases: square/connect-nodejs-sdk
Releases · square/connect-nodejs-sdk
2.20190814.0
Version 2.20190814.0 (2019-08-15)
- New functionality: All SDKs have been updated to support the Sandbox v2 BETA release
- Deprecated functionality: All Transactions API functionality is deprecated in favor of Payments API and Refunds API functionality.
- New functionality: All SDKs have been updated to support the Payments API GA.
- New functionality: All SDKs have been updated to support the Refunds API GA.
- New functionality: All SDKs have been updated to support Orders API updates:
- Pickup Fulfillments, SearchOrders, and ServiceCharges move from BETA to GA.
- New BETA endpoint: Orders.UpdateOrder — use the UpdateOrder endpoint to update existing orders.
- New BETA functionality: Create shipment-type fulfillments.
- New functionality: Locations.RetrieveLocation — use the RetrieveLocation endpoint to load details for a specific Location.
2.20190710.0
Version 2.20190710.0 (2019-07-10)
- Retired functionality — The
CatalogItem.image_url
field (deprecated underSquare-Version
YYYYMMDD) is retired and no longer included in Connect SDKs.
2.20190612.1
- Bug fix:
Transaction.Charge
andCustomers.CreateCustomerCard
request objects — now include theverification_token
required for Strong Customer Authentication.
2.20190612.0
- BETA releases:
- Orders API: supports service charges with a new field and datatype.
- Catalog API: supports measurement unites for item variation quantities with a new field and datatype.
- New functionality:
Order
entities — now include asource
field that contains details on where the order originated. - Improved functionality: ListLocations — Expanded business information available through the Locations API, including business hours, contact email, social media handles, and longitude/latitude for physical locations.
2.20190508.0
- Beta functionality: Orders API — support for fractional quantities,
expanded metadata, and embedded information on payments, refunds, and returns. - Beta functionality: Inventory API — support for fractional quantities.
- New functionality:
Locations.business_hours
— read-only field with
information about the business hours at a particular location.
2.20190410.1
- New functionality: Employees API (Connect v2) — New fields to
capture contact information for employee profiles. - New functionality:
V1Tender.CardBrand
— New V1 enum to represent
brand information for credit cars.
2.20190410.0
New features: Orders API beta
- The Connect v2 Orders object now includes an OrderSource field (
source
)
that encapsulates the origination details of an order.
Improvement: Connect v2 Catalog IDs in Connect v1 objects
- The following Connect v1 data types now include a
v2_id
field that makes it
easier to link information from Connect v1 endpoints to related Connect v2
Catalog objects:- V1Discount
- V1Fee
- V1Item
- V1ModifierList
- V1ModifierOption
- V1Variation
2.20190327.1
Bug Fix: Catalog API
- Add
image_id
toCatalogObject
2.20190327.0
Version 2.20190327.0 (2019-03-27)
New features: Catalog API
- Deprecated
image_url
field inCatalogItem
in favor of a richer
CatalogImage
data type. - Image information is now set, and returned, at the
CatalogObject
level.
2.20190313.1
Bug Fix: Connect v1
- Change
timecard_id
as path parameter forListTimecardEvents
endpoint - Change
ended_at
to string type forV1CashDrawerShift
type