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

Releases: square/connect-ruby-sdk

2.20190724.1

15 Aug 17:43
edb6067
Compare
Choose a tag to compare

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

10 Jul 17:07
ba70c5b
Compare
Choose a tag to compare

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

26 Jun 23:13
1e30361
Compare
Choose a tag to compare
  • Bug fix: Transaction.Charge and Customers.CreateCustomerCard request objects — now include the verification_token required for Strong Customer Authentication.

2.20190612.0

12 Jun 18:39
2843d8a
Compare
Choose a tag to compare
  • 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

08 May 21:24
1f76235
Compare
Choose a tag to compare

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

24 Apr 17:58
798eb9d
Compare
Choose a tag to compare
  • 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

10 Apr 21:20
8614790
Compare
Choose a tag to compare

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

29 Mar 18:42
8530ee9
Compare
Choose a tag to compare

Bug Fix: Catalog API

  • Add image_id to CatalogObject

2.20190327.0

27 Mar 19:46
48acf80
Compare
Choose a tag to compare

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.

2.20190313.1

21 Mar 20:03
3795d8b
Compare
Choose a tag to compare

Bug Fix: Connect v1

  • Change timecard_id as path parameter for ListTimecardEvents endpoint
  • Change ended_at to string type for V1CashDrawerShift type