Skip to content

Commit cc8c9e6

Browse files
committed
dev release: 3.29.0-dev.202506111650.ad2f5be.0
1 parent ad2f5be commit cc8c9e6

File tree

16 files changed

+261
-14
lines changed

16 files changed

+261
-14
lines changed

.changeset/pre.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"mode": "pre",
3+
"tag": "dev.202506111650.ad2f5be",
4+
"initialVersions": {
5+
"@sw-internal/e2e-js": "0.0.19",
6+
"@sw-internal/e2e-realtime-api": "0.1.14",
7+
"@sw-internal/playground-js": "0.0.15",
8+
"@sw-internal/playground-realtime-api": "0.3.5",
9+
"@sw-internal/playground-swaig": "0.1.1",
10+
"@sw-internal/stack-tests": "1.0.5",
11+
"@signalwire/core": "4.2.1",
12+
"@signalwire/js": "3.28.1",
13+
"@signalwire/node": "3.0.3",
14+
"@signalwire/realtime-api": "4.1.1",
15+
"@signalwire/swaig": "0.0.1",
16+
"@signalwire/web-api": "3.1.3",
17+
"@signalwire/webrtc": "3.13.1",
18+
"@sw-internal/build": "0.0.4",
19+
"@sw-internal/build-all": "0.0.3",
20+
"@sw-internal/common": "0.0.4",
21+
"@sw-internal/release": "0.0.6",
22+
"@sw-internal/test": "0.0.5"
23+
},
24+
"changesets": [
25+
"angry-bags-relax",
26+
"blue-actors-change",
27+
"chatty-feet-train",
28+
"cold-beds-guess",
29+
"easy-ravens-rhyme",
30+
"floppy-schools-send",
31+
"late-snails-care",
32+
"legal-ways-pick",
33+
"lucky-hands-obey",
34+
"moody-nails-begin",
35+
"plain-steaks-wash",
36+
"plenty-banks-dress",
37+
"rich-bugs-own",
38+
"seven-owls-run",
39+
"small-wasps-carry",
40+
"soft-shoes-bathe",
41+
"spotty-showers-cough",
42+
"tasty-buckets-check",
43+
"tasty-dodos-study",
44+
"twelve-worlds-mate",
45+
"witty-nights-vanish",
46+
"yummy-mice-sing"
47+
]
48+
}

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ yarn-error.log*
3434
coverage/
3535
public/
3636
.devcontainer/
37+
CLAUDE.md
38+
.claude/settings.local.json
39+
.my-notes/components.md
40+
.my-notes/ComponentRelations.md
41+
.my-notes/next-steps-protocol-exploration.md
42+
.my-notes/signalwire-protocol-documentation.md
43+
.my-notes/signalwire-protocol-exploration-plan.md
44+
.my-notes/websocket_reconnections.md

internal/e2e-js/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @sw-internal/e2e-js
22

3+
## 0.0.20-dev.202506111650.ad2f5be.0
4+
5+
### Patch Changes
6+
7+
- [#1202](https://github.com/signalwire/signalwire-js/pull/1202) [`4668e16e659d2ce4fd60816efdd566bf96e0b338`](https://github.com/signalwire/signalwire-js/commit/4668e16e659d2ce4fd60816efdd566bf96e0b338) Thanks [@ayeminag](https://github.com/ayeminag)! - Temporarily disabled convo api tests
8+
9+
- [#1203](https://github.com/signalwire/signalwire-js/pull/1203) [`d40076940941f5e7629bacb522800f6ca8f91501`](https://github.com/signalwire/signalwire-js/commit/d40076940941f5e7629bacb522800f6ca8f91501) Thanks [@giavac](https://github.com/giavac)! - Re-enable Conversation Room e2e tests
10+
11+
- [#1216](https://github.com/signalwire/signalwire-js/pull/1216) [`ad2f5be0cb97b3d3325ba11a0b3a9fb0e2970f06`](https://github.com/signalwire/signalwire-js/commit/ad2f5be0cb97b3d3325ba11a0b3a9fb0e2970f06) Thanks [@jpsantosbh](https://github.com/jpsantosbh)! - CHANGED improved the handling of WebSockets reconnections.
12+
13+
- [#1210](https://github.com/signalwire/signalwire-js/pull/1210) [`8852aa801f8b02b649324a85c7c6f202082ea1a8`](https://github.com/signalwire/signalwire-js/commit/8852aa801f8b02b649324a85c7c6f202082ea1a8) Thanks [@ayeminag](https://github.com/ayeminag)! - Fix conversation spec by making sure promise doesn't resolve on call logs conversation.message and also allow for GET messages response assert to include more than 2 messages in case they include call logs
14+
15+
- [#1223](https://github.com/signalwire/signalwire-js/pull/1223) [`eb0d8f72a42342ddadadc83b9dfe5d3cc1602167`](https://github.com/signalwire/signalwire-js/commit/eb0d8f72a42342ddadadc83b9dfe5d3cc1602167) Thanks [@ayeminag](https://github.com/ayeminag)! - Temporarily disable status webhook callback tests
16+
17+
- [#1218](https://github.com/signalwire/signalwire-js/pull/1218) [`d46203af06c672956fb4a69fa384d9f1d61768b6`](https://github.com/signalwire/signalwire-js/commit/d46203af06c672956fb4a69fa384d9f1d61768b6) Thanks [@ayeminag](https://github.com/ayeminag)! - Added call status webhook test in v2Webrtc suite
18+
19+
- [#1204](https://github.com/signalwire/signalwire-js/pull/1204) [`ad803cb5ec225a776b1576ed035ab260bf243772`](https://github.com/signalwire/signalwire-js/commit/ad803cb5ec225a776b1576ed035ab260bf243772) Thanks [@ayeminag](https://github.com/ayeminag)! - Renabled callfabric/conversation.spec.ts test suite
20+
21+
- [#1216](https://github.com/signalwire/signalwire-js/pull/1216) [`ad2f5be0cb97b3d3325ba11a0b3a9fb0e2970f06`](https://github.com/signalwire/signalwire-js/commit/ad2f5be0cb97b3d3325ba11a0b3a9fb0e2970f06) Thanks [@jpsantosbh](https://github.com/jpsantosbh)! - Fix CF network re-connections
22+
23+
- [#1225](https://github.com/signalwire/signalwire-js/pull/1225) [`d042c35bc1575e2f0fe2dbc36e4fdc11420a4b01`](https://github.com/signalwire/signalwire-js/commit/d042c35bc1575e2f0fe2dbc36e4fdc11420a4b01) Thanks [@ayeminag](https://github.com/ayeminag)! - Re-enable v2WebrtcFromRest's status callback tests and added better error handling and retry logic for zrok process
24+
325
## 0.0.19
426

527
### Patch Changes

internal/e2e-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sw-internal/e2e-js",
3-
"version": "0.0.19",
3+
"version": "0.0.20-dev.202506111650.ad2f5be.0",
44
"private": true,
55
"main": "index.js",
66
"scripts": {

packages/core/CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# @signalwire/core
22

3+
## 4.3.0-dev.202506111650.ad2f5be.0
4+
5+
### Minor Changes
6+
7+
- [#1180](https://github.com/signalwire/signalwire-js/pull/1180) [`bb4b96f96315a9e89ae8df147ca4d1c9650e0944`](https://github.com/signalwire/signalwire-js/commit/bb4b96f96315a9e89ae8df147ca4d1c9650e0944) Thanks [@jpsantosbh](https://github.com/jpsantosbh)! - Added API request retries by default
8+
9+
- [#1216](https://github.com/signalwire/signalwire-js/pull/1216) [`ad2f5be0cb97b3d3325ba11a0b3a9fb0e2970f06`](https://github.com/signalwire/signalwire-js/commit/ad2f5be0cb97b3d3325ba11a0b3a9fb0e2970f06) Thanks [@jpsantosbh](https://github.com/jpsantosbh)! - CHANGED improved the handling of WebSockets reconnections.
10+
11+
### Patch Changes
12+
13+
- [#1201](https://github.com/signalwire/signalwire-js/pull/1201) [`b1d63f14c5dabbf0f26fb894ab0bb474a62c5767`](https://github.com/signalwire/signalwire-js/commit/b1d63f14c5dabbf0f26fb894ab0bb474a62c5767) Thanks [@iAmmar7](https://github.com/iAmmar7)! - Video & CF SDK:
14+
15+
- Exposes a `cameraConstraints` and `microphoneConstraints` on the room/call object.
16+
17+
CF SDK:
18+
19+
- Introduces a validation proxy for the `FabricRoomSession` class.
20+
- Introduces a `CapabilityError` for the errors based on the missing capability.
21+
- Fixes the `setOutputVolume` API for Call Fabric.
22+
- Fixes the `setInputSensitivity` API param for Call Fabric.
23+
24+
- [#1187](https://github.com/signalwire/signalwire-js/pull/1187) [`3c389671b35d1a57fd6be3f8c793be36f8294795`](https://github.com/signalwire/signalwire-js/commit/3c389671b35d1a57fd6be3f8c793be36f8294795) Thanks [@iAmmar7](https://github.com/iAmmar7)! - Realtime-API: Bug Fix - Resubscribe topics/channels after WS reconnection
25+
26+
Realtime-API Chat: Fix type interfaces for `getMessages` and `getMembers`.
27+
28+
- [#1217](https://github.com/signalwire/signalwire-js/pull/1217) [`b999b0bf8502b3e72ef2412a7f5d435f2791dc45`](https://github.com/signalwire/signalwire-js/commit/b999b0bf8502b3e72ef2412a7f5d435f2791dc45) Thanks [@iAmmar7](https://github.com/iAmmar7)! - CF SDK: Allow users to pass the `fromFabricAddressId` while dialing
29+
30+
```ts
31+
const call = await client.dial({
32+
.....,
33+
to: .....,
34+
fromFabricAddressId: 'valid_subscriber_id', // Optional
35+
...
36+
})
37+
```
38+
39+
- [#1200](https://github.com/signalwire/signalwire-js/pull/1200) [`3d01d9663a4994c8cf42b2a1fac3bd2ca5371687`](https://github.com/signalwire/signalwire-js/commit/3d01d9663a4994c8cf42b2a1fac3bd2ca5371687) Thanks [@iAmmar7](https://github.com/iAmmar7)! - CF SDK: Fix the `getAddresses` TS contract with internal refactoring
40+
41+
- [#1198](https://github.com/signalwire/signalwire-js/pull/1198) [`42ebbf935141f3a306f4d1993ab41ada69b932d9`](https://github.com/signalwire/signalwire-js/commit/42ebbf935141f3a306f4d1993ab41ada69b932d9) Thanks [@jpsantosbh](https://github.com/jpsantosbh)! - CF SDK: Changed the type of the error param for the `expectedErrorHandler` internal handler
42+
343
All notable changes to this project will be documented in this file.
444

545
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Shared code for the SignalWire JS SDK",
44
"author": "SignalWire Team <[email protected]>",
55
"license": "MIT",
6-
"version": "4.2.1",
6+
"version": "4.3.0-dev.202506111650.ad2f5be.0",
77
"main": "dist/index.node.js",
88
"module": "dist/index.esm.js",
99
"files": [

packages/js/CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,69 @@
11
# @signalwire/js
22

3+
## 3.29.0-dev.202506111650.ad2f5be.0
4+
5+
### Minor Changes
6+
7+
- [#1180](https://github.com/signalwire/signalwire-js/pull/1180) [`bb4b96f96315a9e89ae8df147ca4d1c9650e0944`](https://github.com/signalwire/signalwire-js/commit/bb4b96f96315a9e89ae8df147ca4d1c9650e0944) Thanks [@jpsantosbh](https://github.com/jpsantosbh)! - Added API request retries by default
8+
9+
- [#1216](https://github.com/signalwire/signalwire-js/pull/1216) [`ad2f5be0cb97b3d3325ba11a0b3a9fb0e2970f06`](https://github.com/signalwire/signalwire-js/commit/ad2f5be0cb97b3d3325ba11a0b3a9fb0e2970f06) Thanks [@jpsantosbh](https://github.com/jpsantosbh)! - CHANGED improved the handling of WebSockets reconnections.
10+
11+
- [#1217](https://github.com/signalwire/signalwire-js/pull/1217) [`b999b0bf8502b3e72ef2412a7f5d435f2791dc45`](https://github.com/signalwire/signalwire-js/commit/b999b0bf8502b3e72ef2412a7f5d435f2791dc45) Thanks [@iAmmar7](https://github.com/iAmmar7)! - CF SDK: Allow users to pass the `fromFabricAddressId` while dialing
12+
13+
```ts
14+
const call = await client.dial({
15+
.....,
16+
to: .....,
17+
fromFabricAddressId: 'valid_subscriber_id', // Optional
18+
...
19+
})
20+
```
21+
22+
- [#1214](https://github.com/signalwire/signalwire-js/pull/1214) [`dcc5a7cc59a818d342a9df40f68873e19d8c42eb`](https://github.com/signalwire/signalwire-js/commit/dcc5a7cc59a818d342a9df40f68873e19d8c42eb) Thanks [@iAmmar7](https://github.com/iAmmar7)! - CF SDK: Support default media params
23+
24+
```ts
25+
await call.dial({
26+
applyLocalVideoOverlay: false, // Should the SDK apply local video overlay? Default: true
27+
applyMemberOverlay: true, // Should the SDK apply member video overlays? Default: true
28+
stopCameraWhileMuted: true, // Should the SDK stop the camera when muted? Default: true
29+
stopMicrophoneWhileMuted: true, // Should the SDK stop the mic when muted? Default: true
30+
mirrorLocalVideoOverlay: false, // Should the SDK mirror the local video overlay? Default: true
31+
})
32+
```
33+
34+
### Patch Changes
35+
36+
- [#1220](https://github.com/signalwire/signalwire-js/pull/1220) [`faabb0f929a63289ad345f87b7d7c1f83d71de70`](https://github.com/signalwire/signalwire-js/commit/faabb0f929a63289ad345f87b7d7c1f83d71de70) Thanks [@jpsantosbh](https://github.com/jpsantosbh)! - CF SDK: Optional `incomingCallHandler` parameter to `handlePushNotification()`
37+
38+
- [#1201](https://github.com/signalwire/signalwire-js/pull/1201) [`b1d63f14c5dabbf0f26fb894ab0bb474a62c5767`](https://github.com/signalwire/signalwire-js/commit/b1d63f14c5dabbf0f26fb894ab0bb474a62c5767) Thanks [@iAmmar7](https://github.com/iAmmar7)! - Video & CF SDK:
39+
40+
- Exposes a `cameraConstraints` and `microphoneConstraints` on the room/call object.
41+
42+
CF SDK:
43+
44+
- Introduces a validation proxy for the `FabricRoomSession` class.
45+
- Introduces a `CapabilityError` for the errors based on the missing capability.
46+
- Fixes the `setOutputVolume` API for Call Fabric.
47+
- Fixes the `setInputSensitivity` API param for Call Fabric.
48+
49+
- [#1199](https://github.com/signalwire/signalwire-js/pull/1199) [`fcfc862cecaaaaa5c7257af5b402321c952c728d`](https://github.com/signalwire/signalwire-js/commit/fcfc862cecaaaaa5c7257af5b402321c952c728d) Thanks [@jpsantosbh](https://github.com/jpsantosbh)! - CF SDK: Fix Raise Hand call and member capability.
50+
51+
- [#1200](https://github.com/signalwire/signalwire-js/pull/1200) [`3d01d9663a4994c8cf42b2a1fac3bd2ca5371687`](https://github.com/signalwire/signalwire-js/commit/3d01d9663a4994c8cf42b2a1fac3bd2ca5371687) Thanks [@iAmmar7](https://github.com/iAmmar7)! - CF SDK: Fix the `getAddresses` TS contract with internal refactoring
52+
53+
- [#1191](https://github.com/signalwire/signalwire-js/pull/1191) [`ea433428084da537a0f20debd43f58b95f2ed2cb`](https://github.com/signalwire/signalwire-js/commit/ea433428084da537a0f20debd43f58b95f2ed2cb) Thanks [@jpsantosbh](https://github.com/jpsantosbh)! - resolves the user_name from the getChatMessages API
54+
55+
- [#1198](https://github.com/signalwire/signalwire-js/pull/1198) [`42ebbf935141f3a306f4d1993ab41ada69b932d9`](https://github.com/signalwire/signalwire-js/commit/42ebbf935141f3a306f4d1993ab41ada69b932d9) Thanks [@jpsantosbh](https://github.com/jpsantosbh)! - CF SDK: Changed the type of the error param for the `expectedErrorHandler` internal handler
56+
57+
- [#1208](https://github.com/signalwire/signalwire-js/pull/1208) [`65ff8c4b49052c9fccc77672766753b6225c79ce`](https://github.com/signalwire/signalwire-js/commit/65ff8c4b49052c9fccc77672766753b6225c79ce) Thanks [@iAmmar7](https://github.com/iAmmar7)! - CF SDK(bug): Include the missing Pagination type
58+
59+
- [#1216](https://github.com/signalwire/signalwire-js/pull/1216) [`ad2f5be0cb97b3d3325ba11a0b3a9fb0e2970f06`](https://github.com/signalwire/signalwire-js/commit/ad2f5be0cb97b3d3325ba11a0b3a9fb0e2970f06) Thanks [@jpsantosbh](https://github.com/jpsantosbh)! - Fix CF network re-connections
60+
61+
- [#1197](https://github.com/signalwire/signalwire-js/pull/1197) [`dd983ecad6c560373cd76f99603904d2834c10b9`](https://github.com/signalwire/signalwire-js/commit/dd983ecad6c560373cd76f99603904d2834c10b9) Thanks [@jpsantosbh](https://github.com/jpsantosbh)! - refactored gatChatMeassages to prevent multiple lookup of the same address
62+
63+
- Updated dependencies [[`bb4b96f96315a9e89ae8df147ca4d1c9650e0944`](https://github.com/signalwire/signalwire-js/commit/bb4b96f96315a9e89ae8df147ca4d1c9650e0944), [`b1d63f14c5dabbf0f26fb894ab0bb474a62c5767`](https://github.com/signalwire/signalwire-js/commit/b1d63f14c5dabbf0f26fb894ab0bb474a62c5767), [`ad2f5be0cb97b3d3325ba11a0b3a9fb0e2970f06`](https://github.com/signalwire/signalwire-js/commit/ad2f5be0cb97b3d3325ba11a0b3a9fb0e2970f06), [`3c389671b35d1a57fd6be3f8c793be36f8294795`](https://github.com/signalwire/signalwire-js/commit/3c389671b35d1a57fd6be3f8c793be36f8294795), [`b999b0bf8502b3e72ef2412a7f5d435f2791dc45`](https://github.com/signalwire/signalwire-js/commit/b999b0bf8502b3e72ef2412a7f5d435f2791dc45), [`3d01d9663a4994c8cf42b2a1fac3bd2ca5371687`](https://github.com/signalwire/signalwire-js/commit/3d01d9663a4994c8cf42b2a1fac3bd2ca5371687), [`42ebbf935141f3a306f4d1993ab41ada69b932d9`](https://github.com/signalwire/signalwire-js/commit/42ebbf935141f3a306f4d1993ab41ada69b932d9), [`ad2f5be0cb97b3d3325ba11a0b3a9fb0e2970f06`](https://github.com/signalwire/signalwire-js/commit/ad2f5be0cb97b3d3325ba11a0b3a9fb0e2970f06)]:
64+
- @signalwire/core@4.3.0-dev.202506111650.ad2f5be.0
65+
- @signalwire/webrtc@3.14.0-dev.202506111650.ad2f5be.0
66+
367
All notable changes to this project will be documented in this file.
468

569
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

packages/js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "SignalWire JS SDK",
44
"author": "SignalWire Team <[email protected]>",
55
"license": "MIT",
6-
"version": "3.28.1",
6+
"version": "3.29.0-dev.202506111650.ad2f5be.0",
77
"main": "dist/index.js",
88
"module": "dist/index.esm.js",
99
"unpkg": "dist/index.umd.js",
@@ -39,8 +39,8 @@
3939
"prepublishOnly": "npm run build"
4040
},
4141
"dependencies": {
42-
"@signalwire/core": "4.2.1",
43-
"@signalwire/webrtc": "3.13.1",
42+
"@signalwire/core": "4.3.0-dev.202506111650.ad2f5be.0",
43+
"@signalwire/webrtc": "3.14.0-dev.202506111650.ad2f5be.0",
4444
"jwt-decode": "^3.1.2"
4545
},
4646
"devDependencies": {

packages/node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @signalwire/node
22

3+
## 3.0.4-dev.202506111650.ad2f5be.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3c389671b35d1a57fd6be3f8c793be36f8294795`](https://github.com/signalwire/signalwire-js/commit/3c389671b35d1a57fd6be3f8c793be36f8294795), [`2c39240375ed2f5c8160338876fbc3427c711b54`](https://github.com/signalwire/signalwire-js/commit/2c39240375ed2f5c8160338876fbc3427c711b54)]:
8+
- @signalwire/realtime-api@4.1.2-dev.202506111650.ad2f5be.0
9+
- @signalwire/web-api@3.1.4-dev.202506111650.ad2f5be.0
10+
311
All notable changes to this project will be documented in this file.
412

513
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

packages/node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "SignalWire Node.js SDK",
44
"author": "SignalWire Team <[email protected]>",
55
"license": "MIT",
6-
"version": "3.0.3",
6+
"version": "3.0.4-dev.202506111650.ad2f5be.0",
77
"main": "dist/index.node.js",
88
"exports": {
99
"require": "./dist/index.node.js",
@@ -37,8 +37,8 @@
3737
"prepublishOnly": "npm run build"
3838
},
3939
"dependencies": {
40-
"@signalwire/realtime-api": "^4.0.1",
41-
"@signalwire/web-api": "^3.1.2"
40+
"@signalwire/realtime-api": "^4.1.2-dev.202506111650.ad2f5be.0",
41+
"@signalwire/web-api": "^3.1.4-dev.202506111650.ad2f5be.0"
4242
},
4343
"types": "dist/node/src/index.d.ts"
4444
}

0 commit comments

Comments
 (0)