Releases: threefoldtech/tf-kyc-verifier
Releases · threefoldtech/tf-kyc-verifier
v0.2.0
v0.2.0-rc3
What's Changed
- Refactor idenfy client to use net/http instead of fasthttp by @sameh-farouk in #18
- Handle document expiration webhook and update verification status by @sameh-farouk in #19
New Contributors
- @sameh-farouk made their first contribution in #4
Full Changelog: v0.2.0-rc1...v0.2.0-rc3
v0.2.0-rc2
Merge pull request #13 from threefoldtech/development v0.3
v0.2.0-rc1
KYC verifier v0.2.0-rc, beta release of TF KYC Verifier.
This API is still in its early development stages.
This Version includes:
- A new
version
endpoint to return the internal service version - New
configs
endpoints to display public configuration details - A fix for the
health
endpoint response to ensure JSON is returned under the result key, consistent with other endpoints - Configurable limiter middlewares, allowing them to be disabled as needed by setting
*_LIMITER_MAX_TOKEN_REQUESTS
to 0 - Config validation checks at server startup
- Safer logging to redact secrets
- Additional refactoring
v0.1.0-rc2
Second beta release of TF KYC Verifier.
This API is still in its early development stages.
v0.1.0-rc1
First beta release of TF KYC Verifier.
This API is still in its early development stages.
Full Changelog: https://github.com/threefoldtech/tf-kyc-verifier/commits/v0.1.0-rc1