Author: Jason White [github@jasonwhite.io]
Hash: a84500ab066f854eca25d96892c5842d882db03e
Timestamp: Sat, 31 Jul 2021 04:20:36 +0000 (3 years ago)

+9 -4 +/-3 browse
v0.3.5
1diff --git a/CHANGELOG.md b/CHANGELOG.md
2index 5c42609..5446c2d 100644
3--- a/CHANGELOG.md
4+++ b/CHANGELOG.md
5 @@ -1,8 +1,11 @@
6 # Changelog
7
8- ## WIP: v0.3.5
9+ ## v0.3.5
10
11- - Support X-Forwarded-Host headers to work better with load balancers. #31
12+ - Support the `X-Forwarded-Host` header to work better with load balancers.
13+ (#31)
14+ - Support multipart S3 uploads for object sizes larger than 5GB. (#36)
15+ - Large uploads should also be more reliable for flaky S3 connections.
16
17 ## v0.3.4
18
19 diff --git a/Cargo.lock b/Cargo.lock
20index 47bf6ee..fbd2693 100644
21--- a/Cargo.lock
22+++ b/Cargo.lock
23 @@ -1,5 +1,7 @@
24 # This file is automatically @generated by Cargo.
25 # It is not intended for manual editing.
26+ version = 3
27+
28 [[package]]
29 name = "aho-corasick"
30 version = "0.7.18"
31 @@ -1171,7 +1173,7 @@ dependencies = [
32
33 [[package]]
34 name = "rudolfs"
35- version = "0.3.4"
36+ version = "0.3.5"
37 dependencies = [
38 "askama",
39 "async-stream",
40 diff --git a/Cargo.toml b/Cargo.toml
41index b4daea0..c5b5407 100644
42--- a/Cargo.toml
43+++ b/Cargo.toml
44 @@ -1,6 +1,6 @@
45 [package]
46 name = "rudolfs"
47- version = "0.3.4"
48+ version = "0.3.5"
49 authors = ["Jason White <rust@jasonwhite.io>"]
50 edition = "2018"
51 description = """