# March Update 2026

Check out what we've been doing at Terra over the month of March 2026!

### Backend 💾 <a href="#backend" id="backend"></a>

#### Features <a href="#features" id="features"></a>

* Hammerhead integration now supports SRAM auth!
* Added error code for rate limit for authentication
* Added active\_duration\_seconds on laps with moving time for Garmin
* Ensure idempotency for authentications (i.e multiple clicks no longer cause an error)
* Added computation for day\_avg\_blood\_glucose for Apple
* Food names are now appended to the name of the meal for Cronometer
* Added more WITHINGs activity mapping
* Added better graceful handling for scope revocations on data request

#### Bugs <a href="#bugs" id="bugs"></a>

* Fixed a bug regarding Oura wakeup latency calculations
* Fixed an issue where Withings sleep samples were skipped
* Fixed an issue where HR Zones were not provided for daily in WHOOP in some cases
* Fixed a bug with Cronometer meal timestamp format

***

### SDKs <a href="#sdks" id="sdks"></a>

#### iOS <a href="#android" id="android"></a>

* Added Nutrition per meal item
* Updated to use Swift 6

***

### Landing Page <a href="#landing-page" id="landing-page"></a>

* Terra now makes it easy for you to be an integration (data provider)!
  * See <https://tryterra.co/partners> to get started
*


---

# 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/2026/march-update-2026.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.
