Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Releases: AssemblyAI/assemblyai-ruby-sdk

1.2.1

Choose a tag to compare

@marcusolsson marcusolsson released this 03 Feb 11:24
15b3ede

What's Changed

  • 🌿 Fern Regeneration -- February 3, 2025 by @fern-api in #56
    • Deprecate Claude 1 and 2 models.

Full Changelog: 1.2.0...1.2.1

1.2.0

Choose a tag to compare

@Swimburger Swimburger released this 06 Nov 08:30
60ba7d8

What's Changed

  • 🌿 Fern Regeneration -- October 17, 2024 by @fern-api in #52
    • Add multichannel parameter to TranscriptsClient.submit and TranscriptsClient.transcribe
    • Add multichannel and audio_channels properties to Transcript
    • Add channel property to TranscriptWord, TranscriptUtterance, TranscriptSentence, and SentimentAnalysisResult
    • Add LemurModel.ANTHROPIC_CLAUDE2_0
    • Change limit parameter for TranscriptsClient.list() from Long to Integer
    • Update RDocs

Full Changelog: 1.1.0...1.2.0

1.1.0

Choose a tag to compare

@Swimburger Swimburger released this 26 Aug 13:18
e423987

What's Changed

  • Add language_confidence_threshold to Transcript, TranscriptParams, and TranscriptOptionalParams.

    The confidence threshold for the automatically detected language.
    An error will be returned if the language confidence is below this threshold.

  • Add language_confidence to Transcript

    The confidence score for the detected language, between 0.0 (low confidence) and 1.0 (high confidence)

Using these new fields you can determine the confidence of the language detection model (enable by setting language_detection to true), and fail the transcript if it doesn't meet your desired threshold.

Learn more about the new automatic language detection model and feature improvements on our blog.

Full Changelog: 1.0.2...1.1.0

1.0.2

Choose a tag to compare

@Swimburger Swimburger released this 20 Aug 20:21
526733c

Fix an issue where files wouldn't be uploaded when passing in a local file path like this:

uploaded_file = client.files.upload(file: './espn-bears.m4a')

Full Changelog: 1.0.1...1.0.2

1.0.1

Choose a tag to compare

@Swimburger Swimburger released this 15 Aug 19:53
4e7df7c

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

Choose a tag to compare

@Swimburger Swimburger released this 05 Aug 18:29
b52f9e6

The AssemblyAI Ruby SDK is now version 1.0.0 and is generally available. Use the SDK to

1.0.0-beta.17

1.0.0-beta.17 Pre-release
Pre-release

Choose a tag to compare

@Swimburger Swimburger released this 16 Jul 15:34
9c65066

What's Changed

Full Changelog: 1.0.0-beta.16...1.0.0-beta.17

1.0.0-beta.16

1.0.0-beta.16 Pre-release
Pre-release

Choose a tag to compare

@Swimburger Swimburger released this 15 Jul 09:42
0078c80

1.0.0-beta.15

Choose a tag to compare

@ploeber ploeber released this 10 Jul 15:03
d3c4ba9

What's Changed

  • 🌿 Fern Regeneration -- July 10, 2024 by @fern-api in #41

Full Changelog: 1.0.0-beta.14...1.0.0-beta.15

1.0.0-beta.14

Choose a tag to compare

@ploeber ploeber released this 04 Jul 14:10
64410b4

What's Changed

Full Changelog: 1.0.0-beta.13...1.0.0-beta.14