# Release Notes

## March 2023

**Tables Added**&#x20;

* `gift_cards`&#x20;

*This table is exclusive for the* [*Shopify Plus*](https://www.shopify.com/plus) *users and requires read\_gift\_cards scope.* \
*This scope allows access to create, retrieve, and update data of gift cards from a store.*\
*Once the scope is enabled, users must reach out to their* [*Merchant Success Manager* ](https://www.shopify.com/plus/services/merchant-success)*to enable this gift\_cards API for Daton, to pull this data.*

## May 2022

* The `Events` table which was previously failing has been fixed.
* `TIMESTAMP` columns that were previously being parsed as `LocalDateT` previously being parsed as LocalDateTime are now being populated as a `TIMESTAMP` data type with information on the time zone.&#x20;
* Fulfillment details are now being populated in the `Orders` table.&#x20;
* Resolved issue causing integrations to pause automatically without user intervention.

## January 2022&#x20;

* The inventory table `NullPointerException` has been fixed.&#x20;
* A fix for loading data in the warehouse has been applied.

## November 2021

&#x20;Fixed response codes 500,502,503 in tables.

## May 2021

Added a few new tables.

## February 2021

* Meta fields have been added.&#x20;
* New UI rolled out.
* Source level changes to mask messages for Notifications.
* The UI has been changed.

## April 2020

Source fixes to support Relational warehouses.

## December 2019

Support for further APIs has been added (Not yet tested).

*Further documentation for <mark style="color:green;">Shopify</mark> can be found* [*here*](/daton/integrations/data-sources/ecommerce/shopify.md)*.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/ecommerce/shopify/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
