Pymobiledevice3

Latest version: v4.16.3

Safety actively analyzes 687918 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 24 of 69

4.1.0

What's Changed
* Added optional random time offset for interval between points in GPX file by basvdijk in https://github.com/doronz88/pymobiledevice3/pull/941


**Full Changelog**: https://github.com/doronz88/pymobiledevice3/compare/v4.0.0...v4.1.0

4.0.0

Highlights

This version refactors the whole RemoteXPC API stack to be fully asyncio.
For CLI users this change is completely transparent (except for being much faster! ⚡️)

For python API users, this means creating and connecting a `RemoteServiceDiscoveryService` clients will now require an active asyncio loop.

The project's README file was updated aswell to reflect this API change:

python
Or you could connect manually to a specific tunnel created by `start-tunnel`
host = 'fded:c26b:3d2f::1'
port = 65177
async with RemoteServiceDiscoveryService((host, port)) as rsd:
you can now use this connection as any other LockdownClient connection
pass

Alternatively, you can use this API not in a context-manager
rsd = RemoteServiceDiscoveryService((host, port))
await rsd.connect()
await rsd.close()


What's Changed
* remotexpc: refactor to use asyncio by doronz88 in https://github.com/doronz88/pymobiledevice3/pull/938


**Full Changelog**: https://github.com/doronz88/pymobiledevice3/compare/v3.4.4...v4.0.0

3.4.4

What's Changed
* 5f3ed28591c00a68b792353b6c0a65e7e69dda7d activity_trace_tap: handle `<private>` strings
* ac07e34356aaad7016cafcef59cd6c2333578a83 exceptions: add missing to `__all__`
* d26500f4cd469fecbee9069b7ba1f8e6b17c5405 lockdown: fix `create_using_remote()` docstring
* 255889f81b9be34a5cc1f45f3cd08b99b17bb0ad accessibilityaudit: fix typings


**Full Changelog**: https://github.com/doronz88/pymobiledevice3/compare/v3.4.3...v3.4.4

3.4.3

What's Changed
* requirements: pyliblzfse>=0.4.1 by doronz88 in https://github.com/doronz88/pymobiledevice3/pull/936
* tunneld: fix exception not being caught correctly by netanelc305 in https://github.com/doronz88/pymobiledevice3/pull/937
* Organize OS-related functionality into classes by netanelc305 in https://github.com/doronz88/pymobiledevice3/pull/923


**Full Changelog**: https://github.com/doronz88/pymobiledevice3/compare/v3.4.2...v3.4.3

3.4.2

What's Changed
* tunnel_service: remove call to `tun.down()` by doronz88 in https://github.com/doronz88/pymobiledevice3/pull/935


**Full Changelog**: https://github.com/doronz88/pymobiledevice3/compare/v3.4.1...v3.4.2

3.4.1

What's Changed
* 67065b2a1d0b8050a29623c4d9b87c5d3caf7a38 cli: restore: handle error if usbmuxd cannot be connected to (m1stadev)
* 75fba466c184b3b718c60c86279672e24c612775 docs: update simulate-location usage documentation (basvdijk )
* ef81d4a1b0c68157d3c8e27a7b997bcad5a326cc cli: restore: fix exception not being caught correctly (m1stadev)

New Contributors
* basvdijk made their first contribution in https://github.com/doronz88/pymobiledevice3/pull/931

**Full Changelog**: https://github.com/doronz88/pymobiledevice3/compare/v3.4.0...v3.4.1

Page 24 of 69

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.