Skip to content

Commit 260ef15

Browse files
committed
chore: release 0.9.2
1 parent 22778f4 commit 260ef15

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.2](https://github.com/deepgram/deepgram-rust-sdk/compare/0.9.1...0.9.2)
9+
10+
### Fixed
11+
12+
- Fix occasional panic in WebSocket keep-alive when `close_stream()` closes the internal channel before the worker's keep-alive timer fires ([#143](https://github.com/deepgram/deepgram-rust-sdk/issues/143)).
13+
14+
### Added
15+
16+
- New example `16_keepalive_close_stream` demonstrating correct keep-alive + close_stream usage.
17+
818
## [0.9.1](https://github.com/deepgram/deepgram-rust-sdk/compare/0.9.0...0.9.1)
919

1020
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deepgram"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Deepgram <developers@deepgram.com>"]
55
edition = "2021"
66
description = "Community Rust SDK for Deepgram's automated speech recognition APIs."

0 commit comments

Comments
 (0)