Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: fastify/restartable

Tags

v3.0.2

Toggle v3.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Fdawgs Frazer Smith
3.0.2

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
mcollina Matteo Collina
Bumped v3.0.1

Signed-off-by: Matteo Collina <[email protected]>

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mcollina Matteo Collina
Bumped v3.0.0

Signed-off-by: Matteo Collina <[email protected]>

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
mcollina Matteo Collina
Bumped v2.3.1

Signed-off-by: Matteo Collina <[email protected]>

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mcollina Matteo Collina
Bumped v2.3.0

Signed-off-by: Matteo Collina <[email protected]>

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mcollina Matteo Collina
Bumped v2.2.0

Signed-off-by: Matteo Collina <[email protected]>

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
mcollina Matteo Collina
Bumped v2.1.1

Signed-off-by: Matteo Collina <[email protected]>

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mcollina Matteo Collina
Bumped v2.1.0

Signed-off-by: Matteo Collina <[email protected]>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: change @fastify/restartable api (#40)

* feat: change @fastify/restartable api

* feat: add backward compatibility for older nodejs versions

* feat: make fastify factory default option

* docs: update readme example

* feat: execute one restart call at the time

* test: remove async setTimeout

* test: use common port when set it explicitly

* fix: set new app after restart

* feat: add reference to a persistant app instance

* feat: use prototype substitution instead of mutable proxy

* test: server close event should be emitted only after closing it

* fix: closing an app during a restart

* feat: create first app server

* test: increase timeout between tests

* feat: use getters for decorated app fields

* test: set keepAliveTimeout equal to 1

* feat: use preClose hook instead of patching server close method

* feat: add closingRestartable status

* refactor: use closingServer instead of server close counter

* docs: fixed restartable import in README.md

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mcollina Matteo Collina
Bumped v1.4.0

Signed-off-by: Matteo Collina <[email protected]>