Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AppiumTestDistribution/appium-device-farm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 52a1107de04b2a9d3de5635f5b4946e86b8fd201
Choose a base ref
..
head repository: AppiumTestDistribution/appium-device-farm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b713e6ffaa7f8569f855659291a0139ee34d429e
Choose a head ref
Showing with 7 additions and 1 deletion.
  1. +6 −0 CHANGELOG.md
  2. +1 −1 package.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [9.4.9](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.8...v9.4.9) (2024-12-12)

### Bug Fixes

* Unable to take ios devices from node for manual interaction ([#1469](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1469)) ([9c079e8](https://github.com/AppiumTestDistribution/appium-device-farm/commit/9c079e8babc3b6ef20e2adae3394f72aeb40dc97))

## [9.4.8](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.7...v9.4.8) (2024-12-11)

### Bug Fixes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-device-farm",
"version": "9.4.8",
"version": "9.4.9",
"description": "An appium 2.0 plugin that manages and create driver session on available devices.",
"main": "./lib/src/main.js",
"scripts": {