# 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: 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-integration.squake.earth/notable-changes/release-notes/2024/2024-oct.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.
