Skip to content

Latest commit

 

History

History
362 lines (155 loc) · 16.5 KB

CHANGELOG.md

File metadata and controls

362 lines (155 loc) · 16.5 KB

6.2.0 (2024-07-08)

Features

  • Android: Add TLS key & cert for server (#192) (054c789)

6.1.0 (2024-06-20)

Features

  • Android: Add support for Android concurrent connections (multiple networks) (#193) (a2d1a79)

6.0.6 (2023-02-08)

Bug Fixes

  • Android: Avoid crash when writing on closed socket. (466a5db), closes #167

6.0.5 (2023-01-30)

Bug Fixes

6.0.4 (2023-01-30)

Bug Fixes

  • Allow destroying socket while connecting (#169) (54cc248)

6.0.3 (2022-11-21)

Bug Fixes

  • Android: Fix null error writing on disconnected socket (59d3195)

6.0.2 (2022-09-30)

Bug Fixes

  • Remove timeout from connection parameters (16fea0b)

6.0.1 (2022-08-22)

Bug Fixes

  • Server never emits close event if no connections (#156) (6eec851), closes #144

6.0.0 (2022-08-21)

Features

  • Add complete server/client TLS support (#158) (3264f44)

BREAKING CHANGES

  • TLS client API now matches NodeJS official tls API.

5.6.2 (2022-04-26)

Bug Fixes

  • Android: Add RN 0.65 event emitter stubs (#151) (8c025ef)

5.6.1 (2022-04-18)

Bug Fixes

  • destroy & end work as no-op on closed streams (b129cf3), closes #145

5.6.0 (2022-02-22)

Features

  • Add missing Socket properties (7c94304)

5.5.0 (2021-10-26)

Features

5.4.0 (2021-10-26)

Features

5.3.1 (2021-09-13)

Bug Fixes

5.3.0 (2021-08-27)

Features

5.2.1 (2021-06-09)

Bug Fixes

  • Android: Fix remoteAddress not returning IP (#111) (cd3759a)

5.2.0 (2021-03-12)

Features

5.1.0 (2021-03-06)

Features

5.0.0 (2021-02-26)

Features

BREAKING CHANGES

  • Events types and callbacks now match NodeJS official API.

4.5.7 (2021-02-26)

Bug Fixes

  • Add 'homepage' to podspect (0d631df), closes #98

4.5.6 (2021-02-25)

Bug Fixes

4.5.5 (2020-12-23)

Bug Fixes

  • Update TypeScript declaration files (b55a260)

4.5.4 (2020-10-14)

Bug Fixes

  • Add ref() & unref() as empty methods (#84) (1ee98a4)

4.5.3 (2020-10-02)

Bug Fixes

  • Android: Report correct port, even when automatically allocated (#82) (6cae377)

4.5.2 (2020-10-01)

Bug Fixes

4.5.1 (2020-09-12)

Bug Fixes

4.5.0 (2020-08-30)

Features

  • Add v.1.4.0 compatibility version (31eff17)

4.4.0 (2020-08-30)

Features

  • Extend compatibility to RN 0.60.0 (#75) (5c1cd79)

4.3.1 (2020-08-24)

Bug Fixes

  • Android: Bump API to 29 (edc8518)

4.3.0 (2020-08-12)

Features

4.2.0 (2020-07-06)

Features

4.1.0 (2020-06-18)

Bug Fixes

  • Android: Fix server socket events not being delivered (50e9b79), closes #54

Features

4.0.0 (2020-06-16)

Features

  • Switch to NodeJS's EventEmitter as parent class (#55) (d21bb0b), closes #41

BREAKING CHANGES

  • Sockets will no longer return RemovableListeners when calling their addListener() method. Now they inherit all the event methods from Node's EventEmitter class.

3.7.1 (2020-06-14)

Bug Fixes

  • Fix end() method on async write() (a1a0771)

3.7.0 (2020-06-14)

Features

3.6.0 (2020-05-13)

Features

3.5.1 (2020-05-07)

Bug Fixes

  • Android: Remove use of AsyncTask.THREAD_POOL_EXECUTOR (#46) (6372a8e)

3.5.0 (2020-04-08)

Features

3.4.2 (2020-04-06)

Bug Fixes

  • Fix write() callback invoking IOException objects (f07ee07), closes #39

3.4.1 (2020-04-05)

Bug Fixes

3.4.0 (2020-02-27)

Features

  • Android: Connect from "cellular" & "ethernet" interfaces (14bea9b)

3.3.1 (2020-02-24)

Bug Fixes

  • Fixed TypeScript declaration files not being a module (3e2213a)

3.3.0 (2020-02-24)

Features

3.2.9 (2020-02-20)

Bug Fixes

  • Fixed an error when sending a Uint8Array from write() (4d44d3e)

3.2.8 (2020-02-18)

Bug Fixes

  • Fixed error removing already removed listeners (7712876)

3.2.7 (2020-02-18)

Bug Fixes

  • iOS: Fixed error when connecting without localAddress (18c430d)

3.2.6 (2020-02-11)

Bug Fixes

  • Fixed sockets concurrent events not firing (1b8c574)

3.2.5 (2020-02-05)

Bug Fixes

  • Android: Fixed connections being not concurrent (c6ede32)