# August Updates 2024

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

## Backend 💾

### Integrations

* Boditrax

### Features

* Underarmour will be mapped to MapMyFitness!
* Add timezone to Hammerhead workouts
* Add device prioritisation!
  * Users can now choose if they want to prioritise data from, say APPLE over FITBIT if both are connected
* Added backup computations if pace is None or 0 but speed is not
* Add Oxygen Saturation to Fitbit Sleep data
* Added Body data to Technogym Integration

### Bug fixes

* Fixed a bug where ROUVY was not retrieving all the workouts from data past 30 days

## Health Scores

* New scores!
  * Immunity Index - Get notified of early signs of when your body is under the weather.
  * Respiratory Health - Measures the function of the respiratory system based on changes in SpO2, respiration rate and exercise

## Teams API

* Sparta Science Integration

## Rewards 💯

* New product has dropped!
  * System for you to provide rewards to users.
  * Personalised baselines for each goal for each user
  * Comprehensive goals to make sure anyone can work towards points

***

## SDK 📱

### [TerraiOS](ref:reference-ios-sdk)

* Update sleep aggregation algorithm in cases where sleep data synced into Apple Health from external sources causes overlapping conflicts
* Updated computing activity seconds from workouts as Active Energy is not accurate from Apple Health
* Added debug symbols to the package to make it easier to debug crash logs
* Added Basal Metabolic Energy used for workouts

***

## Frontend📺

### Landing Page

* Updated pages for [SDKs](https://tryterra.co/products/sdk), [Graphs](https://tryterra.co/products/graphapi), and [Integrations](https://tryterra.co/integrations)!


---

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