Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 981 Bytes

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 981 Bytes

2024-12-19 -- v1.0.6

Fixed

  • URL quote special characters in site IDs to escape them

2024-11-21 -- v1.0.5

Fixed

  • Catch non-fatal XML errors and continue requesting. Only throw an error and stop when the API limit has been exceeded, when the request itself has failed, or when the ShopperTrak server cannot be reached even after retrying.

2024-11-14 -- v1.0.4

Fixed

  • When site ID is not found (error code "E101"), skip it without throwing an error

2024-10-10 -- v1.0.3

Fixed

  • Retry when server is down (new ShopperTrak error code "E000")

2024-07-10 -- v1.0.2

Fixed

  • Fix location hours query to retrieve each location's current hours rather than its first hours

2024-05-14 -- v1.0.1

Fixed

  • Do not throw an error if the ShopperTrak API rate limit is hit

2024-04-24 -- v1.0.0

Added

  • Perform recovery queries on past thirty days of missing data

2024-04-04 -- v0.0.1

Added

  • Initial commit without any recovery queries