Skip to content

Releases: saucelabs/node-saucelabs

v4.5.1

15 Oct 11:55
Compare
Choose a tag to compare

v4.5.0...v4.5.1

v4.5.0

15 Sep 16:09
Compare
Choose a tag to compare

v4.4.5...v4.5.0

v4.4.5

01 Sep 21:48
Compare
Choose a tag to compare
  • proxy typings ask for object instead of string (#95) a7c4c02
  • Expose ondemand url from client object (#94) 97b3638
  • set Sauce Labs as copyright owner a66856f
  • add contributing guidelines e9fba94

v4.4.4...v4.4.5

v4.4.4

06 Aug 22:32
Compare
Choose a tag to compare
  • update default SC version 2504d0f
  • change concurrency endpoint to v1.2 (#92) c7a93ef

v4.4.3...v4.4.4

v4.4.3

03 Jul 13:25
Compare
Choose a tag to compare

v4.4.2...v4.4.3

v4.4.2

02 Jul 19:10
Compare
Choose a tag to compare

v4.4.1...v4.4.2

v4.4.1

11 Jun 15:40
Compare
Choose a tag to compare
  • fix: rejectUnauthorized deprecation warning (#85) 193d5af

v4.4.0...v4.4.1

New `uploadJobAssets` command

28 May 12:07
Compare
Choose a tag to compare

A new command has been added that allows to upload custom log files to your job. It can be used as follows:

via CLI:

sl uploadJobAssets 690c5877710c422d8be4c622b40c747f --files ./video.mp4 --files ./log.json

or via Node.js

await myAccount.uploadJobAssets(
    '76e693dbe6ff4910abb0bc3d752a971e',
    ['video.mp4', 'log.json']
)

Commits:

v4.3.0...v4.4.0

v4.3.0

24 May 14:17
Compare
Choose a tag to compare

Example:

    const sc = await myAccount.startSauceConnect({
        /**
         * you can pass in a `logger` method to print Sauce Connect log messages
         */
        logger: (stdout) => console.log(stdout)
    })

v4.2.1...v4.3.0

v4.2.1

24 May 12:32
Compare
Choose a tag to compare
  • fix url to linux32 binary 357dfac

v4.2.0...v4.2.1