You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29-6Lines changed: 29 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,29 +5,51 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.2.1 (2022-03-02)
9
+
10
+
### New Features
11
+
12
+
- <csr-id-669d8eb3109438437cdf2c9450d62c8121863ad3/> added special handling to `cf-visitor` and `X-Forwarded-Proto`
13
+
.. and tests
14
+
- <csr-id-47c258c8c8f8daafff11b847595a6ba89dbc9552/> added `forward_headers` on builder. defaults to false
15
+
16
+
### Commit Statistics
17
+
18
+
<csr-read-only-do-not-edit/>
19
+
20
+
- 2 commits contributed to the release.
21
+
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
22
+
- 0 issues like '(#ID)' where seen in commit messages
23
+
24
+
### Commit Details
25
+
26
+
<csr-read-only-do-not-edit/>
27
+
28
+
<details><summary>view details</summary>
29
+
30
+
***Uncategorized**
31
+
- added special handling to `cf-visitor` and `X-Forwarded-Proto` ([`669d8eb`](https://github.comgit//saskenuba/actix-prerender/commit/669d8eb3109438437cdf2c9450d62c8121863ad3))
32
+
- added `forward_headers` on builder. defaults to false ([`47c258c`](https://github.comgit//saskenuba/actix-prerender/commit/47c258c8c8f8daafff11b847595a6ba89dbc9552))
- removed "prerender" token from builder if using custom URL ([`cdb519c`](https://github.comgit//saskenuba/actix-prerender/commit/cdb519c2f7a48f056ac4f77a95c0ea0b776980ce))
0 commit comments