Skip to content

Commit 41d0176

Browse files
committed
chore(actix-files): prepare release 0.6.8
1 parent 6e6c249 commit 41d0176

4 files changed

Lines changed: 58 additions & 99 deletions

File tree

Cargo.lock

Lines changed: 50 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actix-files/CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 0.6.8
6+
7+
- Add `Files::with_permanent_redirect()` method.
8+
- Change default redirect status code to 307 Temporary Redirect.
9+
510
## 0.6.7
611

712
- Add `{Files, NamedFile}::read_mode_threshold()` methods to allow faster synchronous reads of small files.

actix-files/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-files"
3-
version = "0.6.7"
3+
version = "0.6.8"
44
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>"]
55
description = "Static file serving for Actix Web"
66
keywords = ["actix", "http", "async", "futures"]

actix-files/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<!-- prettier-ignore-start -->
44

55
[![crates.io](https://img.shields.io/crates/v/actix-files?label=latest)](https://crates.io/crates/actix-files)
6-
[![Documentation](https://docs.rs/actix-files/badge.svg?version=0.6.7)](https://docs.rs/actix-files/0.6.7)
6+
[![Documentation](https://docs.rs/actix-files/badge.svg?version=0.6.8)](https://docs.rs/actix-files/0.6.8)
77
![Version](https://img.shields.io/badge/rustc-1.72+-ab6000.svg)
88
![License](https://img.shields.io/crates/l/actix-files.svg)
99
<br />
10-
[![dependency status](https://deps.rs/crate/actix-files/0.6.7/status.svg)](https://deps.rs/crate/actix-files/0.6.7)
10+
[![dependency status](https://deps.rs/crate/actix-files/0.6.8/status.svg)](https://deps.rs/crate/actix-files/0.6.8)
1111
[![Download](https://img.shields.io/crates/d/actix-files.svg)](https://crates.io/crates/actix-files)
1212
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
1313

0 commit comments

Comments
 (0)