Skip to content

Releases: CppComet/comet-server

4.08

14 Jan 09:41
53a1f69
Compare
Choose a tag to compare

v4.08

BUG FIXES:

  • Fix tests

v4.07

IMPROVEMENTS:

  • allow get all revoked_tokens in one query
    BUG FIXES:
  • Fix 1 critical bugs (now we can send big answer in CometQL)

v4.05

IMPROVEMENTS:

  • Add field message_send_time to pipe_log output in js api
    BUG FIXES:
  • Fix docker image ports for FreeSwitch

v4.04

BUG FIXES:

  • Fix 1 critical bugs in webauth_* pipes

v4.02

06 Aug 12:42
7e24a18
Compare
Choose a tag to compare

v4.02

BUG FIXES:

  • Fix bugs in video calls and in auth jwt tokens

v4.0

16 Jun 00:47
a798a9c
Compare
Choose a tag to compare

BUG FIXES:

  • Fix 2 critical bugs
    IMPROVEMENTS:
  • Add support for JWT tokens
  • Add support multi databases and query like `use db_2ё
  • Add tests in Node JS

3.38

27 Mar 01:34
9b32e20
Compare
Choose a tag to compare

v3.38

BUG FIXES:

  • add make install instruction

v3.37

BUG FIXES:

  • bug fix for dev_id=0
  • bug fix for users_data js api call

v3.36

FEATURES:

  • add table users_data
  • add table revoked_tokens
  • add jwt support
  • add web_pipe_count command for track_* pipes
  • add multi db

3.35

11 Jan 03:05
16cbaea
Compare
Choose a tag to compare

BUG FIXES:

  • bug Table doesn't exist for table conference_members

3.34

09 Jan 05:47
9060136
Compare
Choose a tag to compare

FEATURES:

  • video api 1.01
  • add table users_data

3.33

27 Dec 05:44
dfaf546
Compare
Choose a tag to compare

FEATURES:

  • video api 1.0

BUG FIXES:

  • fixed bug with large mysql packets

3.32

20 Dec 02:45
3624110
Compare
Choose a tag to compare

FEATURES:

  • now we can work with may FreeSwitch servers

IMPROVEMENTS:

  • add logs output to tcpServer
  • remove limits to maximum lines in answer (remove MAX_LINES_IN_ANSWER constant from code)

3.31

10 Nov 04:27
8078d6e
Compare
Choose a tag to compare

BUG FIXES:

  • errors in history strigs and db connections

IMPROVEMENTS:

  • code style for JS API from akaDJon

3.30

09 Nov 06:30
f33af1b
Compare
Choose a tag to compare

BUG FIXES:

  • fix bug in cmake files
  • errors when restart mysql server
  • fix bug #36 CometServerApi.js:824 Invalid pipe name subscription web_chat_pipe chatControl
  • fix bug #35 _cometServerApi.prototype.send_msg("pipe_log\n"+pipe_name+"\n"+marker+"\n");
  • fix bug #34 tabSignal.connect is not a function