github.com/livekit/protocol@v1.16.1-0.20240517185851-47e4c6bba773/packages/javascript/CHANGELOG.md (about) 1 # @livekit/protocol 2 3 ## 1.16.0 4 5 ### Minor Changes 6 7 - - Add RedactAutoEncodedOutput to support redacting auto egress types - [#712](https://github.com/livekit/protocol/pull/712) ([@biglittlebigben](https://github.com/biglittlebigben)) 8 - Redact image outputs 9 - Support AliOSS uploads for auto egress 10 11 - Allow inbound number filtering on SIP Dispatch Rules - [#707](https://github.com/livekit/protocol/pull/707) ([@dennwc](https://github.com/dennwc)) 12 13 - Move egress request redacting routines to protocol - [#711](https://github.com/livekit/protocol/pull/711) ([@biglittlebigben](https://github.com/biglittlebigben)) 14 15 ## 1.15.0 16 17 ### Minor Changes 18 19 - Add metadata to SIP trunks, dispatch rules and participants. Change SIP participant identity prefix to `sip_`. - [#696](https://github.com/livekit/protocol/pull/696) ([@dennwc](https://github.com/dennwc)) 20 21 - Move language into TranscriptionSegment #703 - [#704](https://github.com/livekit/protocol/pull/704) ([@lukasIO](https://github.com/lukasIO)) 22 23 ## 1.14.0 24 25 ### Minor Changes 26 27 - Added real-time Transcription protocol - [#686](https://github.com/livekit/protocol/pull/686) ([@davidzhao](https://github.com/davidzhao)) 28 29 - WHIP protocol change - [#680](https://github.com/livekit/protocol/pull/680) ([@biglittlebigben](https://github.com/biglittlebigben)) 30 31 Deprecate the bypass_transcoding property in all ingress APIs and introduce the optional enable_transcoding property. This property will default to false for WHIP and to true for all other ingress types. 32 33 ### Patch Changes 34 35 - Add SIP participant name. - [#687](https://github.com/livekit/protocol/pull/687) ([@dennwc](https://github.com/dennwc)) 36 37 ## 1.13.0 38 39 ### Minor Changes 40 41 - Add and option to play ringtone for SIP outbound calls. - [#671](https://github.com/livekit/protocol/pull/671) ([@dennwc](https://github.com/dennwc)) 42 43 ## 1.12.0 44 45 ### Patch Changes 46 47 - Fixed bounds check when masking short SIP numbers. - [#650](https://github.com/livekit/protocol/pull/650) ([@dennwc](https://github.com/dennwc)) 48 49 - Add signal requests for local track updates - [#651](https://github.com/livekit/protocol/pull/651) ([@lukasIO](https://github.com/lukasIO)) 50 51 - Allow sending DTMF when creating SIP participant. - [#658](https://github.com/livekit/protocol/pull/658) ([@dennwc](https://github.com/dennwc)) 52 53 ## 1.11.0 54 55 ### Minor Changes 56 57 - Align package version with manually tagged golang module - [#646](https://github.com/livekit/protocol/pull/646) ([@lukasIO](https://github.com/lukasIO)) 58 59 ## 1.10.4 60 61 ### Patch Changes 62 63 - Fix granular export paths - [#642](https://github.com/livekit/protocol/pull/642) ([@lukasIO](https://github.com/lukasIO)) 64 65 ## 1.10.3 66 67 ### Patch Changes 68 69 - Export room stubs from package - [#640](https://github.com/livekit/protocol/pull/640) ([@lukasIO](https://github.com/lukasIO)) 70 71 ## 1.10.2 72 73 ### Patch Changes 74 75 - Fix import paths - [#635](https://github.com/livekit/protocol/pull/635) ([@lukasIO](https://github.com/lukasIO))