From 44585f59c65c0966b7c756a975065c139a6e34c5 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Wed, 20 Sep 2023 15:39:12 +0100 Subject: [PATCH] `sea-streamer-file` 0.3.5 --- CHANGELOG.md | 12 ++++++++---- sea-streamer-file/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e04fc9..0a51b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/sea-streamer-file/Cargo.toml b/sea-streamer-file/Cargo.toml index 49fdfa9..5716737 100644 --- a/sea-streamer-file/Cargo.toml +++ b/sea-streamer-file/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sea-streamer-file" -version = "0.3.4" +version = "0.3.5" authors = ["Chris Tsang "] edition = "2021" description = "🌊 SeaStreamer File Backend"