Skip to content

Releases: alexzel/iomem

v1.5.11

02 Oct 23:18
Compare
Choose a tag to compare

1.5.11 (2024-10-02)

Bug Fixes

  • client fails to retrieve items larger than 64 KB (#36) (c8ff0a4)

v1.5.10

01 Jun 15:42
af43dfb
Compare
Choose a tag to compare

1.5.10 (2023-06-01)

Bug Fixes

  • eject failed server when replacing with failover server (752e75a)
  • fix status message typo (43610de)
  • update readme with NOTE for multi-server commands (c38b550)

v1.5.9

23 Apr 17:16
c7172d6
Compare
Choose a tag to compare

1.5.9 (2023-04-23)

Bug Fixes

  • revive server when connection restored (8c7d718)
  • revive with restored connection by failed flag as well (cf6a4ae)

v1.5.8

23 Apr 16:36
9b33cc1
Compare
Choose a tag to compare

1.5.8 (2023-04-23)

Bug Fixes

  • fix comments typo (63161af)
  • fix undefined socket in server.end() when server becomes unavailable (94d7102)

v1.5.7

23 Apr 15:24
b596ee3
Compare
Choose a tag to compare

1.5.7 (2023-04-23)

Bug Fixes

  • fix bitwise modulo for opaque increment (a5051a4)

v1.5.6

16 Apr 16:45
316e9a6
Compare
Choose a tag to compare

1.5.6 (2023-04-16)

Bug Fixes

  • remove unused arguments (5d00654)
  • remove unused class property (8f07975)

v1.5.5

27 Feb 09:44
786e76d
Compare
Choose a tag to compare

1.5.5 (2023-02-27)

Performance Improvements

  • replace unnecessary map with for loop (e7061de)

v1.5.4

26 Feb 02:09
d3411b8
Compare
Choose a tag to compare

1.5.4 (2023-02-26)

Performance Improvements

  • do not parse packet when opaque is not from the current request (9fdfbcc)
  • replace % with bitwise & b/c divisor is power of 2 (ed61f93)

v1.5.3

20 Feb 11:06
962c265
Compare
Choose a tag to compare

1.5.3 (2023-02-20)

Bug Fixes

  • fix initial delay parameter for server keep alive (130a085)

v1.5.2

01 Feb 04:25
dbcd2f3
Compare
Choose a tag to compare

1.5.2 (2023-02-01)

Features

  • constructor can accept both server as a string or servers as an array (6bdc83e)

Miscellaneous Chores