Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit f8f490a

Browse files
martin770qiyigg
authored andcommitted
updated CHANGELOG based on sauceSeleniumAddress and sauceSeleniumUseHttp (#4793)
1 parent 6290f27 commit f8f490a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
- ([02746dd](https://github.com/angular/protractor/commit/02746dd37726b2647f8f8dbeb1152cd7f902acb0))
5454
fix(browser): Add space after full stop in error message. (#4594)
5555
Linkifiers interpret the ".If" at the end of the URL as part of the URL.
56-
)
5756

5857
- ([7f968e0](https://github.com/angular/protractor/commit/7f968e022a7f7ebcda8955651f2907c1a25ecc22))
5958
fix(direct): Use config's geckoDriver when specified (#4554)
@@ -77,7 +76,7 @@
7776
3. add lock file
7877

7978
# 5.2.2
80-
## Fixes
79+
## Fixes
8180
- ([b3c7404](https://github.com/angular/protractor/commit/b3c7404258db55a71e7bc4520973c0665cb0ff06))
8281
Revert "fix(jasmine): Update Jasmine to support Node8 async/await (#4608)"
8382
This reverts commit 5d13b00bca651227eb55616363f7d7eb8a91f8e8.
@@ -107,6 +106,7 @@
107106
Update to the latest blocking proxy (#4546)
108107

109108
## Breaking Changes
109+
110110
- ([5d13b00](https://github.com/angular/protractor/commit/5d13b00bca651227eb55616363f7d7eb8a91f8e8))
111111
fix(jasmine): Update Jasmine to support Node8 async/await (#4608)
112112

@@ -185,6 +185,9 @@
185185
- ([dd2ccbb](https://github.com/angular/protractor/commit/dd2ccbb1b73b7c90647837cd1c4f6b16b3f6b0ac))
186186
feat(saucelabs): Add Sauce Labs protocol customization support
187187

188+
New option `sauceSeleniumUseHttp` available in `protractor.conf.js`
189+
If true, uses 'http' instead of 'https' to connect to Sauce Labs defined by `sauceSeleniumAddress`
190+
188191
## Fixes
189192

190193
- ([1a47076](https://github.com/angular/protractor/commit/1a47076875395648038a39fcd258a77bfcabe05c))
@@ -255,6 +258,12 @@
255258
- changed element.ts to not use keyof
256259
- remove gulp task tsc:spec
257260

261+
## Breaking Changes
262+
263+
- The protocol for a Sauce Labs selenium relay (sauceSeleniumAddress in protractor.conf.js)
264+
is 'https' (previously used 'http'). The protocol is not configurable in this version.
265+
266+
258267
# 5.1.0
259268

260269
#### Blocking proxy

0 commit comments

Comments
 (0)