Skip to content

Commit 0386a55

Browse files
updated changelog for v1.0.0
1 parent 7a0381f commit 0386a55

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,51 @@
11
# Changelog
22

3-
## v0.3.0 (2021-01-08)
3+
## v1.0.0 (2021-08-26)
4+
5+
### Changes
6+
7+
- Refactoring + tests. [Fabio Cicerchia]
8+
9+
### Other
10+
11+
- Fixed missing TLS files + Refactoring (#102) [Fabio Cicerchia]
12+
- Skipping HTTPS server configuration in case no TLS certificates are provided [Fabio Cicerchia]
13+
- Linting code using several linters [Fabio Cicerchia]
14+
- Fixed documentation [Fabio Cicerchia]
15+
- Upgraded docker images version for redis, node, and nginx [Fabio Cicerchia]
16+
- Fixed missing depencencies for github action tests [Fabio Cicerchia]
17+
- Refactored error handling [Fabio Cicerchia]
18+
- Removed stutter namings [Fabio Cicerchia]
19+
- Refactored redis mutex locks [Fabio Cicerchia]
20+
- Refactored redis circuit breaker calls [Fabio Cicerchia]
21+
- Refactored config to get values automatically from env vars [Fabio Cicerchia]
22+
- Refactored utils functions [Fabio Cicerchia]
23+
- Breaking change: CACHE_ALLOWED_STATUSES and CACHE_ALLOWED_METHODS will now support spaces instead of commas [Fabio Cicerchia]
24+
- Added tests for CONNECT HTTP method [Fabio Cicerchia]
25+
- Refactored domainConfig to be included in RequestCall (reduced coupling with config.go) [Fabio Cicerchia]
26+
- Resolved some TODOs [Fabio Cicerchia]
27+
- RedirectToHTTPS can use customizable RedirectStatusCode per domain [Fabio Cicerchia]
28+
- Replaced SIGKILL handling with SIGTERM [Fabio Cicerchia]
29+
- Customize TLS config per domain: CurvePreferences, MinVersion, MaxVersion, and CipherSuites [Fabio Cicerchia]
30+
- Refactored transport.handleBody as there was no real error (removed also shouldPanicOnCopyError and ctx) [Fabio Cicerchia]
31+
- Fixed nginx configuration for ssl settings [Fabio Cicerchia]
32+
- Added more tests and increased coverage [Fabio Cicerchia]
33+
- Added the required mention in the readme for OpenSSL. [Fabio Cicerchia]
34+
- Version bump for golang image. [Fabio Cicerchia]
35+
- Build(deps): bump alpine from 3.14.0 to 3.14.1. [dependabot[bot]]
36+
- Bump ws from 7.4.1 to 7.4.6 in /test/full-setup. [dependabot[bot]]
37+
- Bump alpine from 3.13.5 to 3.14.0. [dependabot[bot]]
38+
- Bump golang from 1.16.1-alpine3.12 to 1.16.3-alpine3.12. [dependabot[bot]]
39+
- Bump alpine from 3.13.2 to 3.13.5. [dependabot[bot]]
40+
- Bump alpine from 3.13.0 to 3.13.2. [dependabot[bot]]
41+
- Bump golang from 1.15.6-alpine3.12 to 1.16.1-alpine3.12. [dependabot[bot]]
42+
- Bump alpine from 3.12.3 to 3.13.0. [dependabot[bot]]
43+
44+
## v0.3.0 (2021-01-07)
445

546
### New
647

48+
- Missing locks on write/read on redis, closes #45. [Fabio Cicerchia]
749
- Add tests for HTTP2 Push, closes #75. [Fabio Cicerchia]
850
- Added tests for websockets. [Fabio Cicerchia]
951
- Kubernetes Example, closes #60. [Fabio Cicerchia]
@@ -20,6 +62,8 @@
2062

2163
### Other
2264

65+
- Updated changelog for v0.3.0. [Fabio Cicerchia]
66+
- Updated changelog + fixes on makefile. [Fabio Cicerchia]
2367
- Added missing file for readthedocs.io. [Fabio Cicerchia]
2468
- Fixed some todos. [Fabio Cicerchia]
2569
- Refactoring tests. [Fabio Cicerchia]

0 commit comments

Comments
 (0)