1.3.0 (2022-06-25)
- ci: ruby bundle install issue (8fb7fd0)
- ci: use newer xcode version (3dcf1bc)
- ci: use older macos version (7ce3943)
- ci: use older xcode version (646fbab)
- docs docs building and pod validation (f2006d2)
- rewrite logging and fix some more encoding bugs (0be3b21)
1.2.7 (2022-06-25)
- data reading issue which can result in corrupt data (77f1513)
1.2.6 (2022-06-24)
- race condition which results in the cancelation of std buffer read if stderr finishes first (1c30001)
1.2.5 (2022-03-04)
- use signa_recovery to prevent further crashes (007d2a1)
1.2.4 (2022-02-27)
- some more exc_bad_access (848eb83)
1.2.3 (2022-02-27)
- auto close connection (f645fb8)
1.2.2 (2022-02-25)
- hopefully exc_bad_access (76264aa)
1.2.1 (2022-02-23)
1.2.0 (2022-02-23)
- more errors (46611ea)
- add debug build of libssh to ios (3152149)
1.1.18 (2022-02-23)
1.1.17 (2022-02-21)
- out of range error (8df24f9)
1.1.16 (2022-02-20)
- do not reuse a broken connection (9314d4f)
1.1.15 (2022-02-20)
- rewrite libssh backend connection to fix all EXC_BAD_ACCESS errors (7001fa4)
1.1.14 (2022-02-19)
- make all libssh calls safe (b6aad1b)
1.1.13 (2022-02-18)
- add a lock to every libssh call (99eddce)
1.1.12 (2022-02-18)
- more EXC_BAD_ACCESS (700798d)
1.1.11 (2022-02-18)
- more EXC_BAD_ACCCESS (cab6264)
1.1.10 (2022-02-17)
- prevent some more exec_bad_access (b82d68f)
1.1.9 (2022-02-03)
- prevent another channel bad access crash (32a7b6b)
1.1.8 (2022-02-03)
- improve reliability of stdout and stderr captcha (a9fb961)
1.1.7 (2022-01-23)
1.1.6 (2022-01-15)
1.1.5 (2022-01-15)
- connect: run ssh_connect with doUnsafeTask (d97443e)
1.1.4 (2022-01-14)
- ssh: try to prevent socket not unconnected error (2a2b760)
1.1.3 (2022-01-14)
- ssh: prevent bad access when calling disconnect on an active connection (057612b)
1.1.2 (2022-01-14)
- ci: add missing release-it plugin (549654e)
- ci: add release script (1703af4)
- ci: disable npm part of release-it (c206b96)
- ci: fix release it regex (f0a9e1b)
- ci: use regex capture group for version (797c724)
1.1.1 (2022-01-14)
- ci: add podPushArgs arguments (461b88b)
1.1.0 (2022-01-14)
- ci: add missing conventional-changelog-conventionalcommits to extra_plugins (2658269)
- ci: add name via package.json and fix release branche (acdd8bb)
- ci: rearrange @semantic-release plugins (76e9dd5)
- ci: setup correct node version (cd39528)
- ci: try to fix github push in ci publish action (59a7607)
- ci: try to fix npm install for semantic-release extra plugins (13596b9)
- ci: use custom @ridenui/semantic-release-cocoapods (6b8f1e6)
- release: correct pod lint args (a96de5f)
- ci: use @semantic-release for cocoapods release (dceeedb)
1.0.10 (2022-01-14)
- "ssh_socket_connect called on socket not unconnected" after device sleep (4fb5466)
1.0.9 (2022-01-13)
- try to prevent dead lock on main thread when disconnecting a dead connection (76188ce)
1.0.8 (2021-12-23)
- auto find and close stuck connection in the connection pool (8cad98c)
1.0.7 (2021-12-23)
- prevent crash if there is an invalid connection (24fcfc5)
1.0.6 (2021-12-23)
- increase Task sleep if no connection is available (9d72b0d)
1.0.5 (2021-12-23)
- improve pool connection handling (fe89a03)
1.0.4 (2021-12-23)
1.0.3 (2021-12-23)
- prevent deadlocks on ios (91f886b)
1.0.1 (2021-12-22)
1.0.0 (2021-12-21)
- connection pool (846c7a1)