Skip to content

Releases: verifalia/verifalia-php-sdk

v3.1

13 Nov 09:13

Choose a tag to compare

  • Added support for importing and checking mailing list files in multiple file formats, including CSV, TSV, Excel (.xls and .xlsx) and plain text files (.txt)
  • Added support for exporting completed email verification entries in multiple file formats, including CSV, TSV and Excel (.xls and .xlsx)
  • Extended support for GuzzleHTTP to version 7.*
  • Fixed an issue with the parsing of the waiting time hint while waiting for job completion
  • Improved documentation

v3.0

01 Feb 09:10

Choose a tag to compare

  • Added support for Verifalia API v2.5
  • Added support for classification override rules
  • Added support for AI-powered suggestions
  • Added support for client-certificate authentication
  • Added support for bearer authentication
  • Added support for completion callbacks
  • Added support for submission and polling wait time
  • Added PHPDoc annotations
  • Improved sleeping time coercion while waiting for job completion
  • Breaking change: minimum PHP version requirement increased to PHP 7.0
  • Breaking change: the submit() method now, by default, waits for the email verification job to complete
  • Breaking change: renamed IAuthenticator interface to AuthenticationProvider
  • Fixes #5 (optional parameter declared before required parameter)
  • Added .gitignore

v2.1

21 Feb 12:36

Choose a tag to compare

Support for API v2.1:

  • configurable data retention period
  • "Relaxed" deduplication algorithm
  • DomainHasNullMx status code

v2.0

22 Aug 09:25

Choose a tag to compare

Initial support for API v2.0

v1.2

14 Jul 10:37

Choose a tag to compare

Fixed PHP requirements to support try/finally

First public release

17 Sep 13:35

Choose a tag to compare

v1.0

Documentation improvements