Releases: CppComet/comet-server
Releases · CppComet/comet-server
4.08
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
v4.02
BUG FIXES:
- Fix bugs in video calls and in auth jwt tokens
v4.0
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
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
BUG FIXES:
- bug
Table doesn't exist
for tableconference_members
3.34
FEATURES:
- video api 1.01
- add table users_data
3.33
FEATURES:
- video api 1.0
BUG FIXES:
- fixed bug with large mysql packets
3.32
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
BUG FIXES:
- errors in history strigs and db connections
IMPROVEMENTS:
- code style for JS API from akaDJon