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

# Product Release Notes March 2025 - Pie, Polished & Production-Ready

#### 🚀 New Features

* 🚄 **\[Calculations]**

  • DEFRA train calculation support

  • DEFRA bus calculation support

  • ICAO code support for flight DEFRA & ICAO methodologies

  • TU-CHALMERS flight calculation added — another methodology choice for clients.
* ✈️ **\[Calculations]** Base Empreinte methodology added for flights — more methodology options.
* 📈 **\[Dashboard Redesign]**

  • API usage stats available via a new endpoint — helps clients monitor their usage.

  • Compensation stats service added — more transparency.
* 🔗 **\[Purchases]** Certificate downloads now enabled for confirmed purchases — clearer documentation.
* 🔧 **\[Carbon Connect]**

  • Project view redesigned in Carbon Connect.

  • Carbon Connect officially live in production! 🎯
* 🗂️ **\[Airplus Integration]** Logic added to open ZIP-protected files — supports tricky Airplus files.
* 🖼️ **\[Settings]** New option to delete company images — cleaner admin for clients.

### 📈 Improvements

* 🏨 **\[Calculations]**

  • Better type validation on hotel parameters.

  • New Vincenty distance calculation method — more precise.

  • Prioritize stars over `hotel_type` in HCMI.

  • Handle decimal commas in CSV uploads — no more parsing errors.
* 📊 **\[Portfolio View]**

  • Better handling of project data.

  • Support floating-point splits for projects — better accuracy.
* 🔍 **\[Audit]**

  • Google TIM dataset tier & type added to response + emission factors.

  • Return algorithm specifics in audit responses — more transparency for clients.
* 🌍 **\[General]**

  • Improved frontend error handling — better UX for clients.

***

#### 🐞 Bugfixes

* 🧾 **\[Purchases]**

  • Fixed Stripe purchase flow through Salesforce.

  • Fixed certificates not being generated properly.
* 🖼️ **\[Inventory Management]** Fixed image URL.
* 📄 **\[Dashboard]** Fixed price caching issue.
* 🧹 Various smaller bugs in hotel calculations, CSV exports, user profile styles & dashboard redesign cleaned up.


---

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