Existing customer? Login here to run counts or place orders

Existing customer? Login here

Call Us at 914-948-8300

2024.1

  • We’re introducing a long lived static cache
    • Lookups cached for 30 days
    • Cache can be bypassed (add a parameter of “bypassCache” and set it to 1)
    • Cache-only lookups can be utilized (specify “matchMethod” of “cacheOnly”). This will return a 404 if the request is not cached.
    • Response headers will contain the following:
      • X-MLXP-Cache-Key – a unique hash of the relevant input parameters
      • X-MLXP-Cache-Expires – the time the entry will expire from the cache in ISO 8601 format
  • New major version for match back end
    • better confidence code mappings for name and country only searches
  • Major internal refactoring
    • Approx 20% less overhead when performing lookups