Skip to content

Releases: evex-dev/linejs

v2.6.1

14 Apr 02:30

Choose a tag to compare

Bug Fix

  • Fix race condition in FileStorage (#98)
    • set, delete, clear methods now serialize via a promise-based write lock to prevent concurrent read-modify-write operations from overwriting each other's changes
    • Prevents data loss during rapid token refreshes or other concurrent storage operations

v2.6

14 Apr 02:28

Choose a tag to compare

Bug Fix

  • Fix E2EE data message decryption for incoming messages (#125)
    • decryptE2EEDataMessage was using the wrong public key (receiver's instead of sender's) when decrypting incoming E2EE-encrypted media messages, causing "Unsupported state or unable to authenticate data" errors
    • Aligned the logic with decryptE2EETextMessage by auto-detecting isSelf from the message sender and selecting the correct public key accordingly

Thanks to @Wirat001 for the detailed bug report and analysis!

v2.5 loginz

31 Mar 12:05

Choose a tag to compare

What's Changed

  • Handle disabled client in request method by @Madoa5561 in #124
  • Add logoutZ method by @Madoa5561 in #123
  • Fix type errors in logoutZ and related code

Full Changelog: v2.4...v2.5

v2.4 legy

05 Mar 05:43
dbdc6e5

Choose a tag to compare

What's Changed

Full Changelog: v2.3.7...v2.4

v2.3.7 - Fix some bugs

16 Jan 15:33

Choose a tag to compare

v2.3.6 - Add timeline apis for square

05 Jan 13:18
b8eded8

Choose a tag to compare

What's Changed

Full Changelog: v2.3.4...v2.3.6

v2.3.6-rc3 - likePost

05 Jan 12:52
ada8a15

Choose a tag to compare

v2.3.6-rc3 - likePost Pre-release
Pre-release

What's Changed

Full Changelog: v2.3.5-rc2...v2.3.6-rc3

v2.3.5-rc2

05 Jan 12:31
3111e30

Choose a tag to compare

v2.3.5-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.3.5-rc1...v2.3.5-rc2

v2.3.5-rc1

05 Jan 11:10

Choose a tag to compare

v2.3.5-rc1 Pre-release
Pre-release
fix: nodejs fetch stream error

v2.3.4 - fix `duplex option is required when sending a body.`

05 Jan 04:35
d5d5cb9

Choose a tag to compare