appium_lib 12.1.0 → 12.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6bb32ed7585a507a79b09925ed7073575c9972e4effccfc9bdc5d2638de161f
4
- data.tar.gz: 6e7f29d55e091c3aae6101fface74376251cd3294ce036be6f38c578997b9b12
3
+ metadata.gz: cb4141043347d3626549de00580345cabde53856ed0b01cd1bfb9d4471287a02
4
+ data.tar.gz: d013d1439eb09996b20405b66902769c68d4a7b6e11cb47674f546911dc03ed3
5
5
  SHA512:
6
- metadata.gz: c3c4ef75bc41302fa5cb60416f81cec2257e86d0d394615b3c23b02242e9b82b79e5b2026d98eccecdcc13e930e4bb3fecd47ae1b5dce49c6fed0f5dc91ecd0b
7
- data.tar.gz: 580ed26b4be9a9d84c16807b0c71f52888c6c2adbd14e81c5eb37282a82a6d6f59691887e21971639406c70b5680ed0cf4c23db9c2dc2cc7c9d9730cea55c352
6
+ metadata.gz: 382c590a398266e3d4e01f6a2aec6814e30e89576e427332af3499c44d5994c8b2e9c1b512b3a7db3ff0aa46e41191043890acb7902ba0964757577cdad0c7ff
7
+ data.tar.gz: 4fa2658a6b666c83775b35c9b020d096e04ce891cb7701fba05721551965a15226281c093fb978e562702952793a8a2a94def608569454242cf523a4ccc50378
data/CHANGELOG.md CHANGED
@@ -11,6 +11,15 @@ Release tags are https://github.com/appium/ruby_lib/releases .
11
11
 
12
12
  ### 3. Deprecations
13
13
 
14
+ ## 12.1.1 - 2022-10-19
15
+
16
+ ### 1. Enhancements
17
+
18
+ ### 2. Bug fixes
19
+ - Fix undefined `.warning` method call
20
+
21
+ ### 3. Deprecations
22
+
14
23
  ## 12.1.0 - 2022-10-11
15
24
 
16
25
  ### 1. Enhancements
@@ -362,7 +371,6 @@ This change has a breaking change about implicit wait.
362
371
  ### 1. Enhancements
363
372
  - Bump the core library to 1.3.0
364
373
  - The change have one breaking change for `start_recording_screen`(Android)
365
- - Read `docs/migration.md`
366
374
 
367
375
  ### 2. Bug fixes
368
376