Changelog

Stay up to date with the latest improvements, features, and fixes to the AddressZen platform

June 2026
New Feature

AddressZen Skills for AI Coding Agents

If you build with an AI coding agent, you can now hand it AddressZen Skills: packaged guidance that teaches Claude Code, Cursor, Codex and other agents how to integrate our widgets and API correctly the first time. Install the set with one command and your agent picks the right package, wires up the API key, and avoids the usual gotchas without you pasting docs into the chat.

Read more →
skillsai-agentsintegrationdeveloper-experience
New FeatureBreaking Change

React Component for Address Lookup

Address Lookup now ships a React integration. The @addresszen/react package gives you a drop-in <AddressLookup> component, so adding address autocomplete to a React app no longer means hand-wiring effects and refs. Available now on npm as @addresszen/react 2.0.0.

Read more →
reactaddress-lookupintegrationjavascript
April 2026
New Feature

Credit Notes in the Billing Dashboard

Credit notes issued against your account are now listed alongside invoices in the billing section of the dashboard. Download them for your records without having to ask support.

Index view: A new credit notes table sits inside the billing section
Self-service downloads: Pull a copy of any credit note for accounting reconciliation
billingdashboardinvoices
Bug Fix

Kosovo Country Code Updated to XKX

Kosovo is now represented with the country code XKX across address responses and dataset metadata, replacing the previous placeholder. Use XKX when filtering or matching on country code for Kosovo addresses.

Standardized code: XKX is the widely-used user-assigned code for Kosovo, aligning with HERE and other upstream sources
Consistent across endpoints: Applies to address search, autocomplete and resolve responses
Action required: Update any client-side filters or mappings that targeted the previous code
kosovocountry-codedatahere
Improvement

Allowed URLs Checker for API Keys

A new tool in the dashboard lets you test whether a given URL is permitted by an API key's allowed-URLs configuration. Catch misconfigured patterns before they break a production integration.

Live check: Paste any URL and see whether it would be accepted by the key
Wildcard correctness: Subdomain wildcards now require a dot boundary, so *.example.com no longer accidentally matches evilexample.com
Clearer messaging: Improved guidance when a URL is rejected, indicating which rule failed
api-keysdashboardsecurityallowed-urls
Improvement

Documentation Search in the Dashboard

A documentation search box now lives in the dashboard header. Find guides, API reference and integration docs without leaving the account UI.

Header search: Available on every dashboard page
Full docs index: Searches across guides, API reference and integration walkthroughs
Integration panel: A dedicated search panel surfaces relevant integration docs while you configure a key
dashboarddocumentationsearch
Bug Fix

Ireland Address Line Fixes (HERE)

Corrections to Ireland address rendering in the HERE dataset. Fixes gaps in address point data and improves the handling of Postal Addressing IDs so formatted Irish addresses match expectations.

Address line fixes: Resolved several cases where Irish address lines rendered incorrectly
Postal Addressing IDs: Improved handling of HERE Postal Addressing identifiers for Ireland
Address point gaps: Filled gaps in HERE Ireland address point coverage
irelandheredataaddresses
New Feature

Postcode Lookup for Singapore, Ireland and Netherlands

Postcode lookup is now available for Singapore, Ireland (HERE) and the Netherlands. Resolve a postcode to its set of addresses in three more markets without falling back to an autocomplete flow.

Singapore: Postcode-to-address resolution across the SGP dataset
Ireland: Eircode-style postcode lookups against the HERE Ireland dataset
Netherlands: Postcode lookup over Dutch address data
postcode-lookupsingaporeirelandnetherlandshere
New Feature

Passkey Sign-In for Dashboard Accounts

Sign in to your AddressZen account with a passkey. Use Touch ID, Face ID, Windows Hello or a hardware security key in place of a password. Phishing-resistant by design and faster on every return visit.

Register from settings: Add one or more passkeys to your account from the security settings
WebAuthn standard: Works with platform authenticators (Touch ID, Face ID, Windows Hello) and roaming keys (YubiKey and similar)
Coexists with passwords: Keep your existing password as a fallback while adopting passkeys at your own pace
dashboardsecurityauthenticationpasskeys
March 2026
Improvement

Richer Metadata on API Key Details

The API key details endpoint now returns the key's name, allowed contexts, enabled datasets, and notification settings, so dashboards and integrations no longer need to combine multiple endpoints to display a key's full configuration.

Name: The friendly label assigned to the key
Contexts: The allowed referrer or origin restrictions
Datasets: The datasets the key is permitted to query
Notification settings: Per-key notification preferences for limit and balance events
apiapi-keysdashboard
February 2026
New FeatureBreaking Change

Organizations and Role-Based Access

Accounts now belong to an organization. Multiple users can collaborate on the same set of API keys and billing, with role-based permissions controlling what each member can do. Every existing user has been migrated into a single-member organization automatically.

Shared workspace: API keys, purchases, invoices and agreements live under the organization, not an individual user
Roles: Owners, admins and developers see scoped controls in the dashboard
Invitations: Add teammates by email and manage pending invitations from the dashboard
Billing & invoices: Centralized at the organization level, with the existing tokens and balance preserved
dashboardorganizationsaccess-controlbilling
New Feature

Monthly Limits for API Keys

API keys can now be configured with a monthly request limit, complementing the existing daily limit. Cap spend over a calendar month without having to reason about per-day caps.

Monthly cap: Set a maximum number of requests an API key can serve in a calendar month
Independent of daily: Use alongside daily limits for tighter control, or on its own
Nullable: Leave unset for keys that should not be capped at the monthly level
apiapi-keyslimitsbilling
December 2025
New Feature

International Coverage Catalog

Browse our complete catalog of countries and datasets on the new International Coverage page.

Searchable table: Find countries and datasets by name or ISO code
Dataset documentation: Quick links to detailed documentation for each dataset
Language support: See which languages are supported for each country
Country guides: Access in-depth guides for specific countries
Coverage details: View coverage level, update frequency, and postal code support
internationalcoveragedocumentation
November 2025
New Feature

Dataset Filter for Country-Specific Searches

New dataset filter parameter allows you to restrict address searches to specific datasets within a country.

Targeted Searches: Limit results to a specific dataset when multiple datasets are available for a country
Improved Precision: Get results from your preferred data source without mixing datasets
Flexible Configuration: Apply filters at the API request level for granular control
apisearchfiltering
Improvement

Fuzzy State Matching for US Address Verification

The US Address Verify API now supports fuzzy matching on the state parameter, improving match rates for addresses with minor state name variations.

Flexible Input: Accepts common abbreviations, misspellings, and variations of US state names
Better Match Rates: Reduces verification failures caused by state input inconsistencies
Backward Compatible: Exact matches continue to work as before
apicassverificationusa
October 2025
Data Update

Northern Ireland Dataset Now Updated Weekly

Northern Ireland dataset update frequency has been increased from quarterly to weekly for more accurate and up-to-date geospatial data.

northern-irelanddatageospatial
September 2025
API Update

Streamlined OpenAPI Specification for Better LLM Integration

Optimized OpenAPI specification designed to reduce context length for LLM-assisted development.

Reduced Context Length: Streamlined specification that's easier for LLMs to process and understand
Enhanced Code Generation: Cleaner schema definitions and parameter descriptions for better AI-generated integration code
Comprehensive Examples: Better coverage of common use cases and implementation patterns
Interactive Documentation: openapi.addresszen.com
JSON Format: openapi.addresszen.com/openapi.json
YAML Format: openapi.addresszen.com/openapi.yaml
apiopenapillmcode-generationdeveloper-experience
Documentation

LLM-Optimized Documentation with llms.txt and Markdown Export

Improved documentation for LLM development workflows with LLM context files (llms.txt) and universal markdown export capabilities.

llms.txt Context File: Complete AddressZen API and integration context available at docs.addresszen.com/llms.txt for direct LLM consumption
Universal Markdown Export: Any documentation page can be accessed as clean markdown by adding .md to the URL (e.g., docs.addresszen.com/docs/integrations/elementor.md)
aillmdocumentationmarkdowndeveloper-experience
New Feature

WooCommerce Plugin for WordPress Integration

AddressZen now offers a dedicated WooCommerce plugin for seamless address verification and autocomplete on WordPress e-commerce stores.

No-Code Installation: Available in the WordPress Plugin Directory - install and configure directly from your WooCommerce settings without any developer assistance
Global Address Coverage: Real-time validation and autocomplete for 240+ countries with automatic error correction and standardized formatting
Reduce Cart Abandonment: Smoother checkouts with instant address suggestions that eliminate manual typing frustration and ensure accurate deliveries
integrationwoocommercewordpressecommerce
New Feature

Context7 MCP Integration for AI-Powered Development

AddressZen documentation is now available through Context7's Model Context Protocol (MCP), enabling instant access to our complete documentation from AI-enabled IDEs.

Direct IDE Integration: Access AddressZen documentation without leaving your development environment
AI-Powered Assistance: Get contextually aware responses about AddressZen implementation and troubleshooting
Real-Time Documentation: Always up-to-date information pulled directly from our documentation system
Natural Language Queries: Ask questions like "How do I add AddressZen address lookup to this HTML form? Use context7" for specific implementation guidance
Install the Context7 MCP in your compatible IDE
Reference context7 in your AI assistant prompts
Get instant, accurate AddressZen implementation guidance
aillmmcpdeveloper-toolsintegration
Improvement

Improved Geospatial and Country Detection

Address Lookup now features enhanced geospatial accuracy and intelligent country detection to improve search precision.

More accurate geo-coordinates: Enhanced precision for address geocoding results
Country detection: Automatic country identification to bias and narrow searches
Improved search relevance: Results are now better localized based on detected geographic context
apigeocodingaccuracy
New Feature

Website Relaunch

We're excited to announce the complete relaunch of AddressZen.com with a modernized design and improved user experience.

Improved performance: Faster page loads with optimized asset delivery
Better guides: Reorganized and redesigned guides
Changelog: New dedicated changelog page for updates
websiteuiux
August 2025
July 2025
Improvement

JavaScript Libraries Now Served from API

JavaScript libraries are now being served directly from api.addresszen.com for improved performance and reliability.

Simplified integration: Libraries now served from the same domain as the API
Better caching: Improved CDN caching for faster library loading
Reduced latency: No additional DNS lookups required
Enhanced security: Single origin for both API and library resources
Automatic updates: Latest stable versions served automatically
javascriptapiperformancecdn
API Update

CSV Usage Log Enhancement

CSV usage log export now includes a lookups column showing how many lookups each request consumed.

apilogginganalytics
June 2025
Documentation

Documentation LLM Export Feature

Documentation site now generates an llms.txt file and .md files for better AI assistant integration.

documentationllmdeveloper-experience
May 2025
April 2025
March 2025
API Update

Increased API Configuration Limits

Maximum allowed configurations increased to 64. Maximum payload size for each configuration object increased to 64kb.

apiconfigurationlimits
February 2025
January 2025
May 2024
April 2024
Performance

API Latency Improvements

Improved P95 and P99 latency across all API endpoints.

performanceapiinfrastructure
March 2024
February 2024