Skip to content

Commit 9403393

Browse files
committed
build: mconf/bbb-webhooks@v2.5.0
1 parent e66b7f3 commit 9403393

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG-MCONF.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,25 @@
22

33
All notables changes *unique to Mconf's fork of bbb-webhooks* are documented in this file.
44

5+
### v2.5.0
6+
7+
* build: merge with bigbluebutton/bbb-webhooks@v3.5.0 (see CHANGELOG.md)
8+
59
### v2.4.0-2
610

7-
* feat: add `session-token` attribute to `user-joined` event ee07035b
8-
* fix: incorrect parsing and naming for ip-address and user-agent (user-joined) b3d8c2a1
11+
* ~~feat: add `session-token` attribute to `user-joined` event ee07035b~~
12+
* Merged into upstream in v3.5.0
13+
* ~~fix: incorrect parsing and naming for ip-address and user-agent (user-joined) b3d8c2a1~~
14+
* Merged into upstream in v3.5.0
915

1016
### v2.4.0-1
1117

1218
* fix: broken user events due to incompatible transfer evt processing efbdb0a6
1319

1420
### v2.4.0
1521

16-
* feat: added IP, User Agent and Referer fields to the UserJoinedMeetingEvtMsg and UserConnectedToTransferSysMsg events 3746d4ac
22+
* ~~feat: added IP, User Agent and Referer fields to the UserJoinedMeetingEvtMsg and UserConnectedToTransferSysMsg events 3746d4ac~~
23+
* Merged into upstream in v3.5.0
1724
* fix: correctly positions new messages and aligns with old messages 0dad0ec4
1825
* build: merge with bigbluebutton/bbb-webhooks@v3.4.0 (see CHANGELOG.md)
1926

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.5.0",
44
"description": "A BigBlueButton mudule for events WebHooks",
55
"type": "module",
6-
"mconf_version": "2.4.0-2",
6+
"mconf_version": "2.5.0",
77
"scripts": {
88
"start": "node app.js",
99
"dev-start": "nodemon --watch src --ext js,json,yml,yaml --exec node app.js",

0 commit comments

Comments
 (0)