> 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/2025/2025-dec.md).

# Product Release Notes December 2025 - Audit-Ready Upgrades, Flight GHGP, and a Smoother Reporting Experience

#### 🚀 New Features

* 🌐 **\[Checkout] German translation for the Privacy Policy**
* ✈️ **\[Calculations] Flight GHGP calculation added**
* 🧾 **\[Audits] Developers can access the audit page**
* 🖼️ **\[Dashboard] Client branding in the sidebar**
  * Ability to **update the dashboard sidebar logo**
  * Ability to **show client images** in the sidebar
* 🤝 **\[General] Travalyst rail factors export service**
  * Automated export of SQUAKE rail factors for Travalyst usage

#### 📈 Improvements

* 🧩 **\[Integrations] ATG card now supports “On request” status** on the integrations page
* 🧾 **\[Audits] Improved CVP loading** (faster / smoother audit experience)
* 🧩 **\[Integrations] Improved styling of the Point of Sale screen**
* 🧾 **\[Audits] New endpoints for audit statistics**
* 🌍 **\[Checkout] Improved locale switching behavior** on the checkout page
* 📊 **\[Reporting] Improved date picker state handling**
* 📊 **\[Reporting] Worker added to refresh reporting caches**
* 🔄 **\[Carbon Connect] Improved entity synchronization logic**
* 📊 **\[Reporting] Better handling of “no data” states**
* ✈️ **\[Reporting] Consistent formatting for booking classes**

#### 🐞 Bug Fixes

* 🇹🇷 **\[Salesforce] Fixed client serializer Turkey edge case** + minor improvements
* 📊 **\[Reporting] AloIndex banner can only be hidden temporarily** (as intended)
* 📊 **\[Reporting] Fixed icon styles for the flights table**
* ✈️ **\[Reporting] Fixed airline name text overlap**
* 🧾 **\[General] Audits overview now hidden when audit feature flag is disabled**
* 🏠 **\[Dashboard] Fixed start page not loading data**
* 💳 **\[Dashboard] Fixed timerange filter for compensation**
* 📅 **\[Dashboard] Fixed selected date range being off by 1 day**
* ✈️ **\[Calculations] Fixed GHGP calculation**
* 🧮 **\[Calculations] Fixed DEFRA calculation**


---

# 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/2025/2025-dec.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.
