Releases: jeffbski/wait-on
v8.0.0 - breaking change for http unix socket use
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
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
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
v7.0.0
v6.0.1
v6.0.0
v5.3.0
Allow resources to be passed in via config file. Thanks @michaelmerrill for the PR.
Example config.js file with resources
module.exports = {
resources: ['http://localhost:8123', 'http://localhost:8123/foo'],
};
v5.2.2
Updated [email protected]
Updated lodash dependency to close vulnerability