7.1.2 (2026-04-10)
7.1.1 (2026-04-09)
- Bump android driver (c4f0ac1)
7.1.0 (2026-03-24)
7.0.0 (2026-02-20)
- modify the mobile:listApps style to follow XCUITest driver format
6.9.3 (2026-02-20)
6.9.2 (2026-02-20)
6.9.1 (2026-02-19)
- Set minimum axios dependency version to 1.13.5 (f05897e)
6.9.0 (2026-02-18)
6.8.2 (2026-02-16)
6.8.1 (2026-02-13)
- Update appium-uiautomator2-server version to 9.11.1 (87016a1)
6.8.0 (2026-02-02)
6.7.15 (2026-01-30)
- Update appium-uiautomator2-server (77f970c)
6.7.14 (2026-01-30)
- Update appium-uiautomator2-server version (a06f196)
6.7.13 (2026-01-28)
6.7.12 (2026-01-27)
6.7.11 (2026-01-23)
- Exclude tests from published dist (4f2cf50)
6.7.10 (2026-01-16)
- Update appium-android-driver to version 12.6.4 (a67b51a)
6.7.9 (2026-01-13)
- Bump appium-android-driver (92ff8c7)
6.7.8 (2025-12-25)
6.7.7 (2025-12-24)
6.7.6 (2025-12-23)
6.7.5 (2025-12-22)
6.7.4 (2025-12-22)
6.7.3 (2025-12-18)
6.7.2 (2025-12-17)
6.7.1 (2025-12-12)
6.7.0 (2025-12-09)
- add appium:adbListenAllNetwork with uiautomator2:adb_listen_all_network flag to add -a option for adb (#955) (5b0fa8b)
6.6.3 (2025-12-08)
6.6.2 (2025-12-03)
6.6.1 (2025-12-02)
6.6.0 (2025-12-01)
6.5.0 (2025-12-01)
6.4.1 (2025-11-30)
6.4.0 (2025-11-30)
6.3.0 (2025-11-21)
6.2.1 (2025-11-17)
- Bump android driver (18df1b5)
6.2.0 (2025-11-16)
6.1.2 (2025-11-15)
6.1.1 (2025-11-09)
6.1.0 (2025-10-30)
6.0.2 (2025-10-28)
6.0.1 (2025-10-28)
6.0.0 (2025-10-24)
- Dropped support of older Android API levels below 26 (Oreo)
5.0.7 (2025-10-24)
5.0.6 (2025-10-22)
- Bump android driver (7730ccb)
5.0.5 (2025-10-08)
- Bump android driver (885b8b6)
5.0.4 (2025-10-03)
- Bump dependencies (5444a24)
5.0.3 (2025-09-17)
- Bump server version (db099b5)
5.0.2 (2025-09-16)
5.0.1 (2025-09-11)
- Update android driver (b4d5f19)
5.0.0 (2025-08-19)
- Required Node.js version has been bumped to ^20.19.0 || ^22.12.0 || >=24.0.0
- Required npm version has been bumped to >=10
- Required Appium server version has been bumped to >=3.0.0-rc.2
4.2.9 (2025-08-17)
4.2.8 (2025-08-06)
4.2.7 (2025-07-23)
4.2.6 (2025-07-20)
4.2.5 (2025-07-06)
- Bump android driver (01fe469)
4.2.4 (2025-06-24)
- Bump android driver (64c28f2)
4.2.3 (2025-04-25)
4.2.2 (2025-04-23)
- Bump android driver (d52988e)
4.2.1 (2025-04-16)
4.2.0 (2025-04-08)
4.1.5 (2025-03-21)
4.1.4 (2025-03-20)
4.1.3 (2025-03-17)
4.1.2 (2025-03-14)
- the return value of getConnectivity to follow the description (e36a3cd)
4.1.1 (2025-03-10)
4.1.0 (2025-02-26)
4.0.3 (2025-02-22)
- Bumo android driver (b28baaa)
4.0.2 (2025-02-21)
4.0.1 (2025-02-10)
4.0.0 (2025-02-01)
- The following methods and properties were removed:
- mobileSetClipboard -> replaced by setClipboard
- mobileGetClipboard -> replaced by getClipboard
- executeMobile -> replaced by execute (the
scriptargument must also be changed to start withmobile:) - mobileCommandsMapping -> replaced by executeMethodsMap
- mobileGetAppStrings -> replaced by getStrings
- The following methods were changed:
- mobileDragGesture
- mobileFlingGesture
- mobileDoubleClickGesture
- mobileClickGesture
- mobilePinchOpenGesture
- mobilePinchCloseGesture
- mobileSwipeGesture
- mobileScrollGesture
- mobileScrollBackTo
- mobileScroll
- mobileDeepLink
- mobileAcceptAlert
- mobileDismissAlert
- mobileType
- mobileReplaceElementValue
- mobileInstallMultipleApks
- mobileBackgroundApp
- mobilePressKey
- mobileScreenshots
- mobileScheduleAction
- mobileUnscheduleAction
- mobileGetActionHistory
- The following obsolete type definitions were removed:
- DragOptions
- FlingOptions
- ClickOptions
- LongClickOptions
- PinchOptions
- SwipeOptions
- ScrollGestureOptions
- ScrollElementToElementOpts
- ScrollOptions
- DeepLinkOpts
- AcceptAlertOptions
- DismissAlertOptions
- TypingOptions
- ReplaceValueOptions
- InstallMultipleApksOptions
- BackgroundAppOptions
- PressKeyOptions
- ScreenshotsOpts
- ActionArgs
- SetClipboardOpts
- GetAppStringsOptions
Based on appium/appium-android-driver#982
3.10.0 (2025-01-24)
3.9.9 (2025-01-16)
3.9.8 (2025-01-09)
3.9.7 (2025-01-05)
- Bump android driver (f5a326e)
3.9.6 (2024-12-27)
3.9.5 (2024-12-14)
3.9.4 (2024-12-13)
3.9.3 (2024-12-11)
3.9.2 (2024-12-09)
- allow compatibility with appium 3 beta (471e156)
3.9.1 (2024-11-27)
- Bump android driver (1bea8e7)
3.9.0 (2024-11-18)
3.8.3 (2024-11-14)
- Bump android driver (728270f)
3.8.2 (2024-11-11)
3.8.1 (2024-10-31)
- Bump android driver (aeb5809)
3.8.0 (2024-09-17)
3.7.11 (2024-09-13)
- Bump android driver (c62ae8c)
3.7.10 (2024-09-12)
- Bump android driver (2b9ed23)
3.7.9 (2024-09-03)
- Bump server version (716d364)
3.7.8 (2024-08-29)
- bump android driver (3b6b270)
3.7.7 (2024-08-14)
- apply the latest io.appium.settings (a1dfde4)
3.7.6 (2024-08-06)
- Bump adb (36b265e)
3.7.5 (2024-08-02)
3.7.4 (2024-07-23)
3.7.3 (2024-07-15)
3.7.2 (2024-07-09)
- Remove extra import (9f2d42d)
3.7.1 (2024-07-03)
3.7.0 (2024-06-27)
3.6.1 (2024-06-23)
3.6.0 (2024-06-22)
3.5.7 (2024-06-22)
3.5.6 (2024-06-18)
- Bump server version (91c7707)
3.5.5 (2024-06-16)
- bump server version (8e6ec16)
3.5.4 (2024-06-14)
3.5.3 (2024-06-10)
3.5.2 (2024-05-21)
3.5.1 (2024-05-16)
- Update dev dependencies (4224eaa)
3.5.0 (2024-05-12)
3.4.0 (2024-05-11)
3.3.0 (2024-05-09)
3.2.0 (2024-05-03)
3.1.0 (2024-04-10)
3.0.8 (2024-04-09)
- Remove extra imports (11aea03)
3.0.7 (2024-04-09)
3.0.6 (2024-04-08)
- Bump android driver (1cf44c6)
3.0.5 (2024-04-01)
- bump appium-android-driver (2683085)
3.0.4 (2024-03-20)
3.0.3 (2024-03-18)
- bump android driver (decda6d)
3.0.2 (2024-03-07)
- bump typescript (b6f4cec)
3.0.1 (2024-02-23)
3.0.0 (2024-02-10)
- Removed obsolete MJSONWP touch route handlers. Use W3C actions or gesture shortcuts instead:
- doSwipe
- doDrag
- touchDown
- touchLongClick
- touchMove
- touchUp
- tap
- doPerformMultiAction
2.45.1 (2024-02-10)
2.45.0 (2024-02-08)
2.44.3 (2024-02-07)
2.44.2 (2024-02-06)
2.44.1 (2024-02-06)
2.44.0 (2024-02-02)
2.43.4 (2024-01-30)
- Bump server version (f0b0b84)
2.43.3 (2024-01-29)
- Bump android driver (ffd126d)
2.43.2 (2024-01-27)
2.43.1 (2024-01-26)
2.43.0 (2024-01-25)
2.42.2 (2024-01-23)
2.42.1 (2024-01-14)
2.42.0 (2024-01-12)
2.41.0 (2024-01-11)
2.40.2 (2024-01-10)
- Bump server version (48b6914)
2.40.1 (2024-01-10)
2.40.0 (2024-01-07)
2.39.0 (2024-01-05)
2.38.0 (2024-01-05)
2.37.1 (2024-01-03)
2.37.0 (2023-12-30)
2.36.0 (2023-12-26)
2.35.0 (2023-12-18)
2.34.2 (2023-12-02)
2.34.1 (2023-11-08)
2.34.0 (2023-11-03)
2.33.1 (2023-10-31)
2.33.0 (2023-10-30)
2.32.3 (2023-10-19)
- Always use latest types (19754b2)
2.32.2 (2023-10-18)
2.32.1 (2023-10-17)
2.32.0 (2023-10-17)
2.31.4 (2023-10-16)
2.31.3 (2023-10-15)
2.31.2 (2023-10-15)
2.31.1 (2023-10-14)
2.31.0 (2023-10-14)
2.30.0 (2023-10-13)
2.29.11 (2023-10-08)
- Bump appium-adb (92e9884)
2.29.10 (2023-09-24)
2.29.9 (2023-09-21)
2.29.8 (2023-09-14)
- Bump android driver (a69ca17)
2.29.7 (2023-09-12)
- Bump modules (fcb6a3a)
2.29.6 (2023-09-07)
2.29.5 (2023-08-21)
- upgrade appium-chromedriver to latest (ecfecbf)
2.29.4 (2023-08-09)
2.29.3 (2023-07-29)
- Bump chromedriver (4ec1624)
2.29.2 (2023-07-03)
- Bump server version (583630f)
2.29.1 (2023-06-29)
- Bump the server version (c202967)
2.29.0 (2023-06-25)
2.28.1 (2023-06-23)
2.28.0 (2023-06-22)
2.27.0 (2023-06-21)
2.26.3 (2023-06-21)
2.26.2 (2023-06-16)
- bump android driver (ad80174)
2.26.1 (2023-06-13)
2.26.0 (2023-06-11)
2.25.3 (2023-06-08)
2.25.2 (2023-06-02)
- Bump appium-adb (30ea8ae)
2.25.1 (2023-05-24)
- Update extension command name (0e488f4)
2.25.0 (2023-05-22)
2.24.2 (2023-05-22)
- Mobile method name (896ade4)
2.24.1 (2023-05-16)
- Bump android-driver component (e416860)
2.24.0 (2023-05-05)
2.23.0 (2023-04-30)
2.22.1 (2023-04-28)
- Extension name (4804648)
2.22.0 (2023-04-28)
2.21.0 (2023-04-27)
2.20.0 (2023-04-26)
2.19.0 (2023-04-25)
2.18.0 (2023-04-20)
2.17.0 (2023-04-20)
2.16.0 (2023-04-20)
2.15.0 (2023-04-15)
2.14.0 (2023-04-04)
2.13.0 (2023-04-04)
2.12.7 (2023-03-24)
2.12.6 (2023-02-22)
- Bump android-driver (77b3120)
2.12.5 (2023-02-21)
- actually publish reset script (a2bc02f), closes appium/appium#501
2.12.4 (2023-02-16)
2.12.3 (2023-02-02)
- bump chromedriver (21003b3)
2.12.2 (2023-01-12)
- specify supported non-standard commands in newMethodMap (8a51004)
2.12.1 (2022-12-24)
- Bump android-driver (1527434)