# March 6, 2023

## Integrations

* Tredict
* PÜL
* Hammerhead Planned workout posting (beta)
* Cronometer (new API)

## API Updates

* Freestyle Libre:
  * improve handling for rate limits being triggered
  * add appropriate error message if the user's account is in an unsupported region
* Whoop - Unfinished cycles will now have an upload status of PENDING
* Garmin daily & sleep: wait until all necessary payloads are received from Garmin before sending data. this prevents e.g. sleep payloads containing only HRV and nothing else from being sent

## Bugfixes

* Wahoo activity start time: fixed a bug where Wahoo would send incorrect start times, so we instead compute it on our end
* Resolve scopes change webhook formatting
* Garmin activity: resolved a bug where certain activities wouldn't be able to be fetched by HTTP


---

# 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-06.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.
