> For the complete documentation index, see [llms.txt](https://docs-integration.squake.earth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-integration.squake.earth/notable-changes/release-notes/2024/2024-oct.md).

# Product Release Notes October 2024 - We know your targets and are you trippin? (CO₂ Targets, Travel

* **\[Travel Data]**

  • **Lambda service** to trigger Travel Data import from uploaded files.

  • File upload support for Travel Data CSVs.

  • Travel Data now integrated into the CO₂ Targets dashboard.
* **\[Emissions Calculations]**

  • Added **DEFRA Car calculation** to expand methodology coverage.

  • Added **airline and aircraft type fields** to ADEME in Carbon Report Builder.

***

### 📈 Improvements

* **CO₂ Targets Dashboard**

  • Backend + frontend integration completed.

  • Added tabbed dashboard with an **"Edit Targets"** tab.

  • Split dashboard into smaller, maintainable components.
* **Travel Data**

  • Better handling of headers and filtering of unknown items.

  • UI/UX enhancements for CSV uploads.

  • Continued bug bash fixes and performance improvements.
* **Performance & Code Quality**

  • Improved metrics for AWS ECS requests and CarbonQuery services.

  • Cleaner admin clients endpoint payloads.

  • Disabled ESLint’s shadowed variables rule for readability.

  • Split policies into clearer categories for maintainability.
* **Frontend Enhancements**

  • Adjusted container padding for small screens.

  • Improved label rendering on charts to avoid overlaps.

  • Initialized **Storybook** in design library for better component documentation.

***

### 🐞 Bugfixes

* Fixed persistent CarbonQuery connections for more stable queries.
* Corrected Travel Data endpoint to return proper S3 URLs.
* Fixed product pages cache invalidation when updating clients.
* Improved UI loading behavior.
* Hidden source link button when no retirement links are available.
* Correctly handle products passed as hashes.
* Additional Travel Data bug bash fixes for edge cases.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-integration.squake.earth/notable-changes/release-notes/2024/2024-oct.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
