Skip to content

Latest commit

 

History

History
132 lines (73 loc) · 6.27 KB

CHANGELOG.md

File metadata and controls

132 lines (73 loc) · 6.27 KB

Changelog

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

0.3.1 (2024-10-16)

  • Adding MOCheck endpoints

0.2.12 (2023-02-03)

  • Improved automation of authenticated coverage check. The /coverage-access-token now also returns a URL for that access token. Reducing any confusion over manual input for the data residency.

0.2.11 (2023-02-01)

  • Fixed issue where coverage scope was not being correctly defined in the /coverage-access-token endpoint.
  • Fixed a condition in /examples/subscriber-check, where if there was a slight latency is the result, it would show as failed even if it had passed.

0.2.10 (2023-01-24)

  • Added /coverage-access-token endpoint, which allows applications to request an access token with just the coverage scope. This is used to request a reachability request through an authenticated method.
  • Removed /my-ip endpoint, no longer neccessary
  • Small changes/tidied up the landing page of the examples section

0.2.9 (2022-11-24)

  • Included SubscriberCheck v0.1 and v0.2 demos within /public/examples directory

0.2.8 (2022-07-22)

  • Updated mobile-web-v2 example to use PhoneCheck v0.2 functionality within web-sdk.

0.2.7 (2022-06-07)

  • Updated README to contain instructions for PhoneCheck v0.2 functionality (redirect_url)

0.2.6 (2022-05-16)

  • Added "mobile-web-v2" example code to demonstrate PhoneCheck v0.2 functionality

0.2.5 (2022-01-14)

  • Updated error handling on mobile-web example
  • Updated legacy URLs of GitHub Repository

0.2.4 (2021-12-03)

  • Added deploying dev-server to cloud to improve getting started options.

0.2.2 (2021-06-01)

  • Updated packages, added linting and formatting

0.1.9 (2021-04-26)

Bug Fixes

  • change required Node.js version from 15.x. to >=12.0.0
  • remove req.form.phone_number in /sim-check (73827b8)

0.1.8 (2021-03-11)

Bug Fixes

  • Adding SubscriberCheck endpoints back that were lost in the v0.1.7 release.

Features

  • adding SubscriberCheck endpoints (545c6a6)

0.1.7 (2021-03-11)

Features

  • add /my-ip to get the IP address of the device making the request to the endpoint (e1d76b7)

Bug Fixes

  • routes: config.API_BASE_URL -> config.apiBaseUrl (985e7fc)

0.1.6 (2021-02-27)

Features

  • adding SubscriberCheck endpoints (1203584)

0.1.5 (2021-02-26)

Bug Fixes

  • loading project configuration from file (15f4fa3)
  • pass configuration to the tru API module (775dc85)
  • routes should set status before calling send (51669b2)

0.1.4 (2021-02-05)

Bug Fixes

  • remove 'files' from package (9438255)

0.1.3 (2021-02-05)

Bug Fixes

  • include "public" in published build (796d07a)

0.1.2 (2021-02-05)

Features

  • improving config handling (ceef120)

Bug Fixes

  • ensure path to static folder is correct (baffd35)

0.1.1 (2021-02-03)

Features

  • expose as serve module for reuse (5399377)
  • add localtunnel.me support (2edce2c)

0.1.0

Features

  • add SIMCheck example (dbdd64d)
  • add support for basic password protection (a81d4dd)
  • add support for tru.ID project config in env vars (a377288)
  • adding Phone Check callback handling example (b6e8dff)
  • coverage + PhoneCheck mobile web example (924d392)
  • update to use truID SDK for the web from CDN (bde96ec)