Skip to content
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b2c87b7
update devtools versions
selenium-ci Oct 24, 2025
d80e586
update selenium manager versions
selenium-ci Oct 24, 2025
3a129dd
update maven dependency versions
selenium-ci Oct 24, 2025
d918692
update authors file
selenium-ci Oct 24, 2025
0d345cc
bump versions in preparation for release
selenium-ci Oct 24, 2025
bd4f0cb
WIP - rough auto-update of changelog, please edit
selenium-ci Oct 24, 2025
81330f6
Update rb/CHANGES
titusfortner Oct 24, 2025
11b456d
Update rb/CHANGES
titusfortner Oct 24, 2025
1418cc2
Update rb/CHANGES
titusfortner Oct 24, 2025
3028c1e
Update rb/CHANGES
titusfortner Oct 24, 2025
163dfe8
Update rb/CHANGES
titusfortner Oct 24, 2025
c979681
Update py/CHANGES
titusfortner Oct 24, 2025
f56c1a9
Update rb/CHANGES
titusfortner Oct 24, 2025
9a3b99d
Update py/CHANGES
titusfortner Oct 24, 2025
c11a566
Update javascript/selenium-webdriver/CHANGES.md
titusfortner Oct 24, 2025
7baa2fe
Update javascript/selenium-webdriver/CHANGES.md
titusfortner Oct 24, 2025
08e2fe8
Update java/CHANGELOG
titusfortner Oct 24, 2025
3d8e944
Update rb/CHANGES
titusfortner Oct 24, 2025
fcb00f0
Update rb/CHANGES
titusfortner Oct 24, 2025
33f749c
Update rb/CHANGES
titusfortner Oct 24, 2025
f504d85
Update java/CHANGELOG
titusfortner Oct 24, 2025
c1fdf42
Update py/CHANGES
titusfortner Oct 24, 2025
1d4d4d4
temporarily set java and dotnet to run chrome tests with beta version…
titusfortner Oct 24, 2025
08e8d22
Revert "temporarily set java and dotnet to run chrome tests with beta…
titusfortner Oct 24, 2025
341b990
Merge branch 'trunk' into release-preparation-4.38.0
titusfortner Oct 24, 2025
ac95928
Merge branch 'trunk' into release-preparation-4.38.0
titusfortner Oct 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ body:
id: selenium-version
attributes:
label: What version of Selenium are you currently using?
description: Important! The latest released version of Selenium is 4.37 and we can't fix old versions.
description: Important! The latest released version of Selenium is 4.38 and we can't fix old versions.
placeholder: e.g., 4.17.0
validations:
required: true
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ Eric Plaster <[email protected]>
Erik Beans <[email protected]>
Erik E. Beerepoot <[email protected]>
Erik Kuefler <[email protected]>
Ethan <[email protected]>
Evan Sangaline <[email protected]>
Evgeniy Roldukhin <[email protected]>
EwaMarek <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ maven.install(
"com.beust:jcommander:1.82",
"org.checkerframework:checker-qual:3.51.1",
"com.github.javaparser:javaparser-core:3.27.1",
"com.github.spotbugs:spotbugs:4.9.7",
"com.github.spotbugs:spotbugs:4.9.8",
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
"com.google.code.findbugs:jsr305:3.0.2",
"com.google.code.gson:gson:2.13.2",
Expand All @@ -191,7 +191,7 @@ maven.install(
"com.uber.nullaway:nullaway:0.12.10",
"dev.failsafe:failsafe:3.3.2",
"io.grpc:grpc-context:1.76.0",
"io.lettuce:lettuce-core:6.8.1.RELEASE",
"io.lettuce:lettuce-core:7.0.0.RELEASE",
"io.netty:netty-buffer",
"io.netty:netty-codec-http",
"io.netty:netty-codec-http2",
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ JAVA_RELEASE_TARGETS = %w[
//java/src/org/openqa/selenium/chromium:chromium.publish
//java/src/org/openqa/selenium/devtools/v140:v140.publish
//java/src/org/openqa/selenium/devtools/v141:v141.publish
//java/src/org/openqa/selenium/devtools/v139:v139.publish
//java/src/org/openqa/selenium/devtools/v142:v142.publish
//java/src/org/openqa/selenium/edge:edge.publish
//java/src/org/openqa/selenium/firefox:firefox.publish
//java/src/org/openqa/selenium/grid/sessionmap/jdbc:jdbc.publish
Expand Down
Loading
Loading