Skip to content

Commit

Permalink
release Selenide 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Aug 3, 2022
1 parent ac0a54e commit 8c69963
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 6.7.0 (released 04.08.2022)
#1780 verify the whole text in `$.shouldHave(text)`, not a substring -- see PR #1783
#1799 implement full-size screenshots as a separate Selenide plugin -- see PR #1858; thanks to Aliaksandr Rasolka for PR #1800
#1894 add @CacheLookup annotation support -- thanks to [Ilya Koshaleu](https://github.com/groov1kk)
#1891 deprecate TestNG annotation @Report -- see PR #1909
#1886 decode downloaded file name if it's base64-encoded -- see PR #1889
#1907 restore IE support in setValue
#1902 make HttpClientTimeouts public
#1885 make type of setValue() parameter String again -- see PR #1888
#1887 give user a clear hint in case of invalid file extension parameter
#1904 bump byteBuddyVersion from 1.12.12 to 1.12.13
#1901 bump webdrivermanager from 5.2.1 to 5.2.3
#1900 bump JUnit from 5.8.2 to 5.9.0
#1896 bump LittleProxy from 2.0.9 to 2.0.10
#1895 bump browserup-proxy-core from 2.2.0 to 2.2.1
#1892 bump nettyVersion from 4.1.78.Final to 4.1.79.Final

## 6.6.6 (released 01.07.2022)

* #1862 #1866 remove usages of deprecated capabilities ("acceptSslCerts", "handlesAlerts", "javascriptEnabled", "takesScreenshot") -- see PR #1870
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

allprojects {
group = 'com.codeborne'
version = '6.7.0-SNAPSHOT'
version = '6.7.0'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion modules/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sourceSets {
dependencies {
api('org.opentest4j:opentest4j:1.2.0')

api('io.github.bonigarcia:webdrivermanager:5.2.2') {
api('io.github.bonigarcia:webdrivermanager:5.2.3') {
exclude group: 'org.apache.httpcomponents.core5', module: 'httpcore5-h2'
exclude group: 'com.github.docker-java'
exclude group: 'org.rauschig'
Expand Down
9 changes: 5 additions & 4 deletions src/main/resources/versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Browser: Google Chrome and Chromium - Driver: chromedriver
# Source: http://chromedriver.chromium.org/downloads
chrome104=104.0.5112.29
chrome103=103.0.5060.53
chrome103=103.0.5060.134
chrome102=102.0.5005.61
chrome101=101.0.4951.41
chrome100=100.0.4896.60
Expand Down Expand Up @@ -52,6 +52,7 @@ chrome60=2.33

# Browser: Mozilla Firefox - Driver: geckodriver
# Source: https://github.com/mozilla/geckodriver/releases
firefox103=0.31.0
firefox102=0.31.0
firefox101=0.31.0
firefox100=0.31.0
Expand Down Expand Up @@ -150,9 +151,9 @@ opera46=2.29

# Browser: Microsoft Edge - Driver: msedgedriver
# Source: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
edge105=105.0.1303.0
edge104=104.0.1293.5
edge103=103.0.1264.37
edge105=105.0.1338.0
edge104=104.0.1293.41
edge103=103.0.1264.77
edge102=102.0.1249.0
edge101=101.0.1210.53
edge100=100.0.1185.39
Expand Down

0 comments on commit 8c69963

Please sign in to comment.