Skip to content

Commit 0b4a430

Browse files
release: v10.0.0 (#2332)
1 parent 6ded147 commit 0b4a430

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
_10.0.0_
9+
- **[DOCUMENTATION]**
10+
- Document the migration guide from v9 to v10 [#2331](https://github.com/appium/java-client/pull/2331)
11+
- updated maven central release badge [#2316](https://github.com/appium/java-client/pull/2316)
12+
- updated CI badge to use ci.yml workflow [#2317](https://github.com/appium/java-client/pull/2317)
13+
- **[BREAKING CHANGE]** [#2327](https://github.com/appium/java-client/pull/2327)
14+
- Removed all deprecated methods with Selenium's Location and LocationContext (these classes have been removed in Selenium 4.35.0)
15+
- **[ENHANCEMENTS]**
16+
- Proxy commands issues via RemoteWebElement [#2311](https://github.com/appium/java-client/pull/2311)
17+
- Automated Release to Maven Central Repository using JReleaser [#2313](https://github.com/appium/java-client/pull/2313)
18+
- **[BUG FIX]**
19+
- Possible NPE in initBiDi() [#2325](https://github.com/appium/java-client/pull/2325)
20+
- **[DEPENDENCY CHANGE]**
21+
- Bump minimum Selenium version to 4.35.0 [#2327](https://github.com/appium/java-client/pull/2327)
22+
- Bump org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.3 [#2314](https://github.com/appium/java-client/pull/2314)
23+
- Bump io.github.bonigarcia:webdrivermanager [#2322](https://github.com/appium/java-client/pull/2322)
24+
- Bump com.gradleup.shadow from 8.3.7 to 8.3.8 [#2315](https://github.com/appium/java-client/pull/2315)
25+
- Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 [#2320](https://github.com/appium/java-client/pull/2320)
26+
827
_9.5.0_
928
- **[ENHANCEMENTS]**
1029
- Allow extension capability keys to contain dot characters [#2271](https://github.com/appium/java-client/pull/2271)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.daemon=true
22

33
selenium.version=4.35.0
44
# Please increment the value in a release
5-
appiumClient.version=9.5.0
5+
appiumClient.version=10.0.0

0 commit comments

Comments
 (0)