Skip to content

Releases: go-goim/core

v0.0.9

29 May 07:55
a4c7066
Compare
Choose a tag to compare
  • refactor: response module

v0.0.8

02 Sep 08:51
df633da
Compare
Choose a tag to compare
  • update api module
  • update session and id

v0.0.7

26 Jul 10:02
086fe4a
Compare
Choose a tag to compare
  • define type ID based on int64 and generated by snowflake algorithm
  • all uid and gid use ID instead of int64 or string, make it unify

v0.0.6

13 Jul 03:27
Compare
Choose a tag to compare
  1. support hbase as db
  2. use snowflake to generate msgID

v0.0.5

07 Jul 10:58
Compare
Choose a tag to compare

fix bunch of bugs and several features

v0.0.4

05 Jun 13:49
Compare
Choose a tag to compare

fix config and application modules bugs.

v0.0.3

01 Jun 12:27
1229c28
Compare
Choose a tag to compare

move api to new repo and remove from this repo.

v0.0.2

21 May 10:19
9df360a
Compare
Choose a tag to compare
  • add user service which support user manage and user relation manager
  • add new api to gateway service

v0.0.1

02 Apr 08:45
af7402b
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

First version of GoIM.

Feature:

  • based on websocket.
  • support endpoint 2 endpoint instant messaging.
  • support broadcast to all online users.
  • support put message to offline queue when target user offline, also support load offline messages.
  • services register into consul as micro service.
  • use gRPC between micro services and use http api for called by users.
  • add docs website GoIM Docs