Skip to content

Commit 8277c6f

Browse files
feat(*): Add usage metrics (#164)
* feat(metrics): Add push usage metrics settings * docs(user guide): Add usage metrics part * feat(metrics): Push metrics by cron only if setting is ON * fix(config): Fix config when no autoInit * test(end to end): Try to avoid false negative for usage metrics test * feat(*): Update dependencies * feat(metrics): Fix usage metrics scheduler to 15 minutes
1 parent e25f13a commit 8277c6f

File tree

113 files changed

+4519
-972
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+4519
-972
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
---
88

9+
## [2.9.0](https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v2.9.0) - 2025-??-??
10+
[_Compare with previous release_](https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v2.8.1...v2.9.0)
11+
12+
13+
### Added
14+
15+
- Add usage metrics support
16+
17+
---
18+
19+
920
## [2.8.1](https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v2.8.1) - 2024-12-13
1021
[_Compare with previous release_](https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v2.8.0...v2.8.1)
1122

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require": {
25-
"crowdsec/bouncer": "^3.2.0",
25+
"crowdsec/bouncer": "^4.2.0",
2626
"symfony/cache": "5.4.40",
2727
"symfony/polyfill-mbstring": "^1.31.0",
2828
"symfony/service-contracts": "^2.5.3",

composer.lock

Lines changed: 82 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)