Skip to content

Commit 4257c4d

Browse files
fix(redis): Handle Redis DSN with user and password (#152)
* feat(*): Update composer dependencies * fix(redis): Fix Redis adapter for version 5.4.40 (loaded with php 7.2) * chore(*): Prepare release 6.4.2
1 parent c634aaf commit 4257c4d

File tree

134 files changed

+3788
-2374
lines changed

Some content is hidden

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

134 files changed

+3788
-2374
lines changed
Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ on:
22
workflow_dispatch:
33

44
permissions:
5-
contents: write
6-
pull-requests: write
5+
contents: read
76

8-
name: Markdown files test and update
7+
name: Documentation links
98
jobs:
10-
markdown-test-and-update:
11-
name: Markdown files test and update
9+
markdown-test:
10+
name: Markdown files test
1211
runs-on: ubuntu-latest
1312
steps:
1413

@@ -33,12 +32,3 @@ jobs:
3332
cd extension
3433
awesome_bot --files README.md --allow-dupe --allow 401 --skip-save-results --white-list ddev.site --base-url http://localhost:8080/
3534
awesome_bot docs/*.md --skip-save-results --allow-dupe --allow 401 --white-list ddev.site,your-wordpress-url,crowdsec:8080 --base-url http://localhost:8080/docs/
36-
37-
- name: Generate table of contents
38-
uses: technote-space/toc-generator@v4
39-
with:
40-
MAX_HEADER_LEVEL: 5
41-
COMMIT_NAME: CrowdSec Dev Bot
42-
TARGET_PATHS: 'docs/*.md'
43-
CHECK_ONLY_DEFAULT_BRANCH: true
44-
CREATE_PR: true

CHANGELOG.md

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

77
---
88

9+
## [2.6.4](https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v2.6.4) - 2024-06-13
10+
[_Compare with previous release_](https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v2.6.3...v2.6.4)
11+
12+
### Fixed
13+
14+
- Fix Redis connection error when using a user and password in DSN
15+
16+
---
17+
18+
919
## [2.6.3](https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v2.6.3) - 2024-04-05
1020
[_Compare with previous release_](https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v2.6.2...v2.6.3)
1121

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
"require": {
2222
"crowdsec/bouncer": "^2.0.0",
23+
"symfony/cache": "5.4.40",
2324
"symfony/polyfill-mbstring": "^1.27.0",
2425
"symfony/service-contracts": "^2.5.2"
2526
},

0 commit comments

Comments
 (0)