We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d76ac4 commit 3c60948Copy full SHA for 3c60948
2 files changed
CHANGELOG.md
@@ -2,6 +2,9 @@
2
All notable changes to this project will be documented in this file.
3
Read `release_notes.md` for commit level details.
4
5
+## [12.2.0] - 2026-06-25
6
+- Add validation for direct connect URL when `direct_connect` capability is `true`.
7
+
8
## [12.1.0] - 2026-03-21
9
- Replace internal `add_command` method with Selnium Bridge's `add_command` to simplify the codebase.
10
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
14
15
module Appium
16
module Core
17
- VERSION = '12.1.0' unless defined? ::Appium::Core::VERSION
18
- DATE = '2026-03-21' unless defined? ::Appium::Core::DATE
+ VERSION = '12.2.0' unless defined? ::Appium::Core::VERSION
+ DATE = '2026-04-19' unless defined? ::Appium::Core::DATE
19
end
20
0 commit comments