File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Read `release_notes.md` for commit level details.
8
8
9
9
### Bug fixes
10
10
11
+ ### Deprecations
12
+
13
+ ## [ 8.0.0] - 2024-03-08
14
+
11
15
### Deprecations
12
16
- Removed deprecated methods
13
17
- ` launch_app ` , ` close_app ` and ` reset `
@@ -19,6 +23,8 @@ Read `release_notes.md` for commit level details.
19
23
- ` end_coverage `
20
24
- ` sessions ` and ` session_capabilities ` since they are not W3C WebDriver spec and already removed from the dependent selenium clients.
21
25
- To get events info, please use ` driver.logs.events ` instead
26
+ - ` switch_to_default_context `
27
+ - Please set proper context instead
22
28
23
29
## [ 7.5.0] - 2024-02-21
24
30
- Remove upper limitation in ` selenium-webdriver `
Original file line number Diff line number Diff line change 14
14
15
15
module Appium
16
16
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
19
19
end
20
20
end
You can’t perform that action at this time.
0 commit comments