Skip to content

chore(deps): bump appium-ios-remotexpc from 2.4.0 to 5.0.1#502

Merged
mykola-mokhnach merged 1 commit into
masterfrom
dependabot/npm_and_yarn/appium-ios-remotexpc-5.0.1
Jun 19, 2026
Merged

chore(deps): bump appium-ios-remotexpc from 2.4.0 to 5.0.1#502
mykola-mokhnach merged 1 commit into
masterfrom
dependabot/npm_and_yarn/appium-ios-remotexpc-5.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps appium-ios-remotexpc from 2.4.0 to 5.0.1.

Release notes

Sourced from appium-ios-remotexpc's releases.

v5.0.1

5.0.1 (2026-06-17)

Bug Fixes

  • diagnostics: ensure connection closure after querying IORegistry (#239) (8d3b5b5)

v5.0.0

5.0.0 (2026-06-15)

⚠ BREAKING CHANGES

  • TunnelManager.getTunnel now requires (tcpSocket, { cert, key }). Pass plain TCP from startCoreDeviceProxyTcp; do not upgrade to Node TLSSocket first.
  • startCoreDeviceProxy removed. Use startCoreDeviceProxyTcp + TunnelManager.getTunnel(socket, { cert, key }).
  • AppleTVTunnelService.startTunnel() returns { tcpSocket, psk, device } instead of { socket: TLSSocket, device }. Use TunnelManager.getTunnelPsk(tcpSocket, { psk }).

Features

v4.0.0

4.0.0 (2026-06-14)

⚠ BREAKING CHANGES

  • SyslogService.start() no longer accepts a packetSource argument. Call syslogService.start(descriptor, options) instead; binary syslog reads from the RSD service socket after StartActivity.
  • Tunnel registry entries and TunnelEndpoint no longer expose packetStreamPort.
  • PacketStreamServer and PacketStreamClient are removed from the public API.

Features

v3.0.0

3.0.0 (2026-06-14)

⚠ BREAKING CHANGES

  • RSD service discovery is owned by tunnel-creation; clients must not open long-lived RSD sessions. Use the tunnel registry catalog and resolveTunnelService(udid, serviceName) (or start*Service(udid)) instead of withRemoteXpcConnection, which has been removed.
  • rsdSessionLockKey and rsd-session-lock are removed. Per-UDID RSD discovery is serialized inside tunnel-creation via discoverServices singleflight.
  • TunnelRegistryEntry now requires a services catalog (Record<serviceName, { port }>). Tunnels created with older tunnel-creation scripts without services are incompatible; recreate the tunnel after upgrading.
  • AfcService no longer accepts [host, port] address tuples. Use new AfcService(udid, silent?, rsdServiceName?) for RSD tunnel AFC, or AfcService.fromSocket(socket) for pre-connected sockets (e.g. house-arrest vend).
  • iOS service factories and BaseService subclasses are UDID-only; tunnel host/port tuples are no longer passed into service constructors. Address resolution happens at connect time through the registry.

Features

Changelog

Sourced from appium-ios-remotexpc's changelog.

5.0.1 (2026-06-17)

Bug Fixes

  • diagnostics: ensure connection closure after querying IORegistry (#239) (8d3b5b5)

5.0.0 (2026-06-15)

⚠ BREAKING CHANGES

  • TunnelManager.getTunnel now requires (tcpSocket, { cert, key }). Pass plain TCP from startCoreDeviceProxyTcp; do not upgrade to Node TLSSocket first.
  • startCoreDeviceProxy removed. Use startCoreDeviceProxyTcp + TunnelManager.getTunnel(socket, { cert, key }).
  • AppleTVTunnelService.startTunnel() returns { tcpSocket, psk, device } instead of { socket: TLSSocket, device }. Use TunnelManager.getTunnelPsk(tcpSocket, { psk }).

Features

4.0.0 (2026-06-14)

⚠ BREAKING CHANGES

  • SyslogService.start() no longer accepts a packetSource argument. Call syslogService.start(descriptor, options) instead; binary syslog reads from the RSD service socket after StartActivity.
  • Tunnel registry entries and TunnelEndpoint no longer expose packetStreamPort.
  • PacketStreamServer and PacketStreamClient are removed from the public API.

Features

3.0.0 (2026-06-14)

⚠ BREAKING CHANGES

  • RSD service discovery is owned by tunnel-creation; clients must not open long-lived RSD sessions. Use the tunnel registry catalog and resolveTunnelService(udid, serviceName) (or start*Service(udid)) instead of withRemoteXpcConnection, which has been removed.
  • rsdSessionLockKey and rsd-session-lock are removed. Per-UDID RSD discovery is serialized inside tunnel-creation via discoverServices singleflight.
  • TunnelRegistryEntry now requires a services catalog (Record<serviceName, { port }>). Tunnels created with older tunnel-creation scripts without services are incompatible; recreate the tunnel after upgrading.
  • AfcService no longer accepts [host, port] address tuples. Use new AfcService(udid, silent?, rsdServiceName?) for RSD tunnel AFC, or AfcService.fromSocket(socket) for pre-connected sockets (e.g. house-arrest vend).
  • iOS service factories and BaseService subclasses are UDID-only; tunnel host/port tuples are no longer passed into service constructors. Address resolution happens at connect time through the registry.

Features

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [appium-ios-remotexpc](https://github.com/appium/appium-ios-remotexpc) from 2.4.0 to 5.0.1.
- [Release notes](https://github.com/appium/appium-ios-remotexpc/releases)
- [Changelog](https://github.com/appium/appium-ios-remotexpc/blob/main/CHANGELOG.md)
- [Commits](appium/appium-ios-remotexpc@v2.4.0...v5.0.1)

---
updated-dependencies:
- dependency-name: appium-ios-remotexpc
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 17, 2026
@mykola-mokhnach mykola-mokhnach merged commit 5e87eb3 into master Jun 19, 2026
10 checks passed
@mykola-mokhnach mykola-mokhnach deleted the dependabot/npm_and_yarn/appium-ios-remotexpc-5.0.1 branch June 19, 2026 09:22
github-actions Bot pushed a commit that referenced this pull request Jun 19, 2026
## [15.10.4](v15.10.3...v15.10.4) (2026-06-19)

### Miscellaneous Chores

* **deps:** bump appium-ios-remotexpc from 2.4.0 to 5.0.1 ([#502](#502)) ([5e87eb3](5e87eb3))
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 15.10.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant