Skip to content

Commit 736a297

Browse files
feat(*): Prepare release 1.3.0
1 parent 45d89ea commit 736a297

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,54 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
56

67
## SemVer public API
78

8-
The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this library consists of all public or
9+
The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this library consists of all public or
910
protected methods, properties and constants belonging to the `src` folder and of all files in the `scripts` folder.
1011

1112
---
1213

13-
## [1.3.0](https://github.com/crowdsecurity/cs-standalone-php-bouncer/releases/tag/v1.3.0) - 2024-10-23
14+
## [1.3.0](https://github.com/crowdsecurity/cs-standalone-php-bouncer/releases/tag/v1.3.0) - 2024-11-05
15+
1416
[_Compare with previous release_](https://github.com/crowdsecurity/cs-standalone-php-bouncer/compare/v1.2.0...v1.3.0)
1517

1618
### Added
19+
1720
- Add multipart request support for AppSec
1821
- Add `appsec_max_body_size_kb` and `appsec_body_size_exceeded_action` settings
1922

2023
---
2124

2225
## [1.2.0](https://github.com/crowdsecurity/cs-standalone-php-bouncer/releases/tag/v1.2.0) - 2024-10-04
26+
2327
[_Compare with previous release_](https://github.com/crowdsecurity/cs-standalone-php-bouncer/compare/v1.1.0...v1.2.0)
2428

2529
### Added
30+
2631
- Add AppSec support
2732
- Add `use_appsec`, `appsec_url`, `appsec_timeout_ms`, `appsec_connect_timeout_ms` and `appsec_fallback_remediation` settings
2833

2934
---
3035

31-
3236
## [1.1.0](https://github.com/crowdsecurity/cs-standalone-php-bouncer/releases/tag/v1.1.0) - 2023-12-14
37+
3338
[_Compare with previous release_](https://github.com/crowdsecurity/cs-standalone-php-bouncer/compare/v1.0.0...v1.1.0)
3439

3540
### Added
41+
3642
- Add `api_connect_timeout` setting
3743

3844
---
3945

40-
4146
## [1.0.0](https://github.com/crowdsecurity/cs-standalone-php-bouncer/releases/tag/v1.0.0) - 2023-04-27
47+
4248
[_Compare with previous release_](https://github.com/crowdsecurity/cs-standalone-php-bouncer/compare/v0.0.1...v1.0.0)
4349

4450
### Changed
51+
4552
- Change version to `1.0.0`: first stable release
4653

4754
---

0 commit comments

Comments
 (0)