Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Releases: square/connect-python-sdk

2.20190724.1

Choose a tag to compare

@ssung88 ssung88 released this 15 Aug 17:45
e00e288

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

Choose a tag to compare

@ssung88 ssung88 released this 10 Jul 23:45
020bc44

Version 2.20190710.1 (2019-07-10)

  • Bug fix: line 100 of rest.py to use in for key search.

2.20190710.0

Choose a tag to compare

@ssung88 ssung88 released this 10 Jul 17:07
925abe4

Version 2.20190710.0 (2019-07-10)

  • Retired functionality — The CatalogItem.image_url field (deprecated under Square-Version YYYYMMDD) is retired and no longer included in Connect SDKs.

2.20190612.1

Choose a tag to compare

@mikekono mikekono released this 26 Jun 23:14
ea55029
  • Bug fix: Transaction.Charge and Customers.CreateCustomerCard request objects — now include the verification_token required for Strong Customer Authentication.

2.20190612.0

Choose a tag to compare

@ssung88 ssung88 released this 12 Jun 18:39
524c8fe
  • 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 a source 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

Choose a tag to compare

@hukid hukid released this 08 May 21:26
570e541
  • 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

Choose a tag to compare

@mikekono mikekono released this 24 Apr 17:55
adc1d09
  • 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

Choose a tag to compare

@ssung88 ssung88 released this 10 Apr 21:20
6b507a2

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

Choose a tag to compare

@ssung88 ssung88 released this 29 Mar 18:42
9f993bb

Bug Fix: Catalog API

  • Add image_id to CatalogObject

2.20190327.0

Choose a tag to compare

@ssung88 ssung88 released this 27 Mar 20:57
517878c

Version 2.20190327.0 (2019-03-27)

New features: Catalog API

  • Deprecated image_url field in CatalogItem in favor of a richer
    CatalogImage data type.
  • Image information is now set, and returned, at the CatalogObject level.