Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v16.1.1 #1464

Merged
merged 14 commits into from
Oct 1, 2024
Merged

v16.1.1 #1464

merged 14 commits into from
Oct 1, 2024

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    ec4378c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    8837d4a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Merge pull request #1437 from humanfriend22/type-patch-1

    Typo in README example code
    nuclearace authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    85585c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    a21af10 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Merge pull request #1375 from emersonsoftware/fix_reconnect_issue

    Handling reconnect scenarios properly when socket is hung
    nuclearace authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    71a627c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1463 from davidkessler-ch/master

    fix never running timingOut due to weak self capture
    nuclearace authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    76b9419 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    6dd5117 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Bump minimum deployment target to iOS 12 to match Starscream dependency

    Currently there is an error when compiling for release:
    ```
    Compiling for iOS 11.0, but module 'Starscream' has a minimum deployment target of iOS 12.0
    ```
    
    This pull request addresses this error by bumping the minimum deployment target to match Starscream.
    elefantel authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    eb806b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1482 from elefantel/patch-1

    Bump minimum deployment target to iOS 12 to match Starscream dependency
    nuclearace authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d069bbe View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    5ecc5bb View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Update SocketEngine.swift

    Fix the issue where it takes over 60 seconds to close the socket after a network disconnection, and the problem where the server-side socket takes over 30 seconds to close when the server ends a connection
    hsjcom authored May 9, 2024
    Configuration menu
    Copy the full SHA
    354ed7e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge pull request #1492 from xxZap/master

    Support Privacy Manifest: bump Starscream package version to upToNextMajor 4.0.8
    nuclearace authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b4bff5d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1491 from hsjcom/master

    Fix the issue where it takes over 60 seconds to close the socket after a network disconnection
    nuclearace authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    99b673d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1467 from olejnjak/xcode15

    Xcode 15 support
    nuclearace authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    99cc244 View commit details
    Browse the repository at this point in the history