Skip to content

Commit 0e5529b

Browse files
docs(CHANGELOG): Add CHANGELOG.md
1 parent eeb3fa3 commit 0e5529b

File tree

1 file changed

+144
-0
lines changed

1 file changed

+144
-0
lines changed

CHANGELOG.md

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
8+
## [0.14.0] - 2021-11-18
9+
### Changed
10+
- Allow older versions of symfony config and monolog
11+
- Split debug logic in 2 : debug and display
12+
- Redirect if captcha is resolved
13+
- Fix typo in constant name (`boucing`=> `bouncing`)
14+
- Update doc and scripts
15+
16+
## [0.13.3] - 2021-09-21
17+
### Fixed
18+
- Fix session handling with standalone library
19+
20+
## [0.13.2] - 2021-08-24
21+
### Added
22+
- Handle invalid ip format
23+
24+
## [0.13.1] - 2021-07-01
25+
### Changed
26+
- Close php session after bouncing
27+
28+
## [0.13.0] - 2021-06-24
29+
### Fixed
30+
- Fix standalone mode
31+
32+
## [0.12.0] - 2021-06-24
33+
### Added
34+
- Add standalone mode
35+
36+
## [0.11.0] - 2021-06-24
37+
### Added
38+
- Add a `Bounce` class to simplify specific implementations
39+
- Add a `Standalone` implementation of the `Bounce` class
40+
41+
## [0.10.0] - 2021-01-23
42+
### Added
43+
- Add Ipv6 support
44+
45+
## [0.9.0] - 2021-01-13
46+
### Added
47+
- Add custom remediation templates
48+
49+
50+
## [0.8.6] - 2021-01-05
51+
### Fixed
52+
- Fix version bump
53+
54+
55+
## [0.8.5] - 2021-01-05
56+
### Fixed
57+
- Fix memcached edge case with long duration cache (unwanted int to float conversion)
58+
59+
## [0.8.4] - 2020-12-26
60+
### Fixed
61+
- Fix fallback remediation
62+
63+
64+
## [0.8.3] - 2020-12-24
65+
### Changed
66+
- Do not set expiration limits in stream mode
67+
68+
## [0.8.2] - 2020-12-23
69+
### Fixed
70+
- Fix release process
71+
72+
## [0.8.1] - 2020-12-22
73+
### Fixed
74+
- Fix release process
75+
76+
## [0.8.0] - 2020-12-22
77+
### Added
78+
- Add redis+memcached test connection
79+
80+
## [0.7.0] - 2020-12-22
81+
### Added
82+
- Make crowdsec mentions hidable
83+
- Add phpcs
84+
### Changed
85+
- Update doc
86+
- Make a lint pass
87+
### Fixed
88+
- Fix fallback remediation
89+
90+
## [0.6.0] - 2020-12-20
91+
### Changed
92+
- Remove useless dockerfiles
93+
94+
## [0.5.2] - 2020-12-19
95+
### Changed
96+
- Update docs
97+
98+
## [0.5.1] - 2020-12-19
99+
### Changed
100+
- Make a lint pass
101+
102+
## [0.5.0] - 2020-12-19
103+
### Added
104+
- Add cache expiration for bad ips
105+
- Include the GregWar Captcha generation lib
106+
- Build nice 403 and captcha templates
107+
- Log captcha resolutions
108+
### Changed
109+
- Use the latest CrowdSec docker image
110+
- Use the "context" psr log feature for all logs to allow them to be parsable.
111+
- Remove useless predis dependence
112+
113+
## [0.4.4] - 2020-12-15
114+
### Changed
115+
- Improve logging
116+
117+
## [0.4.3] - 2020-12-13
118+
### Changed
119+
- Improve logging
120+
121+
## [0.4.2] - 2020-12-12
122+
### Fixed
123+
- Fix durations bug
124+
125+
## [0.4.1] - 2020-12-12
126+
### Added
127+
- Use github flow
128+
129+
## [0.4.0] - 2020-12-12
130+
### Added
131+
- Add release drafter
132+
- Reduce cache durations
133+
- Add remediation fallback
134+
135+
## [0.3.0] - 2020-12-09
136+
### Added
137+
- Set PHP Files cache adapter as default
138+
- Replace phpdoc template with phpdocmd
139+
- Improve documentation add examples and a complete guide.
140+
- Auto warmup cache
141+
142+
## [0.2.0] - 2020-12-08
143+
### Added
144+
- Initial release

0 commit comments

Comments
 (0)