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

Releases: googollee/go-socket.io

New improvements and fixes

02 Sep 12:43
9002ea7
Compare
Choose a tag to compare
Pre-release
  • Add client in golang for socket.io server
  • Add server logs
  • Move from uber zap to slog
  • Some fixes

Add DB option for Redis adapter

08 Feb 13:16
0349c35
Compare
Choose a tag to compare
Add DB option to RedisAdapterOptions (#564)

* Add option DB to RedisAdapterOptions

v1.6.3

30 Jan 05:32
1a06b55
Compare
Choose a tag to compare

Minor fix:

  • fix: RLock twice when using broadcast.Rooms(nil)

v1.6.2

13 May 11:20
2060664
Compare
Choose a tag to compare

Changelog

  • Add password options to redis adapter
  • Hotfix memory leak from session manager in engine.io
  • Refactor messages from response errors

v1.6.1

01 Sep 08:48
79d3438
Compare
Choose a tag to compare
fix: googollee/go-socket.io#507 (#508)

Co-authored-by: Fabian Simon

Changes API redis adapter with backward compatibility

23 May 21:59
18a80ba
Compare
Choose a tag to compare
add: unix socket for redis_broadcast.go (#464)

* add: unix socket for redis_broadcast.go

* add: example with unix socket

* chore: add breaking row

* chore: add breaking row

* add: some state work

* ref: redis options

* add: example

* rollback: examples

Add errors and cast check

19 May 00:18
0e602dc
Compare
Choose a tag to compare
add errors and cast check (#468)

* refactor conn.go method(serveRead)

* fixed issue#444 golangci-lint error

* try my best to avoid ignoring error(exclude test file)

* update README.md,change to check error

* update README.md,change to check error

* revert golangci-lint

* revert golangci-lint code

* revert golangci-lint code

* add error msg

* fixed by comments

* fixed by comments

Co-authored-by: ralphchen <Wwkkvikthh123>

Refactor main code

11 May 21:26
Compare
Choose a tag to compare
v1.5.0

chore

Fix: bug into uuid generate

02 May 12:26
c249f7c
Compare
Choose a tag to compare
Merge pull request #441 from hvquy001/master

fix: uuid.NewV4() in single-value context error by change to use github.com/gofrs/uuid

Multiple improvements, move go-engine.io to go-socket.io repo

13 Sep 15:22
0c0217c
Compare
Choose a tag to compare

Making a release here since it was a long time since we made the latest release. Includes bug fixes and a consolidation from to packages into one.