Skip to content

Commit abbda05

Browse files
chg: updated changelog for v1.1.0
1 parent 9dabe9a commit abbda05

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## v1.1.0 (2021-08-28)
4+
5+
### New
6+
7+
- Added new label for HIT/MISS in the logs. [Fabio Cicerchia]
8+
9+
### Changes
10+
11+
- Linted. [Fabio Cicerchia]
12+
- Upgraded package.json. [Fabio Cicerchia]
13+
- Refactoring to use DomainID consistenly in various places + changed some logging. [Fabio Cicerchia]
14+
- Displaying omitted when printing configuration settings. [Fabio Cicerchia]
15+
16+
### Fix
17+
18+
- Refactoring to avoid to share HTTP headers with sensitive information in redis key. [Fabio Cicerchia]
19+
- Automatically push to Docker Hub, closed #103. [Fabio Cicerchia]
20+
- Fix CodeClimate broken coverage, closed #44. [Fabio Cicerchia]
21+
- Added missing docs for golint. [Fabio Cicerchia]
22+
- Generating dummy tls certificates for tests. [Fabio Cicerchia]
23+
- Replacing correctly the cache_status_label variable. [Fabio Cicerchia]
24+
- Lowered priority from WARN to INFO in case of MISS in redis + fixed one test + fixed wrong wildcard schema being passed to the proxy. [Fabio Cicerchia]
25+
- Using the correct redis connection in case of wildcard scheme matching. [Fabio Cicerchia]
26+
- Using correct tls certificates on test/full-setup. [Fabio Cicerchia]
27+
28+
### Other
29+
30+
- Create codeql-analysis.yml. [Fabio Cicerchia]
31+
- Dev: added comments to explain critical settings related to issue #35. [Fabio Cicerchia]
32+
33+
## v1.0.1 (2021-08-26)
34+
35+
### Other
36+
37+
- Fixed golang version base image for docker. [Fabio Cicerchia]
38+
- Corrected changelog for v1.0.0. [Fabio Cicerchia]
39+
340
## v1.0.0 (2021-08-26)
441

542
### New

0 commit comments

Comments
 (0)