> 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-sep.md).

# Product Release Notes September 2024 - CO₂ Targets, Travel Data API & Enhanced Data Accuracy

* **\[CO₂ Targets]**

  • Added **CO₂ Targets dashboard screen** (feature-flagged for staged rollout).

  • Created backend **CO₂ targets model & controller** to support carbon tracking.

  • Added baseline setting form to UI.
* **\[Travel Data & Booking Tools]**

  • Added feature flag for Travel Data and Booking Tools.

  • Initial draft of **Travel Data API endpoint**.

  • Display metadata from Travel Data API items on dashboard.

  • Added service to process CSVs into trip data for faster imports.
* **\[Certificates & Product Pages]**

  • Ability to **attach company images** to clients and display on product pages.

  • Added client image to products page for improved branding.
* **\[Data Import & CSV Handling]**

  • Endpoint to start CSV import for easier ingestion of trip data.

***

**📈 Improvements**

* **Emissions Methodologies**

  • Adjusted **accommodation** and **bus** emissions calculations for greater accuracy.

  • Updated coffee values for more precise impact calculations.

  • Adjusted default methodologies and added new fare class codes for expanded coverage.
* **Data & Integrations**

  • Final refinements for **historic data import processing**.

  • Improved project sync to include missing country data.

  • Set Redis cache token on initial SAP Concur connection.
* **UI & UX**

  • Optimized mobile view for product pages.

  • Improved data visualization by adding new charts to frontend.

  • Adjusted designs for company image upload.

  • Improved label positions on charts for readability.
* **Performance & Stability**

  • Bumped Ruby to **3.3.5** for performance gains.

  • Updated dependencies (micromatch, webpack, OpenTelemetry for security).

  • Reused AWS ECS connections for efficiency.

  • Enabled locale fallbacks for missing translations.

***

**🐞 Bugfixes**

* Fixed handling of **fixed prices** and **purchase confirmations**.
* Resolved issues with **project images backfill**.
* Fixed **frontend build issues** and Stripe controller on sandbox.
* Corrected SAP Concur import route.
* Fixed squished client images on product pages.
* Corrected booking class handling in Google TIM.
* Invalidate Trust Page data when purchases are cancelled.
* Fixed cache reload read timeouts.


---

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