Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.10.0](https://github.com/jmjoy/fastcgi-client-rs/compare/v0.9.0...v0.10.0) - 2025-07-15

### Added

- add release workflow for automated package releases ([#24](https://github.com/jmjoy/fastcgi-client-rs/pull/24))
- reimplement request-stream with async Stream trait ([#20](https://github.com/jmjoy/fastcgi-client-rs/pull/20))

### Other

- Update documents ([#23](https://github.com/jmjoy/fastcgi-client-rs/pull/23))
- reduce overall dependencies by using sub-futures crates ([#22](https://github.com/jmjoy/fastcgi-client-rs/pull/22))
- Add ability to custom insertion in Params ([#18](https://github.com/jmjoy/fastcgi-client-rs/pull/18))
- Update workflow configurations to use ubuntu-latest ([#21](https://github.com/jmjoy/fastcgi-client-rs/pull/21))
- Refactor execute_once_stream function signature and remove redundant comment in conn.rs
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "fastcgi-client"
version = "0.9.0"
version = "0.10.0"
authors = ["jmjoy <jmjoy@apache.org>"]
edition = "2021"
description = "Fastcgi client implemented for Rust."
Expand Down