# Product Release Notes February 2024 - Salesforce, Address Logic, and Carbon Report Builder Foundations

* 📄 **\[Carbon Report Builder]**

  • Added initial backend routes and models for building carbon reports.
* 🏷 **\[Client Tiers]**

  • Client configs now include **tiering**, allowing differentiated functionality.
* 📍 **\[Address Handling]**

  • Added **lat/long resolution** for addresses.

  • Improved caching → fewer requests to Google Geocoding API.

***

**📈 Improvements**

* 📊 **Client Dashboard**

  • Improved **filtering** in purchases table.
* 📦 **Data & Calculations**

  • Added **VDD IATA** code to datasets.

  • No longer generate prices for clients with **limited access**.
* 🛠 **General Improvements**

  • Explicitly log when a client is deleted.

  • Improved metric tags sent to Snowflake.

  • Made **addresses non-nullable** for users.

***

**🐞 Bugfixes**

* 🛠 Fixed initial values on **settings page** in client dashboard.
* 🏠 Fixed missing address creation for new clients.
* 🔄 Fixed address creation during Salesforce account & supplier sync.
* 📦 Improved product filtering for migrated V1 data.
* 💶 Fixed **price per ton** field during Salesforce sync.
* 🧾 Added **VAT label & rate** to purchases from dashboard checkout.
* 🗂 Fixed sandbox issue where client could not be found for a user.
* ⚙ Fixed bug in **AsyncPurchaseWorker** job.


---

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