Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: v9.4.6
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: v9.4.7
Choose a head ref
  • 2 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 11, 2024

  1. fix: Fix/lambdatest (#1468)

    fix: session creation for LT
    
    Co-authored-by: Sudharsan Selvaraj <sudharsanselvaraj.c@gmail.com>
    saikrishna321 and sudharsan-selvaraj authored Dec 11, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    33aae24 View commit details
  2. chore(release): 9.4.7 [skip ci]

    ## [9.4.7](v9.4.6...v9.4.7) (2024-12-11)
    
    ### Bug Fixes
    
    * Fix/lambdatest ([#1468](#1468)) ([33aae24](33aae24))
    semantic-release-bot committed Dec 11, 2024
    Copy the full SHA
    dca951a View commit details
Showing with 810 additions and 17 deletions.
  1. +6 −0 CHANGELOG.md
  2. +780 −2 package-lock.json
  3. +1 −1 package.json
  4. +13 −11 src/device-managers/cloud/CapabilityManager.ts
  5. +10 −3 src/plugin.ts
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [9.4.7](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.6...v9.4.7) (2024-12-11)

### Bug Fixes

* Fix/lambdatest ([#1468](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1468)) ([33aae24](https://github.com/AppiumTestDistribution/appium-device-farm/commit/33aae24ea38d954069bb61960b7bb8ee9ada5dce))

## [9.4.6](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.5...v9.4.6) (2024-11-18)

### Bug Fixes
Loading