Skip to content

Releases: Rapsssito/react-native-tcp-socket

v6.3.0

23 Apr 21:47
Compare
Choose a tag to compare

6.3.0 (2025-04-23)

Bug Fixes

  • Fix createServer() to properly handle Node.js-compatible options parameter (#210) (ace0e1c)
  • Upgrade bouncycastle dependency to 1.78.1 (#205) (f33522e)

Features

  • iOS: Add more NodeJS TLS options (#208) (6d2fcae)
  • Added compatibility for concurrenct connections for Android 15 (#206) (4284f91)

v6.2.0

08 Jul 12:41
Compare
Choose a tag to compare

6.2.0 (2024-07-08)

Features

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

v6.1.0

20 Jun 10:18
Compare
Choose a tag to compare

6.1.0 (2024-06-20)

Features

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

v6.0.6

08 Feb 10:23
Compare
Choose a tag to compare

6.0.6 (2023-02-08)

Bug Fixes

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

v6.0.5

30 Jan 10:56
Compare
Choose a tag to compare

6.0.5 (2023-01-30)

Bug Fixes

v6.0.4

30 Jan 09:47
Compare
Choose a tag to compare

6.0.4 (2023-01-30)

Bug Fixes

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

v6.0.3

21 Nov 11:20
Compare
Choose a tag to compare

6.0.3 (2022-11-21)

Bug Fixes

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

v6.0.2

30 Sep 15:00
Compare
Choose a tag to compare

6.0.2 (2022-09-30)

Bug Fixes

  • Remove timeout from connection parameters (16fea0b)

v6.0.1

22 Aug 10:26
Compare
Choose a tag to compare

6.0.1 (2022-08-22)

Bug Fixes

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

v6.0.0

21 Aug 07:53
Compare
Choose a tag to compare

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.