Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Releases: soketi/echo-server

5.4.0

02 Jun 18:18
Compare
Choose a tag to compare
  • Encrypted private channels are supported according to the Pusher protocol; minimum soketi-js version needed is @soketi/soketi-js@^1.4.2 (#37)
  • Added rate limiting support for HTTP API events, client events, and HTTP API read endpoints (#35)
    • Added option to enable/disable client messages at the app level
    • Added rate limiting options
    • Added soft limit options for channel names, event names
    • Added variables for HTTP API protocol, or whether to trust proxies
    • HTTP_MAX_PAYLOAD_SIZE variable got deprecated and should be replaced with EVENT_MAX_SIZE_IN_KB

5.3.2

01 Jun 16:28
58239a8
Compare
Choose a tag to compare
  • Removed cast checking for the array app manager when integer-formatted IDs were used (#36)

5.3.1

28 May 10:37
Compare
Choose a tag to compare
  • Fixed the memory usage endpoint's values (cabded2)

5.3.0

27 May 21:08
e3499bb
Compare
Choose a tag to compare
  • Added an /usage endpoint to retrieve the current process usage metrics (currently just memory) (#33)

5.2.0

26 May 19:36
f5328f4
Compare
Choose a tag to compare
  • Fixed hard limits & throw client errors when payload exceeds the limit (#32)

5.1.0

26 May 11:13
e4b0678
Compare
Choose a tag to compare
  • Added custom variable to change the default maximum payload size (in KB) for incoming requests (#31)

5.0.1

23 May 14:42
Compare
Choose a tag to compare
Removed CLI parameters for probes

5.0.0

23 May 14:36
0d75e81
Compare
Choose a tag to compare
  • Disabled the network probes API (#29)

4.5.0

26 Apr 08:35
135df5d
Compare
Choose a tag to compare
  • Turn the JSON as object before emitting to clients (#24)

4.4.1

24 Apr 07:00
2f8bbd7
Compare
Choose a tag to compare
  • Fixed an issue where a Socket emitting "toOthers" event wouldn't find and emit from the socket (#23)