Skip to content

Releases: mybigday/react-native-jsi-udp

Release 1.4.0-beta.0

16 Jun 14:01
29f0ed8

Choose a tag to compare

Release 1.4.0-beta.0 Pre-release
Pre-release

1.4.0-beta.0 (2025-06-16)

  • fix: fix build error when use RN >= 0.76 (#24) (e65ebc9), closes #24
  • refactor: move receive thread to JS side (#23) (4043f28), closes #23

Release 1.3.0

28 Nov 06:09
8b3aaef

Choose a tag to compare

1.3.0 (2024-11-28)

Features

  • iOS: auto close sockets when going background and resume them all on foreground (f513308)

Release 1.2.1

30 Sep 17:24
d239644

Choose a tag to compare

1.2.1 (2024-09-30)

Bug Fixes

  • Android: fix build error (7e1c1fa)

Release 1.2.0

30 Sep 16:37
760e12d

Choose a tag to compare

1.2.0 (2024-09-30)

Release 1.1.3

30 Aug 11:43
88a1e35

Choose a tag to compare

1.1.3 (2024-08-30)

Bug Fixes

  • iOS: fix crash when reload (b840dab)

Release 1.1.2

28 Aug 07:43
b6246fe

Choose a tag to compare

1.1.2 (2024-08-28)

Bug Fixes

  • partial invalidate, fix iOS crash on reload (d5c86ab)

Release 1.1.1

30 Oct 09:42

Choose a tag to compare

1.1.1 (2023-10-30)

Bug Fixes

  • android: classifier -> archiveClassifier for gradle upgrade (#12) (86908c4)
  • move constants to native, avoid platform specific value (8a7b3f3)

Features

  • change high performance EventEmitter (32b7bf6)

v1.1.0

12 Sep 10:28

Choose a tag to compare

1.1.0 (2023-09-12)

Bug Fixes

  • move constants to native, avoid platform specific value (8a7b3f3)

Features

  • change high performance EventEmitter (32b7bf6)

Release 1.0.0

03 Jul 13:43

Choose a tag to compare

1.0.0 (2023-07-03)

Bug Fixes

Features

  • auto find interface to bind for iOS (6d0ec0f)
  • bind best match interface from bind IP (84b187e)
  • transform more errno (8450629)

Release 0.1.3

06 Jun 04:10

Choose a tag to compare

0.1.3 (2023-06-06)

Bug Fixes

  • crash on reload before library installed (9532b4d)