> ## Documentation Index
> Fetch the complete documentation index at: https://docs.law4devs.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> API and SDK release history.

## v1.0.2 — March 2026

* **Java SDK** `1.0.2` — `Requirement` and `ComplianceDeadline` models corrected to match actual API response fields
* **Rust SDK** `1.0.2` — `ComplianceDeadline` model corrected; added deserializer to handle `article_number` returned as integer
* **Flutter SDK** `1.0.2` — `ComplianceDeadline` and `Requirement` models corrected to match actual API response fields

## v1.0.0 — March 2026

* **PHP SDK** (`law4devs/law4devs`) published to Packagist — PHP 8.1+, Composer, zero extra dependencies

* **Java SDK** (`eu.law4devs:law4devs-sdk`) published to Maven Central — Java 17+, zero dependencies

* **Flutter SDK** (`law4devs`) published to pub.dev — Dart 3+, Flutter & CLI, Stream-based auto-pagination

* **Rust SDK** (`law4devs`) published to crates.io — Rust 1.85+, async Tokio runtime

* **ReDoc** API reference now available at `https://api.law4devs.eu/redoc` — clean read-only view ideal for sharing with stakeholders

## v1.0.0 — 2026

* **19 EU frameworks** available (CRA, GDPR, NIS2, DORA, AI Act, eIDAS 2.0, DSA, DMA, Data Act, DGA, MiCAR, and more)
* **21 REST API endpoints** covering frameworks, articles, recitals, annexes, requirements, compliance deadlines, tags, search, stats, compare, and changelog
* **Python SDK** (`law4devs`) published to PyPI
* **TypeScript SDK** (`law4devs`) published to npm
* OpenAPI 3.0.3 spec available at `/v1/openapi.json`
* Interactive Swagger UI at `https://api.law4devs.eu/docs`
* Rate limiting: 100 requests/minute per IP
* CORS enabled for all origins on GET/OPTIONS
