Skip to content

Commit 8da087c

Browse files
committed
Release 8.0.0
1 parent 16598d9 commit 8da087c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Read `release_notes.md` for commit level details.
88

99
### Bug fixes
1010

11+
### Deprecations
12+
13+
## [8.0.0] - 2024-03-08
14+
1115
### Deprecations
1216
- Removed deprecated methods
1317
- `launch_app`, `close_app` and `reset`
@@ -19,6 +23,8 @@ Read `release_notes.md` for commit level details.
1923
- `end_coverage`
2024
- `sessions` and `session_capabilities` since they are not W3C WebDriver spec and already removed from the dependent selenium clients.
2125
- To get events info, please use `driver.logs.events` instead
26+
- `switch_to_default_context`
27+
- Please set proper context instead
2228

2329
## [7.5.0] - 2024-02-21
2430
- Remove upper limitation in `selenium-webdriver`

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 = '7.5.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2024-02-21' unless defined? ::Appium::Core::DATE
17+
VERSION = '8.0.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2024-03-08' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)