Skip to content

Commit 27794b8

Browse files
chore(release): 10.0.0 [skip ci]
## [10.0.0](v9.15.1...v10.0.0) (2025-01-31) ### ⚠ BREAKING CHANGES * The following driver methods and properties were removed: - executeMobile - mobileCommandsMapping - mobileLock - mobilePushFile - mobilePullFolder - mobilePullFile - mobileActivateApp - mobileQueryAppState * Arguments of the following driver methods were changed: - mobileExecEmuConsoleCommand - mobileShell - mobileChangePermissions - mobileGetPermissions - mobilePerformEditorAction - mobileGetDeviceTime - mobileStartScreenStreaming - mobileDeleteFile - mobileIsAppInstalled - mobileRemoveApp - mobileTerminateApp - mobileInstallApp - mobileClearApp - mobileStartService - mobileStopService - mobileStartActivity - mobileBroadcast - mobileGetContexts - mobileUnlock - mobileRefreshGpsCache - mobileStartMediaProjectionRecording - mobileStopMediaProjectionRecording - mobileGetConnectivity - mobileSetConnectivity - mobileDeviceidle - mobileBluetooth - mobileNfc - mobileSetUiMode - mobileGetUiMode - mobileInjectEmulatorCameraImage - mobileSendTrimMemory - mobileGetPerformanceData - mobilePerformStatusBarCommand - mobileFingerprint - mobileSendSms - mobileGsmCall - mobileGsmSignal - mobileGsmVoice - mobilePowerAc - mobilePowerCapacity - mobileNetworkSpeed - sensorSet - mobileSetGeolocation * The following obsolete type definitions were removed: - ExecOptions - ShellOpts - ChangePermissionsOpts - GetPermissionsOpts - PerformEditorActionOpts - DeviceTimeOpts - StartScreenStreamingOpts - PushFileOpts - PullFolderOpts - PullFileOpts - DeleteFileOpts - IsAppInstalledOpts - ActivateAppOpts - QueryAppStateOpts - RemoveAppOpts - TerminateAppOpts - InstallAppOpts - ClearAppOpts - StartServiceOpts - StopServiceOpts - StartActivityOpts - BroadcastOpts - LockOpts - UnlockOptions - GpsCacheRefreshOpts - StartMediaProjectionRecordingOpts - StopMediaProjectionRecordingOpts - GetConnectivityOpts - SetConnectivityOpts - DeviceidleOpts - BluetoothOptions - NfcOptions - SetUiModeOpts - GetUiModeOpts - ImageInjectionOpts - SendTrimMemoryOpts - PerformanceDataOpts - StatusBarCommandOpts - FingerprintOpts - SendSMSOpts - GsmCallOpts - GsmSignalStrengthOpts - GsmVoiceState - PowerACOpts - PowerCapacityOpts - NetworkSpeedOpts - SensorSetOpts - DragOpts - SwipeOpts ### Features * Add support of executeMethodMap ([#982](#982)) ([b68f3fa](b68f3fa))
1 parent b68f3fa commit 27794b8

File tree

2 files changed

+116
-1
lines changed

2 files changed

+116
-1
lines changed

CHANGELOG.md

+115
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,118 @@
1+
## [10.0.0](https://github.com/appium/appium-android-driver/compare/v9.15.1...v10.0.0) (2025-01-31)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* The following driver methods and properties were removed:
6+
7+
- executeMobile
8+
- mobileCommandsMapping
9+
- mobileLock
10+
- mobilePushFile
11+
- mobilePullFolder
12+
- mobilePullFile
13+
- mobileActivateApp
14+
- mobileQueryAppState
15+
* Arguments of the following driver methods were changed:
16+
17+
- mobileExecEmuConsoleCommand
18+
- mobileShell
19+
- mobileChangePermissions
20+
- mobileGetPermissions
21+
- mobilePerformEditorAction
22+
- mobileGetDeviceTime
23+
- mobileStartScreenStreaming
24+
- mobileDeleteFile
25+
- mobileIsAppInstalled
26+
- mobileRemoveApp
27+
- mobileTerminateApp
28+
- mobileInstallApp
29+
- mobileClearApp
30+
- mobileStartService
31+
- mobileStopService
32+
- mobileStartActivity
33+
- mobileBroadcast
34+
- mobileGetContexts
35+
- mobileUnlock
36+
- mobileRefreshGpsCache
37+
- mobileStartMediaProjectionRecording
38+
- mobileStopMediaProjectionRecording
39+
- mobileGetConnectivity
40+
- mobileSetConnectivity
41+
- mobileDeviceidle
42+
- mobileBluetooth
43+
- mobileNfc
44+
- mobileSetUiMode
45+
- mobileGetUiMode
46+
- mobileInjectEmulatorCameraImage
47+
- mobileSendTrimMemory
48+
- mobileGetPerformanceData
49+
- mobilePerformStatusBarCommand
50+
- mobileFingerprint
51+
- mobileSendSms
52+
- mobileGsmCall
53+
- mobileGsmSignal
54+
- mobileGsmVoice
55+
- mobilePowerAc
56+
- mobilePowerCapacity
57+
- mobileNetworkSpeed
58+
- sensorSet
59+
- mobileSetGeolocation
60+
* The following obsolete type definitions were removed:
61+
62+
- ExecOptions
63+
- ShellOpts
64+
- ChangePermissionsOpts
65+
- GetPermissionsOpts
66+
- PerformEditorActionOpts
67+
- DeviceTimeOpts
68+
- StartScreenStreamingOpts
69+
- PushFileOpts
70+
- PullFolderOpts
71+
- PullFileOpts
72+
- DeleteFileOpts
73+
- IsAppInstalledOpts
74+
- ActivateAppOpts
75+
- QueryAppStateOpts
76+
- RemoveAppOpts
77+
- TerminateAppOpts
78+
- InstallAppOpts
79+
- ClearAppOpts
80+
- StartServiceOpts
81+
- StopServiceOpts
82+
- StartActivityOpts
83+
- BroadcastOpts
84+
- LockOpts
85+
- UnlockOptions
86+
- GpsCacheRefreshOpts
87+
- StartMediaProjectionRecordingOpts
88+
- StopMediaProjectionRecordingOpts
89+
- GetConnectivityOpts
90+
- SetConnectivityOpts
91+
- DeviceidleOpts
92+
- BluetoothOptions
93+
- NfcOptions
94+
- SetUiModeOpts
95+
- GetUiModeOpts
96+
- ImageInjectionOpts
97+
- SendTrimMemoryOpts
98+
- PerformanceDataOpts
99+
- StatusBarCommandOpts
100+
- FingerprintOpts
101+
- SendSMSOpts
102+
- GsmCallOpts
103+
- GsmSignalStrengthOpts
104+
- GsmVoiceState
105+
- PowerACOpts
106+
- PowerCapacityOpts
107+
- NetworkSpeedOpts
108+
- SensorSetOpts
109+
- DragOpts
110+
- SwipeOpts
111+
112+
### Features
113+
114+
* Add support of executeMethodMap ([#982](https://github.com/appium/appium-android-driver/issues/982)) ([b68f3fa](https://github.com/appium/appium-android-driver/commit/b68f3fa741c08d963762cbd0c9748e31ec80cf21))
115+
1116
## [9.15.1](https://github.com/appium/appium-android-driver/compare/v9.15.0...v9.15.1) (2025-01-26)
2117

3118
### Miscellaneous Chores

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-android-driver",
3-
"version": "9.15.1",
3+
"version": "10.0.0",
44
"description": "Android UiAutomator and Chrome support for Appium",
55
"keywords": [
66
"appium",

0 commit comments

Comments
 (0)