# December 15, 2022

## 2022-12-15

* FinalSurge
* Hammerhead
* Komoot
* Rouvy
* TrainerRoad
* XOSS
* Xert
* bryton
* Today's Plan
* wger Workout Manager

## Data

* Add water consumption to Google Fit Nutrition payloads
* Add step\_samples to Fitbit daily payloads
* Coros activities will now also return position\_samples

## Other

* Add ability to post `body` data to Google Fit
* adjusted\_max\_speed will now ignore the first and last 5 minutes of an activity, in which there may be device malfunctions causing artefacts in speed data
* payload reference in "terra-reference" header should now always be provided
* Webhooks being retried will be re-routed to the new webhook URL if it is updated in the dashboard in the meantime
* API will now return manually input Google Fit sleep sessions
* Flutter package now includes the ability to get data from Google Health Connect
* Improved Libre Pro data decoding

## API

* Resolve start\_time and end\_time being equal for some Wahoo activity payloads
* Adapted FSL token refreshing to match changes in the Libre API

## Data generator

* Correct fields returned by Polar
* Remove "status" field displayed on the dashboard, which doesn't exist in the webhook sent

## Authentication

* If a user's subscription is inactive for Oura, an appropriate message will be displayed (as no data can be fetched through the API without an active subscription)


---

# 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/2022/2022-12-15.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.
