# February Updates 2024

Check out what we've been doing at Terra over the month of February 2024!

## Backend 💾

### New Integrations

* Tenovi

### Features

* Provide "created\_at" field for user objects in all payloads
* Implemented improved rate limits optimisations for FREESTYLELIBRE
* Eight Sleep is temporarily disabled.

### Bug fixes

* Fixed a bug where workouts from ZEPP without any samples were not considered
* Fixed a bug where manual input workouts to STRAVA were not considered
* Fixed a bug where sometimes the INSULIN PEN ID from FREESTYLELIBRE payloads were leading to incorrect device informations

### Graph API

* Graph API now supports generating Ambulatory Glucose Profile reports
* Added more informative errors when something goes wrong (no data/invalid user ID, etc)
* Minor visual updates for graphs:
  * Days with no data will now still be displayed, with no value attached (previously were skipped & time range was shortened)
  * X-axis date formatting now displays better on smaller screen

### Terra V3

A new API has been in the works in the last year! This version promises:

* Lightning Speed payloads ⚡️
* Hulk Like Robustness 💪
* Next level monitoring for Reliability 🖥️
* Scarlet Witch's Reality-Altering Flexibility 🔮
* Captain America's Unwavering Security 🛡️
* Most importantly, Doctor Strange's Mystical Error Handling 🌀

***

## SDK 📱

### [TerraRTiOS](ref:reference-stream-heart-rate-ios-sdk) and [TerraRTAndroid](https://docs.tryterra.co/reference/reference-stream-heart-rate-android-sdk)

* Filter out 0 heart rate values as result of Warming up sensors
* Allow streaming for RR Intervals via BLE Heart Rate datatype

***

## Frontend📺

### Dashboard

* ⚡️Even faster loading for debug tools!
* Temporarily disabled Eight Sleep integration


---

# 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/2024/2024-february-updates.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.
