Skip to content

Tags: godaddy/terminus

Tags

v4.12.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: example/postgres/package.json to reduce vulnerabilities (#275)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

v4.12.0

feat(status): Custom status response (#192)

* Added statusOkResponse to configuration

The new configuration property: statusOkResponse will allow to globally configure the HTTP response body, used to respond with on a successful healthcheck.

* Memoize the value of statusOkResponse

When no healthtchecks were defined, the value of statusOkResponse would be returned as is. Therefore, memoizing its string representation would boost performance.

* Added statusErrorResponse to configuration

The new configuration property: statusErrorResponse will allow to globally configure the HTTP response body, used to respond with on an unsuccessful healthcheck.
An unsuccessful healthcheck may override the global statusErrorResponse property by setting the statusResponse property on the Error object.

* Incorporated use of headers

v4.11.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: upgrade mongodb from 3.1.13 to 3.7.3 (#218)

Snyk has created this PR to upgrade mongodb from 3.1.13 to 3.7.3.

See this package in npm:
https://www.npmjs.com/package/mongodb

See this project in Snyk:
https://app.snyk.io/org/jgowdy/project/70fbeb05-9d70-4742-bfc8-2967637af789?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

v4.11.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(ts): trigger release for PR 214 (#215)

v4.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(shutdown): Adds option to exit(o) instead of resending the uncat…

…ched signal that was received (#212)

v4.10.2

fix(ts): Add TerminusState interface, update HealthCheck function type (

#201)

Co-authored-by: Anthony Madhvani <anthony.madhvani@gmail.com>

v4.10.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(headers): add ts definitions

Co-authored-by: Stephen Cooper <stephen.cooper@trailight.co.uk>

v4.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(server): custom header support (#198)

* Added support for writing headers

* Updated ReadMe

* Made headers apart of options

* Removed res.status

* Added test coverage

v4.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(status): custom status codes (#190)

* feat(status): custom status codes

* revert(binary) revert lockfile change

* Custom status (#191)

* Revert "feat(status): custom status codes"

This reverts commit 522df64.

* Added statusOk and statusError to configuration

The new configuration properties: statusOk and statusError will allow to globally configure the HTTP codes, used to respond with on a successful or an unsuccessful healthcheck respectively.
An unsuccessful healthcheck may override the global statusError property by setting the statusCode property on the Error object.

* Added typings for statusOk and statusError

Co-authored-by: rxmarbles <rmarkins@gmail.com>
Co-authored-by: Matanel Sindilevich <sindilevich@users.noreply.github.com>

v4.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(healthcheck): expose state to health checks (#185)