Skip to content

Commit 77e7cd2

Browse files
committed
Release 3.0.0
1 parent 1315dae commit 77e7cd2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Read `release_notes.md` for commit level details.
55
## [Unreleased]
66

77
This release has a breaking change about an implicit wait.
8-
Ruby client sets `0` seconds as implicit wait by default from this release since it is the default spec behaviour in WebDriver while Ruby client had set `20` seconds for it.
8+
Ruby client sets `0` seconds as implicit wait by default instead of `20` seconds.
9+
The behaviour follows the default spec in WebDriver.
910

1011
### Enhancements
11-
- Breaking changes
12+
- **Breaking changes**
1213
- Set implicit wait zero by default
1314
- Can configure `wait: 20` as `appium_lib` capability to keep the behaviour
1415
- [Experimental] Add `direct_connect` capability for the Ruby client in order to handle `directConnect` capability in a create session response by Appium server

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Appium
22
module Core
3-
VERSION = '2.3.4'.freeze unless defined? ::Appium::Core::VERSION
4-
DATE = '2019-01-31'.freeze unless defined? ::Appium::Core::DATE
3+
VERSION = '3.0.0'.freeze unless defined? ::Appium::Core::VERSION
4+
DATE = '2019-02-06'.freeze unless defined? ::Appium::Core::DATE
55
end
66
end

0 commit comments

Comments
 (0)