Changelog

Product updates, new features, and improvements.

TruAddress v1.0 Launch

v1.0.0
January 29, 2026
launchmajor

We're thrilled to announce the official launch of TruAddress! After months of development and beta testing, our address validation platform is now generally available.

What's Included

Core APIs

  • US Address Verification with CASS certification
  • International Address Validation (240+ countries)
  • Address Autocomplete with type-ahead suggestions
  • Forward and Reverse Geocoding
  • Property Data Enrichment

Developer Experience

  • RESTful APIs with consistent response formats
  • Official SDKs for JavaScript, Python, and Ruby
  • Interactive API Playground
  • Comprehensive documentation

Dashboard

  • API key management
  • Real-time usage analytics
  • Billing and subscription management
  • Request logs and debugging

Getting Started

  1. Create an account for a 7-day free trial
  2. Generate your API key from the dashboard
  3. Follow our quickstart guide

Welcome to TruAddress!

Official SDK Release

v0.9.0
January 25, 2026
featuresdks

We've released official SDKs for the three most popular languages in our user base.

New SDKs

JavaScript/TypeScript

npm install @truaddress/sdk

Python

pip install truaddress

Ruby

gem install truaddress

Features

All SDKs include:

  • Full API coverage
  • TypeScript types / type hints
  • Automatic retries with exponential backoff
  • Request/response logging
  • Comprehensive error handling

Documentation

Each SDK has dedicated documentation:

Expanded International Coverage

v0.8.0
January 15, 2026
featureinternational

We've significantly expanded our international address validation coverage.

New Countries

Added support for 50+ additional countries, bringing our total coverage to 240+ countries and territories.

Improvements

  • Enhanced address parsing for European formats
  • Better handling of diacritics and special characters
  • Improved geocoding accuracy for APAC region
  • Added support for local address formats

API Changes

The international validation endpoint now returns additional metadata:

{
  "country_code": "DE",
  "address_format": "european",
  "postal_code_valid": true,
  "administrative_area": "Bayern"
}

No breaking changes to existing integrations.