You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ Read `release_notes.md` for commit level details.
4
4
5
5
## [Unreleased]
6
6
### Enhancements
7
+
-[Experimental] Add `direct_connect` capability for the Ruby client in order to handle `directConnect` capability in a create session response by Appium server
8
+
- Update http client following `directConnectProtocol`, `directConnectHost`, `directConnectPort` and `directConnectPath`
9
+
if `direct_connect` capability for ruby_lib_core is `true`
10
+
- This will resolve a performance issue if a user has a proxy server to handle requests from client to Appium server.
11
+
With this feature, the user can send requests directly to the Appium server after create session skipping the proxy server.
12
+
```
13
+
# create session
14
+
client <---> proxy server <---> appium server <> devices
15
+
# Following requests after the create session
16
+
client <----------------------> appium server <> devices
17
+
```
7
18
8
19
### Bug fixes
9
20
- Fix potential override of `AppManagement#background_app`
0 commit comments