Skip to content

Commit 5a5ab02

Browse files
committed
Release 11.0.0
1 parent 8d19b1f commit 5a5ab02

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
Read `release_notes.md` for commit level details.
44

5+
## [11.0.0] - 2025-03-21
6+
### Enhancements
7+
- Remove deprecated marked commands
8+
- `get_network_connection` / `set_network_connection`, `toggle_wifi`, `toggle_data`, `toggle_airplane_mode`
9+
- Please use `mobile: setConnectivity` / `mobile: getConnectivity` instead
10+
- `start_activity`
11+
- Please use `mobile: startActivity` instead
12+
- Use mobile command for existing methods (the backend method call has changed. Old appium such as Appium v1 or before may have an issue as no matched command)
13+
- `toggle_location_services`, `get_performance_data`, `get_performance_data_types`, `finger_print`, `open_notifications`, `current_activity`, `current_package`, `get_system_bars`, `system_bars`, `toggle_location_services`, `hide_keyboard`, `background_app`, `set_clipboard`, `get_clipboard`, `send_sms`, `gsm_call`, `gsm_signal`, `gsm_voice`, `set_network_speed`, `set_power_capacity`, `set_power_ac`, `get_display_density`, `lock`, `unlock`, `locked?`, `hide_keyboard`, `press_keycode`, `long_press_keycode`, `app_strings`, `app_state`, `shake`, `device_time`
14+
515
## [10.0.0] - 2025-02-16
616

717
### Enhancements

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '10.0.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2025-02-16' unless defined? ::Appium::Core::DATE
17+
VERSION = '11.0.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2025-03-21' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)