# August Updates

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

### New Integrations

* Huawei Integration

### New Features

* Added posting workout data to Wahoo
* Added posting data to heart rate and heart rate variability to Fitbit daily and sleep payload
* Insulin, carbs, and activity data can now be retrieved from our Freestylelibre integration
* Added heart rate and workout data for Oura
* Added floors climbed samples to our data models
* New Graphs API to display graphs of certain metrics
* Speed samples are added to Google Fit and Apple Health workouts

### Improvements

* Data generator now generates for new integrations including Omron, Dexcom, and Coros
* Timestamps are now consistent across all data providers with microsecond precision
* Allow developers to use their own API Keys to circumvent rate limits
* Developers now get their own queue system and will not be affected by other developers' requests
* Introduced writing scopes
* Payloads now include API version

### Bugfixes

* Fix Garmin epochs data not being sent
* Fix Withings webhook and http requests
* Fix incorrect field name for location samples
* Fix activation timestamp for Freestylelibre sensors to return different values each scan
* Fix authentication issue with Chronometer

### [TerraiOS](https://docs.tryterra.co/reference/terra-ios-package) and [TerraAndroid](https://docs.tryterra.co/reference/terraandroid-1)

* Add ability to gather glucose and device data from callback from reading Freestyle Libre Sensors
* Major improvements on background scheduling for each data type
* Remove the need to call initConnection whenever the app opens
* Pulls settings from your dashboard and our backend for the SDK initialisation! This includes users, permissions, and webhook intervals.
* Completely asynchronous requests to our REST API within the packages.
* TerraiOS main functions exposed to objC
* Fixed Freestylelibre Pro reading without calibration values

### [TerraRTiOS](https://docs.tryterra.co/reference/terrartios) and [TerraRTAndroid](https://docs.tryterra.co/reference/terrartandroid)

* Remove XAPIKey needs from the SDK. It now uses tokens!
* Updated demo apps to reflect upcoming changes and additional functionalities

### [Terra React Native](https://docs.tryterra.co/reference/reactnative-sdk) and [Terra Flutter](https://docs.tryterra.co/reference/flutter-sdk)

* Bridges reflect the new TerraiOS and TerraAndroid changes.


---

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