Skip to content

Releases: appium/appium-remote-debugger

v12.1.2

13 Sep 17:41
Compare
Choose a tag to compare

12.1.2 (2024-09-13)

Miscellaneous Chores

  • deps-dev: bump sinon from 18.0.1 to 19.0.0 (#406) (ff35ca3)

v12.1.1

11 Aug 22:05
Compare
Choose a tag to compare

12.1.1 (2024-08-11)

Bug Fixes

  • Only try to select Safari if it is enabled for automation (#404) (4621589)

v12.1.0

11 Aug 21:14
Compare
Choose a tag to compare

12.1.0 (2024-08-11)

Features

v12.0.4

08 Aug 22:34
Compare
Choose a tag to compare

12.0.4 (2024-08-08)

Miscellaneous Chores

v12.0.3

08 Aug 08:16
Compare
Choose a tag to compare

12.0.3 (2024-08-08)

Bug Fixes

v12.0.2

08 Aug 07:44
Compare
Choose a tag to compare

12.0.2 (2024-08-08)

Bug Fixes

  • Start page status monitoring on page change event as well (#402) (8f71d19)

v12.0.1

04 Aug 18:26
Compare
Choose a tag to compare

12.0.1 (2024-08-04)

Bug Fixes

  • Properly handle protected accessors from mixin methods (#401) (f47f6af)

v12.0.0

04 Aug 08:13
Compare
Choose a tag to compare

12.0.0 (2024-08-04)

⚠ BREAKING CHANGES

  • The following class properties have been renamed (got a leading underscore) and made protected:
    skippedApps
    clientEventListeners
    appDict
    appIdKey
    pageIdKey
    connectedDrivers
    currentState
    pageLoadDelay
    rpcClient
    pageLoading
    navigatingToPage
    pageLoadStrategy
    bundleId
    additionalBundleIds
    platformVersion
    isSafari
    includeSafari
    useNewSafari
    pageLoadMs
    garbageCollectOnExecute
    host
    port
    socketPath
    remoteDebugProxy
    pageReadyTimeout
    logAllCommunication
    logAllCommunicationHexDump
    socketChunkSize
    webInspectorMaxFrameLength
    fullPageInitialization
    udid
  • The following class methods have been made private:
    searchForApp
    searchForPage
  • Remove the unused RPC_RESPONSE_TIMEOUT_MS export

Features

  • Rewrite the RemoteDebugger class into typescript (#400) (ef277b3)

v11.5.9

02 Aug 09:56
Compare
Choose a tag to compare

11.5.9 (2024-08-02)

Miscellaneous Chores

  • Replace fancy-log dependency with appium logger (#398) (0abefda)

v11.5.8

01 Aug 09:08
Compare
Choose a tag to compare

11.5.8 (2024-08-01)

Miscellaneous Chores