> For the complete documentation index, see [llms.txt](https://docs.1kosmos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1kosmos.com/identity-verification/supported-documents/release-notes.md).

# Release Notes

***

### 2.1.3-r.1 - July 11, 2026

#### **Support for Puerto Rico Identity Cards and Driver's Licenses**&#x20;

Identity verification for Puerto Rico-issued Identity Cards and Driver's Licenses now completes successfully. The document extraction logic has been enhanced to combine data from both the overall document analysis and barcode/MRZ extraction, improving the accuracy and completeness of extracted document data.&#x20;

***

### 2.1.0-r.3 — June 13, 2026

#### Expand Global Document Coverage for Identity Verification

1Kosmos now supports a broader range of identity documents for verification, improving coverage for global user populations. This release adds new documents and updated versions across passports, identity cards, and driver's licenses from multiple countries.

**Newly Supported Documents**

* Argentina — Polycarbonate Passport
* Bhutan — Identity Card
* Georgia — Polycarbonate Passport
* Jamaica — Identity Card
* Maldives — Driver's License
* Mongolia — Identity Card
* New Zealand — Proof of Age Card
* Pakistan — Origin Card
* Saint Kitts and Nevis — Polycarbonate Passport
* South Sudan — Identity Card
* Virgin Islands of the United States — Driver's License
* Virgin Islands of the United States — Identity Card

**Updated Document Versions**

* Argentina, Armenia, Australia (ACT), Brunei, Bulgaria, Denmark, Georgia, Greece, Guatemala, Guyana, Kosovo, Kyrgyzstan, Liechtenstein, Mauritius, Nigeria, Puerto Rico, Uganda, USA (Passport, Montana, New York City), Venezuela.

***

### 1.13.00 — May 15, 2026

#### Support for New Identity Documents

Support for additional identity documents has been added in this release.

**Newly supported documents:**

* USA — Veteran ID
* USA, Alaska — Identity Card
* USA, California — Driver's License
* USA, California — Identity Card
* USA, North Carolina — Driver's License
* USA, Texas — Driver's License
* USA, Texas — Identity Card
* USA, Texas — Weapon Permit
* India, Odisha — Driver's License
* India, Uttarakhand — Driver's License
* Nicaragua, Passport (barcode)

***

### 1.12.00.01 — January 10, 2026

#### Added Document-Format Support

* Added support for Manitoba DL variations with new document number formats, 2025 Texas DL, and 2025 California DL


---

# 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.1kosmos.com/identity-verification/supported-documents/release-notes.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.
