* Migrate Remaining Shopify Streams from REST API to GraphQL API [201](https://github.com/singer-io/tap-shopify/pull/201) * Introduce new streams - `collections`, `metafields_collections`, `metafields_customers`, `metafields_orders`, `metafields_products` * Delete streams - `collects`, `custom_collections` and `metafields`
2.1.0
* Optimize Shopify Metafields Sync Performance [200](https://github.com/singer-io/tap-shopify/pull/200) * Include the new field (= inventoryItem) in the product variants schema. * Add retry for the interruptible sync error from the server side.
2.0.2
* Update bookmark logic for transactions and order_refunds stream [197](https://github.com/singer-io/tap-shopify/pull/197)
2.0.1
* Fixed error handling for GraphQL client [195](https://github.com/singer-io/tap-shopify/pull/195)
2.0.0
* Deprecated REST Admin API for products * GraphQL support added for deprecated streams * New stream `Product Variants` added * More details here: [193](https://github.com/singer-io/tap-shopify/pull/193)
1.10.0
* Updates the Shopify SDK to 12.3.0 * Updates API version used to 2024-01 * Incarporates schema changes [187](https://github.com/singer-io/tap-shopify/pull/187)