# October Updates 2024

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

## Backend 💾

### Integrations

* Ultrahuman

### Features

* "active" field is now available for each users listed under out [/subscriptions](https://docs.tryterra.co/reference/list-subscribed-users) endpoint
* Add new activity type mappings (for workouts) for APPLE
* Add a speed target (Speed Target Type) to planned workouts for Garmin
  * including low and high thresholds for the speed target

### Bug fixes

* Apple Sleep data now computes an in bed time in the case sample is not provided using sleep start and sleep end times
* Withings activity seconds duration defaulted to time between start and end time
* Fixed a bug where Fitbit sometimes return "-1-1-1-1-1-1-1-1..." for activity durations due to a bug on Fitbit's end
* Fix a bug during authentication to Garmin where errors may occur on Garmin's end on first or second request to their side
* Updated authentication mechanism for authentication to Peloton

## Graph AI

* New graph types added:
  * Daily Recovery Score (DAILY\_RECOVERY\_SCORE)
  * Daily Strain Score (DAILY\_STRAIN\_SCORE)

***

## SDK 📱

### [TerraAndroid](ref:reference-android-sdk)

* Fixed a bug where requesting specifically for GOOGLE\_FIT data from the SDK if a GOOGLE\_FIT user is not connected, defaulted to SAMSUNG HEALTH

### [React Native SDK](ref:reference-react-native-sdk)

* Removed a duplicate method from Android React Channel

### [JS / TS project](doc:js-project)

* Extended `generateWidgetSessions` params to include `use_terra_avengers_app`

***

## Frontend📺

### Widget

* Remove lingering padding near the edge of the screen for mobile (widget now covers the entire screen)

### Landing Page

* Added subprocessors list to our privacy terms (<https://tryterra.co/privacy/subprocessors>)


---

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