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

Skip to content

Releases: jeffbski/wait-on

v9.0.1

20 Sep 18:06

Choose a tag to compare

Update minor deps:

  • axios
  • eslint

v9.0.0

16 Sep 14:32

Choose a tag to compare

Updating major version to align with removal of unspported versions of Node.js

wait-on will continue to support the active and maintained releases listed at https://nodejs.org/en/about/previous-releases which currently is 20, 22, 24.

There are no other breaking changes other than changing the versions of Node.js that are supported.

v8.0.5

12 Sep 19:56

Choose a tag to compare

Update minor deps including [email protected] and joi@18

v8.0.4

23 Jul 18:36

Choose a tag to compare

Update dependencies including [email protected] which also updated [email protected]

v8.0.3

11 Mar 19:18

Choose a tag to compare

v8.0.2

10 Jan 00:35

Choose a tag to compare

Dependency updates:

v8.0.0 - breaking change for http unix socket use

20 Aug 01:04

Choose a tag to compare

Updated for security vulnerabilities with [email protected] and braces.

Breaking change in using latest axios with a unix socket URL

As part of the axios update, the syntax for using a socket with an http URL in axios has changed so you must specify the protocol and server

For example:

http://unix:SOCKETPATH:http://server/foo/bar

instead of just using only the path (no protocol and no server)

http://unix:SOCKETPATH:/foo/bar

Due to this change, I have updated my tests, docs, bumped the major version.

v7.2.0

14 Nov 17:46

Choose a tag to compare

Update axios from 0.27.2 to latest 1.6.1 which fixes security vulnerability CVE-2023-45857.

Thanks @AndrewMax for the PR #147 and also for those that confirmed it.

v7.1.0

03 Nov 00:52

Choose a tag to compare

Update dependencies.

Add ability to specify timeout, httpTimeout, and tcpTimeout with a unit (ms, m, s, h), defaults to ms if not specified. Thanks @ntkoopman

v7.0.1

19 Dec 17:42

Choose a tag to compare

Removed unnecessary eslint-plugin-standard. It was no longer needed since already included in another package.