Skip to content

Latest commit

 

History

History
130 lines (65 loc) · 6.77 KB

CHANGELOG.md

File metadata and controls

130 lines (65 loc) · 6.77 KB

2.2.1 (2024-01-03)

Bug Fixes

  • add conversationId to transcriptions (8522ce4)
  • add docs (8399ee6)
  • do not set a default parameter (ee3af81)

2.2.0 (2023-12-29)

Features

  • start-request-params: added the ability to control start request params (3c61190)

2.1.0 (2023-12-09)

Bug Fixes

  • incompatible-sample-rate: wireless devices with 16000hz were not working (e9ee3d1)
  • export function typo (6bc8aac)
  • semantic release (5c9ff60)

Features

  • connectionid-speakeruserid-support: added support for passing userId & connectionId (293099d)
  • message-id-support: added message id support with a quick test setup (22802a1)
  • sample-demo: added demo files to perform a quick demo without having to setup Dyte fully (17b64c6)

2.0.1-staging.1 (2023-02-11)

Bug Fixes

2.0.0 (2022-09-01)

Documentation

  • readme: added readme as per new design (821aab3)

Features

  • languagecodesupport: added symbl language support code, it doesn't work as expected however (e37ba1d)
  • transactionlistenonlysupport: added support for users who would only listen (dee36e3)

BREAKING CHANGES

  • readme: New functionality forces the user to make 2 function calls instead of 1 to achieve the same result

2.0.0-staging.1 (2022-08-05)

Documentation

  • readme: added readme as per new design (821aab3)

Features

  • languagecodesupport: added symbl language support code, it doesn't work as expected however (e37ba1d)
  • transactionlistenonlysupport: added support for users who would only listen (dee36e3)

BREAKING CHANGES

  • readme: New functionality forces the user to make 2 function calls instead of 1 to achieve the same result

1.1.2 (2022-06-23)

Bug Fixes

  • transcriptionscallback: changed return type to void instead of object (6bf1f41)

1.1.1 (2022-06-23)

Bug Fixes

  • readme: fixed readme file and added more context (b4f7182)
  • readme: fixing readme file to have proper callback function (ebd5f1a)

1.1.0 (2022-06-23)

Features

  • callbacksupport: added callback support for transcriptions (57292a6)

1.0.2 (2022-06-17)

Bug Fixes

1.0.1 (2022-06-15)

Bug Fixes

  • prepublish: added prepublish file for release versioning (00efe19)

1.0.0 (2022-06-15)

Bug Fixes

  • ghrandreadme: fixed GHR workflow and readme file (190e6e9)
  • package: added proper git url and packages (2ecd7a4)
  • package: using dyte in instead of dyte sdk to fix import issues (9430d2d)
  • transcript: Fixed some structure issues and userId checks (ae02f02)
  • transcriptstructure: removed unnecessary directory & changes typescript version (4c714c1)

Features

  • audiomiddleware: Added symbl ai transcription middleware (cf2d0b2)
  • huskycommitizen: added husky commitizen and linting and build checks (1767467)
  • transcriptions: Moved from DyteClient to DyteParticipant for broadcast events (d4664fc)