Skip to content

Latest commit

 

History

History
222 lines (145 loc) · 14.5 KB

CHANGELOG.md

File metadata and controls

222 lines (145 loc) · 14.5 KB

Changelog

[v2.2.0] (2024-11-14)

Full Changelog

  • Bug fix to replicate the Payouts stream records #122
  • Fetches Payments stream data for all location IDs
  • Updates Payments stream implementation to function as a pseudo-incremental stream
  • Adds retry logic for handling 5xx errors

[v2.1.1] (2024-11-04)

Full Changelog

  • Removes the invalid singer-decimal format from latitude and longitude in the coordinates field from the locations stream #120

[v2.1.0] (2023-06-08)

Full Changelog

  • Replaces the deprecated settlements stream with the payouts stream #109

v2.0.0 (2023-06-08)

Full Changelog

API Version Upgrade:

  • Removed employees stream as it is deprecated and replaced it with the team_members stream #111
  • Schema Changes #112

v1.3.1 (2021-06-10)

Full Changelog

  • Removes item_data object from orders.json #100

v1.3.0 (2021-01-21)

Full Changelog

  • Update the schema for the return_line_items property under orders #95

v1.2.0 (2020-12-31)

Full Changelog

Merged pull requests:

  • run 3rd sync if customers stream needs it in bookmarks test #93 (kspeer825)
  • Remove bookmark cursor from incremental streams and test bookmark cursor for every stream using it #92 (asaf-erlich)
  • Refactor sync code into invidual stream classes #91 (asaf-erlich)
  • stabilize bookmarks by removing customers from all assertions #90 (kspeer825)
  • change cron time #89 (kspeer825)

v1.1.0 (2020-12-10)

  • Fix customers stream to use date windowing to query #87 (cosimon)

v1.0.2 (2020-12-02)

  • Fix birthday, cursor pagination, and state saving #84 (cosimon)
  • Fix circle to stop tap-tester sharing PYTHONPATH with tap-square #85 (asaf-erlich)

Full Changelog

v1.0.1 (2020-10-16)

  • Fix the all_fields_schema test to not create Locations
  • Removed unused schemas from tap_square/schemas
    • tap_square/schemas/agents.json
    • tap_square/schemas/companies.json
    • tap_square/schemas/contacts.json
    • tap_square/schemas/conversations.json
    • tap_square/schemas/groups.json
    • tap_square/schemas/satisfaction_ratings.json
    • tap_square/schemas/tickets.json

Full Changelog

v1.0.0 (2020-09-30)

  • Move tap-square to GA

Full Changelog

v0.7.1 (2020-09-18)

  • Add cardholder_name to payments schema

Full Changelog

v0.7.0 (2020-09-08)

  • Add customers stream

Full Changelog

v0.6.2 (2020-06-22)

  • Fixes Discovery in Sandbox to ignore streams unavailable in the sandbox
  • Adds pagination to Settlements stream for time ranges over a year

Full Changelog

v0.6.0 (2020-06-22)

Full Changelog

Description

  • More Preparation for beta testing

v0.5.0 (2020-06-22)

Full Changelog

Description

  • Preparation for beta testing

Merged pull requests:

v0.4.0 (2020-06-22)

Full Changelog

Merged pull requests:

v0.3.0 (2020-06-22)

Full Changelog

Merged pull requests:

v0.2.0 (2020-06-22)

Full Changelog

Merged pull requests:

v0.1.0 (2020-06-12)

Full Changelog

Merged pull requests:

v0.0.1 (2020-06-10)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator