# April 11, 2023

## API Updates

* Integration: Added Macrofirst, HelloClue integration
* Updated Graphs API to allow color and date customisation
* Update data generator for new data types
* Data chunking now goes in latest date first

## SDK Updates

* Fixed a bug where iOS was triggering payloads even in the background with empty data
* Javascript 1.3.1 Wrapper pushed with updated data models

## Bugfixes

* Fixed a bug where Fitbit was sending many empty payloads
* Fixed a bug where Garmin body payloads were always sending V1 data models
* Fixed a bug where sometimes Zwift activity start date were incorrect
* Fixed a bug where Strava activity start times were incorrect in terms of timezone
* Fixed a bug where Hammerhead active durations were off by 1000 (milli <> seconds)
* Fixed a bug where graphs weren't rendered properly
* Fixed a bug where sometimes google activity distance were not correct for certain devices


---

# 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://docs.tryterra.co/changelog/2023/2023-04-11.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.
