# April Update 2026

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

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

* Hevy integration is out! (Eligible for planned workouts)
* MyMacros integration is out!
* Improve Activity type mapping for Fitbit
* Routes datatype is out!
  * You can now upload a running or cycling routes to providers.
* Added bike cadence as samples in Garmin
* Auth failures will now provide rate limited (extended the error codes)&#x20;

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

* Fixed a bug where Nolio integration did not allow auth properly
* `/subscriptions` endpoint now adheres to `page` and `per_page` correctly
* Fixed a bug where end times for activities were not reported correctly at times for TrainingPeaks (non premium members)
* Fixed a bug where `measurement_samples` were not fully complete for Apple Health at times
* Fixed a bug where min heart rate was not computed properly for Aktiia
* Fixed a bug with our Firestore integration (it was failing to write documents to the destination)

***

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

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

* Added control over being able to show permission screen or not on `TerraManager` initialisation

***

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

* Improved reliability on the landing page (and loading speeds!)

***

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

Terra published 3 new exciting researches!

* [Your Breathing Changes a Week Before Your Period](https://tryterra.co/research/breathing-period-tracking)
* [Tube Strikes Made Londoners Active](https://tryterra.co/research/tube-strikes-london-activity)
* [The Data Behind the London Marathon](https://tryterra.co/research/london-marathon-data)


---

# 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/april-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.
