Skip to content

Releases: soketi/soketi

0.4.0

15 Aug 17:28
4b78589
Compare
Choose a tag to compare
  • Added 120s timeout on the websocket connections (#32)
  • Clean up namespace sockets on socket removal (#33)

0.3.0

24 Jul 15:40
eaf206b
Compare
Choose a tag to compare
  • Added Redis driver for queues (#17)
  • Added testing for potential memory leaks (it works like charm), improved the process of closing all sockets after server stops and forced a 3s waiting after the uWS's us_listen_socket_close call is made (#23)
  • Added app deactivation attribute to enable/disable the app (#24)

0.2.0

21 Jul 04:55
5ee7a8b
Compare
Choose a tag to compare
  • Added DynamoDB driver for App Manager (#12)
  • Added Webhooks support for apps (#15)
    • Currently, the Webhook Requests are not being queued using Redis or other distributed system (coming soon)
  • Added support for username and database for Redis (#9)
  • Added support for Redis Sentinel (#11)
  • Fixed an issue where data containing forward slash would create an invalid Pusher token (#22)
  • Updated Github Actions versions (6216631)

0.1.2

30 Jun 20:03
Compare
Choose a tag to compare
  • Fixed broken output when debug mode was turned off (9e84e58)

0.1.1

30 Jun 19:38
85063d5
Compare
Choose a tag to compare
  • Fixed Docker builds errors related to the Alpine base (#8)

0.1.0

28 Jun 18:31
dcbe208
Compare
Choose a tag to compare
  • SQL App Drivers (#2)
  • Rate Limiting (#3)
  • Encrypted Channels (#6)
  • Deleting the set for a channel if there are no stored sockets (#5)

0.0.1

21 Jun 21:16
a130135
Compare
Choose a tag to compare
[0.x] Metrics & Docker fixes (#1)

* wip metrics

* Fixed Docker CI

* Removed 16.x