github.com/livekit/protocol@v1.39.3/packages/javascript/CHANGELOG.md (about)

     1  # @livekit/protocol
     2  
     3  ## 1.39.3
     4  
     5  ### Patch Changes
     6  
     7  - normalize common os names - [#1118](https://github.com/livekit/protocol/pull/1118) ([@paulwe](https://github.com/paulwe))
     8  
     9  - Add client info case for ESP32 - [#1113](https://github.com/livekit/protocol/pull/1113) ([@ladvoc](https://github.com/ladvoc))
    10  
    11  ## 1.39.2
    12  
    13  ### Patch Changes
    14  
    15  - Add id field to SessionDescription message - [#1105](https://github.com/livekit/protocol/pull/1105) ([@lukasIO](https://github.com/lukasIO))
    16  
    17  ## 1.39.1
    18  
    19  ### Patch Changes
    20  
    21  - E2E reliability for data channel - [#1099](https://github.com/livekit/protocol/pull/1099) ([@cnderrauber](https://github.com/cnderrauber))
    22  
    23  - WHIP internal signalling to be able to support WHIP in OSS. - [#1091](https://github.com/livekit/protocol/pull/1091) ([@boks1971](https://github.com/boks1971))
    24  
    25  ## 1.39.0
    26  
    27  ### Minor Changes
    28  
    29  - Add destination_country field to CreateSIPParticipant - [#1084](https://github.com/livekit/protocol/pull/1084) ([@biglittlebigben](https://github.com/biglittlebigben))
    30  
    31  ### Patch Changes
    32  
    33  - merge deferred log fields - [#1070](https://github.com/livekit/protocol/pull/1070) ([@paulwe](https://github.com/paulwe))
    34  
    35  - add agent jwt helper - [#1075](https://github.com/livekit/protocol/pull/1075) ([@paulwe](https://github.com/paulwe))
    36  
    37  - add terminate to agent AvailabilityResponse - [#1088](https://github.com/livekit/protocol/pull/1088) ([@paulwe](https://github.com/paulwe))
    38  
    39  - remove agent token - [#1077](https://github.com/livekit/protocol/pull/1077) ([@paulwe](https://github.com/paulwe))
    40  
    41  - Add a MEDIA_FAILURE disconnect reason. - [#1085](https://github.com/livekit/protocol/pull/1085) ([@dennwc](https://github.com/dennwc))
    42  
    43  - Allow updating trunk destination country - [#1087](https://github.com/livekit/protocol/pull/1087) ([@biglittlebigben](https://github.com/biglittlebigben))
    44  
    45  - update mageutil for license - [#1068](https://github.com/livekit/protocol/pull/1068) ([@paulwe](https://github.com/paulwe))
    46  
    47  - Add SIPTransferInfo to analytics - [#1063](https://github.com/livekit/protocol/pull/1063) ([@biglittlebigben](https://github.com/biglittlebigben))
    48  
    49  - This adds a transfer_id as an easier to implement way to deduplicate transfer requests. It also adds a transfer_status to indicate if the event is for the start of end of a transfer, and if it's been successful. - [#1072](https://github.com/livekit/protocol/pull/1072) ([@biglittlebigben](https://github.com/biglittlebigben))
    50  
    51  ## 1.38.0
    52  
    53  ### Minor Changes
    54  
    55  - feat: MoveParticipant API - [#1065](https://github.com/livekit/protocol/pull/1065) ([@cnderrauber](https://github.com/cnderrauber))
    56  
    57  ### Patch Changes
    58  
    59  - fix memory path for cgroups v2 - [#1060](https://github.com/livekit/protocol/pull/1060) ([@boks1971](https://github.com/boks1971))
    60  
    61  - Fix paths and simplify. - [#1062](https://github.com/livekit/protocol/pull/1062) ([@boks1971](https://github.com/boks1971))
    62  
    63  ## 1.37.1
    64  
    65  ### Patch Changes
    66  
    67  - allow rewriting deferred logger values - [#1053](https://github.com/livekit/protocol/pull/1053) ([@paulwe](https://github.com/paulwe))
    68  
    69  - Deprecate explicit AddTrackRequest fields that can be read from AudioTrackFeatures - [#1058](https://github.com/livekit/protocol/pull/1058) ([@lukasIO](https://github.com/lukasIO))
    70  
    71  - Add PreconnectBuffer to AudioTrackFeatures, add AudioTrackFeatures to AddTrackRequest - [#1057](https://github.com/livekit/protocol/pull/1057) ([@lukasIO](https://github.com/lukasIO))
    72  
    73  ## 1.37.0
    74  
    75  ### Minor Changes
    76  
    77  - Allow specifying extra webhooks in egress start requests - [#1040](https://github.com/livekit/protocol/pull/1040) ([@biglittlebigben](https://github.com/biglittlebigben))
    78  
    79  - Allow updating SIP media encryption. - [#1047](https://github.com/livekit/protocol/pull/1047) ([@dennwc](https://github.com/dennwc))
    80  
    81  - Add timeout parameter to SIP transfer API. - [#1036](https://github.com/livekit/protocol/pull/1036) ([@dennwc](https://github.com/dennwc))
    82  
    83  ### Patch Changes
    84  
    85  - allow calling promise.Resolve more than once - [#1035](https://github.com/livekit/protocol/pull/1035) ([@paulwe](https://github.com/paulwe))
    86  
    87  - Add CONNECTION_TIMEOUT disconnect reason - [#1037](https://github.com/livekit/protocol/pull/1037) ([@boks1971](https://github.com/boks1971))
    88  
    89  - Add IMAGE_SUFFIX_NONE_OVERWRITE - [#1052](https://github.com/livekit/protocol/pull/1052) ([@biglittlebigben](https://github.com/biglittlebigben))
    90  
    91  - Add rate for memory use and total. - [#1030](https://github.com/livekit/protocol/pull/1030) ([@boks1971](https://github.com/boks1971))
    92  
    93  - Add IngressID and ResourceID attributes for the ingress participants - [#1042](https://github.com/livekit/protocol/pull/1042) ([@biglittlebigben](https://github.com/biglittlebigben))
    94  
    95  - Revert cid changes. - [#1029](https://github.com/livekit/protocol/pull/1029) ([@boks1971](https://github.com/boks1971))
    96  
    97  - Export GetEgressNotifyOptions - [#1045](https://github.com/livekit/protocol/pull/1045) ([@biglittlebigben](https://github.com/biglittlebigben))
    98  
    99  - Add more fields to CodecInfo. - [#1024](https://github.com/livekit/protocol/pull/1024) ([@boks1971](https://github.com/boks1971))
   100  
   101  - Add client info enum value for unreal - [#1032](https://github.com/livekit/protocol/pull/1032) ([@bcherry](https://github.com/bcherry))
   102  
   103  ## 1.36.1
   104  
   105  ### Patch Changes
   106  
   107  - Refine backup codec policy - [#1022](https://github.com/livekit/protocol/pull/1022) ([@cnderrauber](https://github.com/cnderrauber))
   108  
   109  ## 1.36.0
   110  
   111  ### Minor Changes
   112  
   113  - add cloud agents - [#1010](https://github.com/livekit/protocol/pull/1010) ([@real-danm](https://github.com/real-danm))
   114  
   115  - Update API for SIP. - [#869](https://github.com/livekit/protocol/pull/869) ([@dennwc](https://github.com/dennwc))
   116  
   117  ### Patch Changes
   118  
   119  - Add KindDetails enum on ParticipantInfo - [#1019](https://github.com/livekit/protocol/pull/1019) ([@lukasIO](https://github.com/lukasIO))
   120  
   121  ## 1.35.0
   122  
   123  ### Minor Changes
   124  
   125  - Add ForwardParticipant to room service - [#1011](https://github.com/livekit/protocol/pull/1011) ([@cnderrauber](https://github.com/cnderrauber))
   126  
   127  - Move SIP call dispatch info into s separate type. - [#989](https://github.com/livekit/protocol/pull/989) ([@dennwc](https://github.com/dennwc))
   128  
   129  - Handle SIP hostname in address filters. Expose attribute. - [#987](https://github.com/livekit/protocol/pull/987) ([@dennwc](https://github.com/dennwc))
   130  
   131  - More analytics fields for SIPCallInfo. - [#984](https://github.com/livekit/protocol/pull/984) ([@dennwc](https://github.com/dennwc))
   132  
   133  ### Patch Changes
   134  
   135  - Move media related logging utilities from egress to protocol - [#990](https://github.com/livekit/protocol/pull/990) ([@biglittlebigben](https://github.com/biglittlebigben))
   136  
   137  - Allow selecting the base logger used by the OverrideLogger - [#991](https://github.com/livekit/protocol/pull/991) ([@biglittlebigben](https://github.com/biglittlebigben))
   138  
   139  ## 1.34.0
   140  
   141  ### Minor Changes
   142  
   143  - Allow passing all SIP trunk options in CreateSIPParticipant. - [#961](https://github.com/livekit/protocol/pull/961) ([@dennwc](https://github.com/dennwc))
   144  
   145  ### Patch Changes
   146  
   147  - Proto for sending API call details to telemetry. - [#964](https://github.com/livekit/protocol/pull/964) ([@boks1971](https://github.com/boks1971))
   148  
   149  ## 1.33.0
   150  
   151  ### Minor Changes
   152  
   153  - Add flag to make CreateSIPParticipant synchronous. - [#952](https://github.com/livekit/protocol/pull/952) ([@dennwc](https://github.com/dennwc))
   154  
   155  ### Patch Changes
   156  
   157  - Proto to "report" different kinds of data. - [#962](https://github.com/livekit/protocol/pull/962) ([@boks1971](https://github.com/boks1971))
   158  
   159  - Add backup codec policy to AddTrackRequest - [#947](https://github.com/livekit/protocol/pull/947) ([@cnderrauber](https://github.com/cnderrauber))
   160  
   161  - Add Ingress OutOfNetwork attribute keys. Add the CanUpdateOwnMetadata claim to the ingress token - [#965](https://github.com/livekit/protocol/pull/965) ([@biglittlebigben](https://github.com/biglittlebigben))
   162  
   163  ## 1.32.1
   164  
   165  ### Patch Changes
   166  
   167  - Add nonce to SendDataRequest #953 - [#954](https://github.com/livekit/protocol/pull/954) ([@lukasIO](https://github.com/lukasIO))
   168  
   169  ## 1.32.0
   170  
   171  ### Minor Changes
   172  
   173  - Use iterators in SIP. - [#943](https://github.com/livekit/protocol/pull/943) ([@dennwc](https://github.com/dennwc))
   174  
   175  ### Patch Changes
   176  
   177  - Rename File* related DataStream messages to Byte* - [#948](https://github.com/livekit/protocol/pull/948) ([@lukasIO](https://github.com/lukasIO))
   178  
   179  ## 1.31.0
   180  
   181  ### Minor Changes
   182  
   183  - Add media encryption options for SIP. - [#892](https://github.com/livekit/protocol/pull/892) ([@dennwc](https://github.com/dennwc))
   184  
   185  ### Patch Changes
   186  
   187  - Add "Enabled" flag to ingresses to allow preventing an ingress to become active without deleting it. - [#937](https://github.com/livekit/protocol/pull/937) ([@biglittlebigben](https://github.com/biglittlebigben))
   188  
   189  - Add DataStream.Trailer for finalizing streams - [#940](https://github.com/livekit/protocol/pull/940) ([@lukasIO](https://github.com/lukasIO))
   190  
   191  - Add SIPCallDirection to SIPCallInfo - [#938](https://github.com/livekit/protocol/pull/938) ([@biglittlebigben](https://github.com/biglittlebigben))
   192  
   193  ## 1.30.0
   194  
   195  ### Minor Changes
   196  
   197  - Add filters to SIP list APIs. - [#913](https://github.com/livekit/protocol/pull/913) ([@dennwc](https://github.com/dennwc))
   198  
   199  - Add headers for SIP call transfer. - [#926](https://github.com/livekit/protocol/pull/926) ([@dennwc](https://github.com/dennwc))
   200  
   201  - Add headers for CreateSipParticipant - [#911](https://github.com/livekit/protocol/pull/911) ([@s-hamdananwar](https://github.com/s-hamdananwar))
   202  
   203  - Allow mapping all SIP headers to attributes. - [#920](https://github.com/livekit/protocol/pull/920) ([@dennwc](https://github.com/dennwc))
   204  
   205  ### Patch Changes
   206  
   207  - Allow SIP inbound to specify room configuration - [#923](https://github.com/livekit/protocol/pull/923) ([@davidzhao](https://github.com/davidzhao))
   208  
   209  - Add EgressSourceType to EgressInfo - [#894](https://github.com/livekit/protocol/pull/894) ([@biglittlebigben](https://github.com/biglittlebigben))
   210  
   211  ## 1.29.4
   212  
   213  ### Patch Changes
   214  
   215  - Add version declaration file - [#916](https://github.com/livekit/protocol/pull/916) ([@lukasIO](https://github.com/lukasIO))
   216  
   217  ## 1.29.3
   218  
   219  ### Patch Changes
   220  
   221  - Fix treehaking possibility of individual imports - [#907](https://github.com/livekit/protocol/pull/907) ([@lukasIO](https://github.com/lukasIO))
   222  
   223  ## 1.29.2
   224  
   225  ## 1.29.1
   226  
   227  ### Patch Changes
   228  
   229  - Actually downgrade TypeScript - [#902](https://github.com/livekit/protocol/pull/902) ([@lukasIO](https://github.com/lukasIO))
   230  
   231  ## 1.29.0
   232  
   233  ### Minor Changes
   234  
   235  - Add DataStream support - [#871](https://github.com/livekit/protocol/pull/871) ([@lukasIO](https://github.com/lukasIO))
   236  
   237  ### Patch Changes
   238  
   239  - Downgrade TypeScript to fix incorrect generated typings - [#901](https://github.com/livekit/protocol/pull/901) ([@lukasIO](https://github.com/lukasIO))
   240  
   241  ## 1.28.1
   242  
   243  ### Patch Changes
   244  
   245  - fix CJS require importing .js - [#897](https://github.com/livekit/protocol/pull/897) ([@nbsp](https://github.com/nbsp))
   246  
   247  ## 1.28.0
   248  
   249  ### Minor Changes
   250  
   251  - Add disconnect reason for SIP failures. - [#845](https://github.com/livekit/protocol/pull/845) ([@dennwc](https://github.com/dennwc))
   252  
   253  - add native CommonJS support (#883) - [#895](https://github.com/livekit/protocol/pull/895) ([@nbsp](https://github.com/nbsp))
   254  
   255  - Map participant attributes to SIP headers. - [#893](https://github.com/livekit/protocol/pull/893) ([@dennwc](https://github.com/dennwc))
   256  
   257  - Allow setting number for SIP outbound. - [#891](https://github.com/livekit/protocol/pull/891) ([@dennwc](https://github.com/dennwc))
   258  
   259  ### Patch Changes
   260  
   261  - Report call enabled features in SIPCallInfo - [#884](https://github.com/livekit/protocol/pull/884) ([@biglittlebigben](https://github.com/biglittlebigben))
   262  
   263  - Fix port type for SIPUri. - [#882](https://github.com/livekit/protocol/pull/882) ([@dennwc](https://github.com/dennwc))
   264  
   265  ## 1.27.1
   266  
   267  ### Patch Changes
   268  
   269  - Include room agent dispatch protobufs in JS export - [#875](https://github.com/livekit/protocol/pull/875) ([@davidzhao](https://github.com/davidzhao))
   270  
   271  ## 1.27.0
   272  
   273  ### Minor Changes
   274  
   275  - Support for room configuration and agent dispatches - [#864](https://github.com/livekit/protocol/pull/864) ([@davidzhao](https://github.com/davidzhao))
   276  
   277  ### Patch Changes
   278  
   279  - Allow requesting a ringtone during SIP call transfers - [#865](https://github.com/livekit/protocol/pull/865) ([@biglittlebigben](https://github.com/biglittlebigben))
   280  
   281  ## 1.26.0
   282  
   283  ## 1.25.0
   284  
   285  ### Minor Changes
   286  
   287  - Add SIP analytics events - [#831](https://github.com/livekit/protocol/pull/831) ([@biglittlebigben](https://github.com/biglittlebigben))
   288  
   289  - Add ringing timeout and max call duration setting for SIP. - [#844](https://github.com/livekit/protocol/pull/844) ([@dennwc](https://github.com/dennwc))
   290  
   291  ## 1.24.0
   292  
   293  ### Minor Changes
   294  
   295  - Add disconnect reasons for SIP. - [#828](https://github.com/livekit/protocol/pull/828) ([@dennwc](https://github.com/dennwc))
   296  
   297  ### Patch Changes
   298  
   299  - Expose metrics on javascript package - [#843](https://github.com/livekit/protocol/pull/843) ([@lukasIO](https://github.com/lukasIO))
   300  
   301  ## 1.23.0
   302  
   303  ### Minor Changes
   304  
   305  - Add RPC types - [#814](https://github.com/livekit/protocol/pull/814) ([@bcherry](https://github.com/bcherry))
   306  
   307  - Add TransferParticipant to sip and sip internal services - [#816](https://github.com/livekit/protocol/pull/816) ([@biglittlebigben](https://github.com/biglittlebigben))
   308  
   309  ### Patch Changes
   310  
   311  - Add protocols for client metrics - [#821](https://github.com/livekit/protocol/pull/821) ([@davidliu](https://github.com/davidliu))
   312  
   313  - Implement Validate on TransferSIPParticipantRequest - [#818](https://github.com/livekit/protocol/pull/818) ([@biglittlebigben](https://github.com/biglittlebigben))
   314  
   315  - Add other_sdks field to ClientInfo - [#804](https://github.com/livekit/protocol/pull/804) ([@bcherry](https://github.com/bcherry))
   316  
   317  ## 1.22.0
   318  
   319  ### Minor Changes
   320  
   321  - Update SIP protocol. Pass headers, project ID and hostname. - [#805](https://github.com/livekit/protocol/pull/805) ([@dennwc](https://github.com/dennwc))
   322  
   323  ### Patch Changes
   324  
   325  - Add generated flag to ChatMessage - [#813](https://github.com/livekit/protocol/pull/813) ([@lukasIO](https://github.com/lukasIO))
   326  
   327  - Add dedicated chat message definition - [#785](https://github.com/livekit/protocol/pull/785) ([@lukasIO](https://github.com/lukasIO))
   328  
   329  - Update @bufbuild/protobuf dependency - [#800](https://github.com/livekit/protocol/pull/800) ([@lukasIO](https://github.com/lukasIO))
   330  
   331  - Metrics server side timestamp - [#806](https://github.com/livekit/protocol/pull/806) ([@boks1971](https://github.com/boks1971))
   332  
   333  ## 1.21.0
   334  
   335  ### Minor Changes
   336  
   337  - Add Callee dispatch rule type for SIP. - [#798](https://github.com/livekit/protocol/pull/798) ([@dennwc](https://github.com/dennwc))
   338  
   339  ### Patch Changes
   340  
   341  - Add SDK values for Unity-Web and NodeJS. - [#797](https://github.com/livekit/protocol/pull/797) ([@bcherry](https://github.com/bcherry))
   342  
   343  ## 1.20.1
   344  
   345  ### Patch Changes
   346  
   347  - Add EnabledCodecs to JoinResponse - [#791](https://github.com/livekit/protocol/pull/791) ([@cnderrauber](https://github.com/cnderrauber))
   348  
   349  - Add fast_publish option to JoinResponse - [#796](https://github.com/livekit/protocol/pull/796) ([@cnderrauber](https://github.com/cnderrauber))
   350  
   351  ## 1.20.0
   352  
   353  ### Minor Changes
   354  
   355  - Send non-error responses also as part of RequestResponse - [#787](https://github.com/livekit/protocol/pull/787) ([@lukasIO](https://github.com/lukasIO))
   356  
   357  ### Patch Changes
   358  
   359  - Add disconnect reason in participant info. - [#788](https://github.com/livekit/protocol/pull/788) ([@boks1971](https://github.com/boks1971))
   360  
   361  - Add AgentDispatchInternal service. Add JobTerminate to AgentService - [#782](https://github.com/livekit/protocol/pull/782) ([@biglittlebigben](https://github.com/biglittlebigben))
   362  
   363  ## 1.19.3
   364  
   365  ### Patch Changes
   366  
   367  - Use glob for generating JS proto definitions - [#779](https://github.com/livekit/protocol/pull/779) ([@lukasIO](https://github.com/lukasIO))
   368  
   369  ## 1.19.2
   370  
   371  ### Patch Changes
   372  
   373  - Ability to set attributes upon job acceptance - [#769](https://github.com/livekit/protocol/pull/769) ([@davidzhao](https://github.com/davidzhao))
   374  
   375  - Add track subscribed first time notification - [#752](https://github.com/livekit/protocol/pull/752) ([@cnderrauber](https://github.com/cnderrauber))
   376  
   377  - Rename ErrorResponse Reason INVALID_ARGUMENT to LIMIT_EXCEEDED - [#758](https://github.com/livekit/protocol/pull/758) ([@lukasIO](https://github.com/lukasIO))
   378  
   379  - Added RoomClosed as a DisconnectReason - [#778](https://github.com/livekit/protocol/pull/778) ([@davidzhao](https://github.com/davidzhao))
   380  
   381  ## 1.19.1
   382  
   383  ### Patch Changes
   384  
   385  - Add ErrorResponse - [#743](https://github.com/livekit/protocol/pull/743) ([@lukasIO](https://github.com/lukasIO))
   386  
   387  ## 1.19.0
   388  
   389  ### Minor Changes
   390  
   391  - Add SIP grants. - [#745](https://github.com/livekit/protocol/pull/745) ([@dennwc](https://github.com/dennwc))
   392  
   393  ## 1.18.0
   394  
   395  ### Minor Changes
   396  
   397  - Split SIP Trunk configuration to inbound and outbound parts. - [#738](https://github.com/livekit/protocol/pull/738) ([@dennwc](https://github.com/dennwc))
   398  
   399  - add Participant attributes key/val storage - [#733](https://github.com/livekit/protocol/pull/733) ([@davidzhao](https://github.com/davidzhao))
   400  
   401  ## 1.17.0
   402  
   403  ### Minor Changes
   404  
   405  - Add support for additional SIP transports. - [#719](https://github.com/livekit/protocol/pull/719) ([@dennwc](https://github.com/dennwc))
   406  
   407  - Add ICERestartWHIPResource to RPC - [#716](https://github.com/livekit/protocol/pull/716) ([@Sean-Der](https://github.com/Sean-Der))
   408  
   409  ### Patch Changes
   410  
   411  - Added error code field to EgressInfo - [#714](https://github.com/livekit/protocol/pull/714) ([@frostbyte73](https://github.com/frostbyte73))
   412  
   413  - Include node_id with analytics events - [#727](https://github.com/livekit/protocol/pull/727) ([@davidzhao](https://github.com/davidzhao))
   414  
   415  - Add notice to use participant identity from DataPacket for transcriptions. - [#706](https://github.com/livekit/protocol/pull/706) ([@dennwc](https://github.com/dennwc))
   416  
   417  ## 1.16.0
   418  
   419  ### Minor Changes
   420  
   421  - - Add RedactAutoEncodedOutput to support redacting auto egress types - [#712](https://github.com/livekit/protocol/pull/712) ([@biglittlebigben](https://github.com/biglittlebigben))
   422    - Redact image outputs
   423    - Support AliOSS uploads for auto egress
   424  
   425  - Allow inbound number filtering on SIP Dispatch Rules - [#707](https://github.com/livekit/protocol/pull/707) ([@dennwc](https://github.com/dennwc))
   426  
   427  - Move egress request redacting routines to protocol - [#711](https://github.com/livekit/protocol/pull/711) ([@biglittlebigben](https://github.com/biglittlebigben))
   428  
   429  ## 1.15.0
   430  
   431  ### Minor Changes
   432  
   433  - 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))
   434  
   435  - Move language into TranscriptionSegment #703 - [#704](https://github.com/livekit/protocol/pull/704) ([@lukasIO](https://github.com/lukasIO))
   436  
   437  ## 1.14.0
   438  
   439  ### Minor Changes
   440  
   441  - Added real-time Transcription protocol - [#686](https://github.com/livekit/protocol/pull/686) ([@davidzhao](https://github.com/davidzhao))
   442  
   443  - WHIP protocol change - [#680](https://github.com/livekit/protocol/pull/680) ([@biglittlebigben](https://github.com/biglittlebigben))
   444  
   445    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.
   446  
   447  ### Patch Changes
   448  
   449  - Add SIP participant name. - [#687](https://github.com/livekit/protocol/pull/687) ([@dennwc](https://github.com/dennwc))
   450  
   451  ## 1.13.0
   452  
   453  ### Minor Changes
   454  
   455  - Add and option to play ringtone for SIP outbound calls. - [#671](https://github.com/livekit/protocol/pull/671) ([@dennwc](https://github.com/dennwc))
   456  
   457  ## 1.12.0
   458  
   459  ### Patch Changes
   460  
   461  - Fixed bounds check when masking short SIP numbers. - [#650](https://github.com/livekit/protocol/pull/650) ([@dennwc](https://github.com/dennwc))
   462  
   463  - Add signal requests for local track updates - [#651](https://github.com/livekit/protocol/pull/651) ([@lukasIO](https://github.com/lukasIO))
   464  
   465  - Allow sending DTMF when creating SIP participant. - [#658](https://github.com/livekit/protocol/pull/658) ([@dennwc](https://github.com/dennwc))
   466  
   467  ## 1.11.0
   468  
   469  ### Minor Changes
   470  
   471  - Align package version with manually tagged golang module - [#646](https://github.com/livekit/protocol/pull/646) ([@lukasIO](https://github.com/lukasIO))
   472  
   473  ## 1.10.4
   474  
   475  ### Patch Changes
   476  
   477  - Fix granular export paths - [#642](https://github.com/livekit/protocol/pull/642) ([@lukasIO](https://github.com/lukasIO))
   478  
   479  ## 1.10.3
   480  
   481  ### Patch Changes
   482  
   483  - Export room stubs from package - [#640](https://github.com/livekit/protocol/pull/640) ([@lukasIO](https://github.com/lukasIO))
   484  
   485  ## 1.10.2
   486  
   487  ### Patch Changes
   488  
   489  - Fix import paths - [#635](https://github.com/livekit/protocol/pull/635) ([@lukasIO](https://github.com/lukasIO))