Skip to content

Commit 666be6d

Browse files
chore(release): 10.0.0 [skip ci]
## [10.0.0](v9.8.8...v10.0.0) (2025-05-09) ### ⚠ BREAKING CHANGES * Following changes are added - Added authentication module with user and team management - Enhanced automation runs with access key authentication - Improved device and server management capabilities - Database schema changes that may result in loss of existing data ### Features * use newCommandTimeoutSec for manual device control ([#1672](#1672)) ([7149941](7149941))
1 parent 7149941 commit 666be6d

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [10.0.0](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.8.8...v10.0.0) (2025-05-09)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* Following changes are added
6+
- Added authentication module with user and team management
7+
- Enhanced automation runs with access key authentication
8+
- Improved device and server management capabilities
9+
- Database schema changes that may result in loss of existing data
10+
11+
### Features
12+
13+
* use newCommandTimeoutSec for manual device control ([#1672](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1672)) ([7149941](https://github.com/AppiumTestDistribution/appium-device-farm/commit/71499417b2ef9c6229b8b493a0984a0ddff26799))
14+
115
## [9.8.8](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.8.7...v9.8.8) (2025-04-29)
216

317
### Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-device-farm",
3-
"version": "9.8.8",
3+
"version": "10.0.0",
44
"description": "An appium 2.0 plugin that manages and create driver session on available devices.",
55
"main": "./lib/src/main.js",
66
"scripts": {
@@ -346,4 +346,4 @@
346346
"typedoc": {
347347
"entryPoint": "lib/src/index.js"
348348
}
349-
}
349+
}

0 commit comments

Comments
 (0)