> For the complete documentation index, see [llms.txt](https://support.iafcertsearch.org/verifiers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.iafcertsearch.org/verifiers/release-notes/release-announcements/release-notes-june-25-2025.md).

# \[Release Notes] June 25, 2025

> #### **Release Highlights** <a href="#release-highlights" id="release-highlights"></a>
>
> * Country List Mapping Update (ISO 3166-1 Compliance)

***

#### Country List Update (ISO 3166-1 Compliance) <a href="#country-list-update-iso-3166-1-compliance" id="country-list-update-iso-3166-1-compliance"></a>

**✨ What's New**

We have updated the system to handle and align country references with the [**ISO 3166-1 standard**](https://www.iso.org/obp/ui/#search/code/) for improved consistency across all data sources and displays.

View the latest country list here:

> Country List Update (ISO 3166-1 Alignment[)](https://support.iafcertsearch.org/accreditation-bodies/iaf-certsearch-data-structure/iaf-certsearch-dataset/countries/version-2-latest) - version 2

***

**How It Works**

* ✅ **Backward-Compatible:** If you continue using the **previous country list (v1)**, the system automatically maps **entries** to their corresponding values in the **ISO 3166-1** standard.
* ✅ **Recommended:** If you adopt the ISO 3166-1 list directly, your data will be processed **without issue** and remain consistent across the platform.

***

**How does the System Handles Legacy vs. Latest Country Names**?

* **Automatic Replacement**: Suppose a legacy country name has a direct replacement (e.g., **Swaziland → Eswatini**). In that case, the system will automatically map and display the updated name (e.g., **Eswatini**) in the **UI**, including on the **Detail Page**, **Listing Page**, and other areas.
* **Legacy Display with Guidance**: The original name will still be shown for legacy country names without a direct one-to-one mapping, such as the Netherlands Antilles. However, we recommend mapping to the corresponding updated countries where possible.

***

**Impact on Data Display**

<table><thead><tr><th width="289.66668701171875">Use Case</th><th>Behavior</th></tr></thead><tbody><tr><td><strong>Data with one-to-one mapping</strong></td><td>Displays the latest country name (e.g., <strong>Eswatini</strong>)</td></tr><tr><td><strong>No Direct Mapping (One-to-Many)</strong></td><td>Displays the legacy name (e.g., <strong>Netherlands Antilles</strong>)<br><br>However, we recommend mapping to the corresponding updated countries where possible.</td></tr></tbody></table>


---

# 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://support.iafcertsearch.org/verifiers/release-notes/release-announcements/release-notes-june-25-2025.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.
