This repository was archived by the owner on Apr 23, 2021. It is now read-only.
Releases: square/connect-python-sdk
Releases · square/connect-python-sdk
2.20190724.1
Version 2.20190724.1 (2019-08-15)
NOTICE: Square Connect Python SDK retired
The Square Connect Python 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 Python SDK.
2.20190710.1
Version 2.20190710.1 (2019-07-10)
- Bug fix: line 100 of
rest.pyto useinfor key search.
2.20190710.0
Version 2.20190710.0 (2019-07-10)
- Retired functionality — The
CatalogItem.image_urlfield (deprecated underSquare-VersionYYYYMMDD) is retired and no longer included in Connect SDKs.
2.20190612.1
- Bug fix:
Transaction.ChargeandCustomers.CreateCustomerCardrequest objects — now include theverification_tokenrequired 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:
Orderentities — now include asourcefield 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_idfield 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_idtoCatalogObject
2.20190327.0
Version 2.20190327.0 (2019-03-27)
New features: Catalog API
- Deprecated
image_urlfield inCatalogItemin favor of a richer
CatalogImagedata type. - Image information is now set, and returned, at the
CatalogObjectlevel.