This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
Releases: square/connect-ruby-sdk
Releases · square/connect-ruby-sdk
2.20190724.1
NOTICE: Square Connect Ruby SDK retired
The Square Connect Ruby SDK is retired (EOL) as of 2019-08-15 and will no
longer receive bug fixes or product updates. To continue receiving API and SDK
improvements, please follow the instructions below to migrate to the new
Square Ruby SDK.
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 cards.
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