Changelog
Stay informed about the latest updates and improvements to our address validation services with our changelog. View release notes and see what's new.
July 2026
- [API] Usage log CSV now records the forwarded source IP (2026-07-29)
- The address forwarded in the
AZ-Source-IPheader is written to the final column of your key's usage log CSV, so backend integrations can trace a lookup back to the end user who triggered it - Only recorded for keys with IP address forwarding enabled, and only when the header holds a valid IP address; it is redacted on the same schedule as the other personal data in the log
- The address forwarded in the
- [API] Premier support enrolment visible on key details (2026-07-29, v3.8.0)
- The read-only
premier_supportflag reports whether a key is enrolled in the premier support program
- The read-only
- [Address Lookup] New fallback action when a search returns no matches (2026-07-21, v2.4.0)
- Set
msgNoMatchAction(e.g."Enter address manually") to show an actionable prompt beneath the no-match message, and handle its selection with theonNoMatchActioncallback — useful for revealing a manual address entry form
- Set
- [Integration] AddressZen agent skills: documented the Address Lookup no-match action (2026-07-21, v0.2.7)
- [Dashboard] Dashboard visual refresh (2026-07-15)
- [Address Lookup] New
shouldAddressPopulatehook to gate address population (2026-07-13, v2.3.5)- Return
falsefrom the hook — run after an address is retrieved, before it's written to the form — to cancel population, for example for delivery-area checks or custom confirmation flows
- Return
- [Integration] AddressZen agent skills: guidance for gating address population by delivery area (2026-07-13, v0.2.6)
- New "Gate Population by Delivery Area" guide covers synchronous and asynchronous checks and fail-open error handling for the new
shouldAddressPopulateoption
- New "Gate Population by Delivery Area" guide covers synchronous and asynchronous checks and fail-open error handling for the new
- [Authentication] Member lists show each organization member's MFA and passkey status (2026-07-07)
- Both the backend admin view and your organization's members page now show whether a member has multi-factor authentication or a passkey configured
- [Dashboard] France BAN dataset available as a toggle on API keys (2026-07-03)
- Enable or disable the France national address dataset from your key's dataset settings, with a link to the documentation
- [Data] France BAN dataset now live across address search and lookup endpoints (2026-07-02)
- Enable the
banflag on your API key to search and resolve French addresses from the Base Adresse Nationale
- Enable the
- [API] BAN (France) TypeScript types available in the AddressZen OpenAPI package (2026-07-01, v3.7.0)
- New
BanAddresstype exposes the Base Adresse Nationale schema across the address lookup and resolve endpoints
- New
- [Integration] BAN (France) dataset added to the API integration agent skill (2026-07-01, v0.2.5)
June 2026
- [Integration] CLI:
keyssubcommands split for context and dataset management (2026-06-30, v0.3.0)azn keys contextreports the current and available geographic contexts;azn keys datasetsreports dataset availabilityazn keys datasets updateenables or disables datasets with repeatable-e/--enableand-d/--disableflags (e.g.azn keys datasets update -e paf -e abp -d mr)
- [Integration] AddressZen agent skills: CLI reference updated for the new
keyssubcommands (2026-06-30, v0.2.4) - [Data] AddressBase Premium address coverage extended for non-postal records (2026-06-29)
- AddressBase Premium now appears in the dataset list on your API key page, where it can be enabled or disabled
- [Integration] AddressZen agent skills: country select population and expanded plugin listings (2026-06-24, v0.2.3)
- The
azn-address-lookupskill now documents how to mapcountry_iso,country_iso_2, andcountryfields to a country<select>element azn-reactskill is now listed in the Cursor and Codex plugin manifests
- The
- [API] AddressBase Premium TypeScript types available in the AddressZen OpenAPI package (2026-06-23, v3.6.0)
- New
AbpAddresstype exposes the full property-level record from Ordnance Survey AddressBase Premium — BLPU, DPA, classification, and ground stability — across the address lookup and resolve endpoints
- New
- [API] New endpoint to regenerate a licensee API key (2026-06-23)
POST /v1/keys/:key/licensees/:licensee/regenerate-keymints a new server-generated key for the licensee and invalidates the old one
- [Integration] AddressBase Premium data model added to the API integration agent skill (2026-06-23, v0.2.2)
- [Data] Added the BAN (Base Adresse Nationale) dataset for France, providing open national address coverage (2026-06-23)
- [Integration] New
azncommand line interface (2026-06-19, v0.2.0)- Manage API keys, verify US addresses, validate emails and phone numbers, and find addresses from the terminal or any agent/CI pipeline
- Emits JSON in non-TTY environments, uses stable exit codes, and never prompts under a pipe; full documentation at docs.addresszen.com/docs/cli
- Agent skill for AI-assisted development: install with
npx skills add addresszen/skills— look forazn-cli
- [Data] AddressBase Premium available for UK address search (2026-06-22)
- AddressBase Premium data now available via the address search and autocomplete endpoints, providing comprehensive Ordnance Survey property-level records across all building classification types
- [Integration] Agent skills for Address Lookup widget and API integration (2026-06-18, v0.2.0)
- New
azn-address-lookupskill covers the@addresszen/address-lookupvanilla JS widget - New
azn-api-integrationskill covers direct HTTP integration with the AddressZen API - The
addresszen-reactskill has been renamed toazn-react; update withnpx skills add addresszen/skills
- New
- [Address Lookup] React component: forwarded ref stays stable across renders (2026-06-18, v2.0.1)
- When wrapping your own controlled
<input>, the ref no longer re-attaches on every keystroke
- When wrapping your own controlled
- [API] New
AZ-Source-IPresponse header echoes the detected client IP on every API response (2026-06-14) - [Address Lookup] React component for embedding address lookup in React applications (2026-06-12, v2.0.0)
@addresszen/reactprovides an<AddressLookup>component compatible with React 18 and 19, with two integration modes — default input and wrap-around-your-own-input — and the full callback surface exposed as props
- [Integration] Agent skills for Claude Code, Cursor, and Codex (2026-06-12, v0.1.0)
- New
addresszen/skillsplugin ships a quickstart and reference docs for Address Lookup and the React component - Install with
npx skills add addresszen/skills
- New
- [Address Lookup] TypeScript declarations now shipped from compiled output (2026-06-12, v2.3.3)
- [Dashboard] Changelog feed in the account dashboard (2026-06-10)
- Recent product updates now appear in the account sidebar, keeping you informed without leaving the dashboard
- [Security] Security update for Address Lookup (2026-06-06, v2.3.2)
- Resolves a regular expression denial of service via cookie names (GHSA-hfxv-24rg-xrqf) and prototype pollution issues in earlier axios versions; update to the latest widget version to pick up the fix
May 2026
- [Documentation] Interactive API reference at openapi.addresszen.com (2026-05-28)
- Rendered OpenAPI reference and raw spec downloads, refreshed automatically with every spec release
- [Dashboard] Reseller dashboard (2026-05-17)
- Reseller organizations now see a dedicated dashboard summarizing their licensees, active client count, and usage costs for any billing period
- Customer breakdown table shows each licensee's address and API key, with sortable numeric columns and CSV export
- Period picker and deep-links jump straight to a licensee's keys and dates
April 2026
- [Billing] Credit notes available in your account (2026-04-28)
- View credit notes alongside invoices from the billing section
- [Billing] Statement of account (2026-04-28)
- Download a consolidated statement of invoices, payments, and credit notes for any period
- [Dashboard] Organization deletion (2026-04-27)
- Permanently remove an organization and its data from your account when it is no longer needed
- [Dashboard] Multi-organization accounts (2026-04-24)
- Switch between organizations from a single login
- Single-organization users are routed straight to their organization page on sign-in
- [Billing] Reduced 3D Secure (SCA) prompts on automated top-ups (2026-04-23)
- [Data] Corrected ISO 3166-1 alpha-3 country code for Kosovo (2026-04-23)
- [Dashboard] New URL checker tool for Allowed URLs (2026-04-16)
- Test whether a given domain matches your account's allowed URL configuration before going live
- [Dashboard] Documentation search integrated into the dashboard (2026-04-14)
- Search the documentation directly from your account using DocSearch
- [Data] Fixed Republic of Ireland address line formatting on HERE datasets (2026-04-08)
- [Logging] CSV transaction usage export now includes a licensee name column (2026-04-02)
- [Authentication] Passkey (WebAuthn) sign-in (2026-04-01)
- Sign in using Touch ID, Windows Hello, or hardware security keys instead of a password
March 2026
- [Dashboard] Dashboard UI refresh (2026-03-27)
- Redesign with dark mode, smooth theme transitions, and modernized screens
- Improved pagination and notification UX
- [Dashboard] Account notifications (2026-03-26)
- In-dashboard notification bell surfacing recent account events, with email recipients managed per organization
- [Dashboard] Per-dataset toggles on the API key dashboard (2026-03-26)
- Enable or disable individual datasets on a key directly from the keys page
- [API]
GET /keys/:key/detailsreturns expanded key metadata (2026-03-25)- Response now includes
name,contexts,datasets, and notification settings
- Response now includes
- [Dashboard] Self-serve organization creation (2026-03-11)
- Create new organizations from your account without contacting support