Skip to content

Commit

Permalink
sea-streamer-file 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Sep 20, 2023
1 parent 13b7fe0 commit 44585f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

### `sea-streamer-file` 0.3.5 - 2023-09-20

+ Fixed a potential race condition

### `sea-streamer-file` 0.3.4 - 2023-09-15

+ impl std::io::Write for FileSink
+ more precise `FileEvent::Remove`
+ end streamer properly after EOS
+ More precise `FileEvent::Remove`
+ End streamer properly after EOS

### `sea-streamer-file` 0.3.3 - 2023-09-06

+ used a faster CRC implementation
+ added option `prefetch_message` to `FileConnectOptions`
+ Used a faster CRC implementation
+ Added option `prefetch_message` to `FileConnectOptions`

## 0.3.2 - 2023-09-05

Expand Down
2 changes: 1 addition & 1 deletion sea-streamer-file/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sea-streamer-file"
version = "0.3.4"
version = "0.3.5"
authors = ["Chris Tsang <[email protected]>"]
edition = "2021"
description = "🌊 SeaStreamer File Backend"
Expand Down

0 comments on commit 44585f5

Please sign in to comment.