Skip to content

Latest commit

 

History

History
238 lines (111 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

238 lines (111 loc) · 11.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.12 (2021-10-11)

Features

  • Add smtp_port field in request for validation through different port (#233) (ea6b3fc)

0.3.11 (2021-09-13)

Bug Fixes

  • Adding openssl as a vendored dependency (#225) (02255d7)

0.3.10 (2021-07-08)

Bug Fixes

  • Filter out username when redacting emails (#209) (b6fea2f)
  • Redact emails in Sentry error messages (#208) (f73a209)

0.3.9 (2021-06-20)

Features

0.3.8 (2021-04-05)

Features

Bug Fixes

0.3.7 (2021-01-10)

0.3.6 (2020-12-14)

0.3.5 (2020-12-11)

0.3.4 (2020-11-25)

Features

0.3.3 (2020-09-24)

Bug Fixes

0.3.2 (2020-09-23)

Bug Fixes

0.3.1 (2020-08-23)

Features

0.3.0 (2020-08-15)

Features

  • Add basic authentication with Heroku (#114) (ed95737)

0.2.5 (2020-07-11)

Bug Fixes

  • Update check-if-email-exists, use proxy in Yahoo API (#99) (93cc16f)

0.2.4 (2020-06-30)

Features

Bug Fixes

  • Update packages and add more Sentry error checks (#94) (e1141dd)
  • openapi: Add input schema, fix descriptions (#84) (ddc137c)
  • Better loggin for staging vs prod (#77) (044b1e4)

0.2.3 (2020-05-30)

Features

Bug Fixes

  • Add additional error message parsing (#71) (8b7c394)

0.2.2 (2020-05-24)

Features

  • Add success rate and verification time metrics (#70) (911b9e1)

0.2.1 (2020-05-23)

Bug Fixes

  • Better retry mechanism, with or without Tor (#68) (83fd4fe)
  • Improve retry mechanism and error logging (#69) (791da70)

0.2.0 (2020-05-16)

Features

0.1.10 (2020-05-10)

Bug Fixes

  • Put correct SAASIFY_SECRET_HEADER (#53) (21d0417)

0.1.9 (2020-05-10)

Features

  • Add x-saasify-secret verification & retry mechanism (#51) (5767e1e), closes #46 #44

Bug Fixes

0.1.8 (2020-05-09)

Features

  • Use custom FROM email, defined in env (#49) (ea31e4a), closes #48

0.1.7 (2020-05-09)

Bug Fixes

  • deps: Update check-if-email-exists to 0.8.1 (#47) (6d83593)
  • openapi: Fix outdated ref to EmailResult (6b1615d)

0.1.6 (2020-05-08)

Bug Fixes

  • deps: Update to check-if-email-exists 0.8 (#45) (2eaf1a2)

0.1.5 (2020-05-04)

Bug Fixes

  • Fix CI building production build (#43) (0a04981)

0.1.4 (2020-05-04)

Features

0.1.3 (2020-05-04)

Features

0.1.2 (2020-05-02)

Features

0.1.1 (2020-05-02)

Bug Fixes

  • CI tar.gz executable file before release (#31) (c1cb9c2)

0.1.0 (2020-05-02)

Features

  • Add /verify/demo endpoint (5b036b2)
  • Add a Dockerfile with Tor (#24) (53210fc)
  • Add bulk verification (46a418e)
  • Add find or create user (f06e96a)
  • Add HTTP server inside Dockerfile (#28) (f82610e)
  • Add serverless rust for email-exists (3b186fe)

Bug Fixes

  • Allow usage of express middlewares (a37b8f5)
  • Return HTTP error when verification fails (#30) (9074768)