Skip to content

Commit

Permalink
Bump to v1.3.0, update changelog (singer-io#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
luandy64 authored and tmck-code committed Feb 3, 2022
1 parent 7402384 commit e9b8e5c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 1.3.0
This version ships both [#96][PR#96] and [#97][PR#97].

From [#97][PR#97]:
* removes the "untestable streams" list from all tests.
* makes the test match the tap and expect the default page size to be 175, not 250
* adds bookmarking to order_refunds
* adds bookmarking to transactions
* adds shopify error handling to transactions
* The tests would fail with unhandled 429s
* adds pagination to transactions

From [#96][PR#96]:
* Update the API version from `2020-10` to `2021-04`

[PR#97]: https://github.com/singer-io/tap-shopify/pull/97/
[PR#96]: https://github.com/singer-io/tap-shopify/pull/96

## 1.2.10
* Add `null, object` to customer schema definition [#94](https://github.com/singer-io/tap-shopify/pull/94)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="tap-shopify",
version="1.2.10",
version="1.3.0",
description="Singer.io tap for extracting Shopify data",
author="Stitch",
url="http://github.com/singer-io/tap-shopify",
Expand Down

0 comments on commit e9b8e5c

Please sign in to comment.