You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,19 @@
1
1
# Changelog
2
2
3
+
## [4.2.2] - 2024-01-29
4
+
5
+
### Changed
6
+
7
+
- Windows paths passed to `client.transcripts.transcribe` and `client.transcripts.submit` will work as expected.
8
+
3
9
## [4.2.1] - 2024-01-23
4
10
5
11
### Added
12
+
6
13
- Add `answer_format` to `LemurActionItemsParams` type
7
14
8
15
### Changed
16
+
9
17
- Rename `RealtimeService` to `RealtimeTranscriber`, `RealtimeServiceFactory` to `RealtimeTranscriberFactory`, `RealtimeTranscriberFactory.createService()` to `RealtimeTranscriberFactory.transcriber()`. Deprecated aliases are provided for all old types and functions for backwards compatibility.
10
18
- Restrict the type for `redact_pii_audio_quality` from `string` to `RedactPiiAudioQuality` an enum string.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "assemblyai",
3
-
"version": "4.2.1",
3
+
"version": "4.2.2",
4
4
"description": "The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, as well as the latest LeMUR models.",
0 commit comments