# November Updates 2023

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

## Backend 💾

### Integrations

* Insiders Fit
* EliteHRV

### Features

* Allow activities to be retrieved from MyFitnessPal
* Allow users to be "paused".
  * This does not mean deauthenticate, but rather we stop sending data for paused users.
* Laps are now returned in Zwift Activities
* BMI Is now calculated for Google Body data

### Bug fixes

* Fixed a bug where SQL destination was not committing to database for MySQL databases
* Fixed a bug where Zepp workouts were not sending properly
* Fix a bug with units on Rouvy and Myfitnesspal workouts
* Fixed a bug where timezones were not calculated correctly for Zwift Activity data (Laps)
* Fixed a bug where Freestylelibre authentication would return a 500 due to 2FA selection issues
* Fixed a bug for Trainingpeaks workouts where the end time does not consider paused workout times
* Fixed a bug where Fitbit would only send workout summary payloads if the workout was a long workout
* Fixed a bug where WHOOP users were not properly deauthenticated.
* Fixed a bug where nutrition payloads were not properly deduplicated

### Odin AI

* OdinAI now has an HTTP response option instead of only sending to Webhook
* Users can now set their own rules for Odin AI prompts

### Graph API

* Allow developers to plot custom data points
* Added Caching for Fitbit Data due to rate limit limitations

***

## SDK 📱

### [TerraiOS](https://docs.tryterra.co/reference/terra-ios-package) v1.5.2

* Allow PlannedWorkouts for iOS using Workout Kit feature
  * Enabled in beta version 1.5.3-beta

### [Android SDK](ref:reference-android-sdk) v1.4.19

* Update to latest Health Connect SDK

***

## Frontend📺

### Landing Page

* Update integrations page to show all allowed integrations

### Widget

* Fix Swedish language on widget page

### Dashboard

* A new Users page is given for faster debugging (<https://dashboard.tryterra.co/dashboard/debug>)
* Added new data destinations:
  * Kafka
* Added new processing type:
  * FHIR
* Added new Referral Scheme! Any referred customer will get you 250 more users to your plan
* New API Accelerator released! Can't find the integration you want? Simply request it to us using the API Accelerator.
* Schemas are now given for every destination provided by Terra
* New Graphs creation page for Graph API


---

# 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/2023/2023-november-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.
