# March 29, 2023

## API Updates

* Hammerhead: added active duration data of activities
* Garmin: added indoor running to garmin activity types

## Dashboard Updates

* You can now customise the colour of the text on your widget using the colour picker in your dashboard

## SDK Updates

* Java API Client upgraded to 0.0.12 with enhanced data precision and updated data models
* React Native upgraded to 1.4.5 with an added default parameter in toWebhook() param in getAthlete and additions checks for correct connection and dev-id
* Freestyle Libre:\
  • All Freestylelibre Scans now return latest local timezone data

## Bugfixes

* Garmin (body): fixed a bug where inconsistent payloads were returned after requests for Garmin body data were made. Now the fix has been deployed and the user should receive data normalised with respect to our data models v2 (latest)
* Google Fit (activity): fixed a discrepancy concerning high fidelity distance (recorded during workouts)
* Coros (daily): fixed a minor bug pertaining to a type issue in distance data
* Apple Health: fixed a bug where some developers were receiving empty Apple Health payloads
* Dashboard: Fixed an issue where due to race conditions customers were occasionally receiving an undefined error when using the Data Generator


---

# 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-03-29.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.
