Skip to content

Commit

Permalink
fix(redis): Handle Redis DSN with user and password (#152)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
julienloizelet authored Jun 13, 2024
1 parent c634aaf commit 4257c4d
Show file tree
Hide file tree
Showing 134 changed files with 3,788 additions and 2,374 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/markdown.yml → .github/workflows/doc-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ on:
workflow_dispatch:

permissions:
contents: write
pull-requests: write
contents: read

name: Markdown files test and update
name: Documentation links
jobs:
markdown-test-and-update:
name: Markdown files test and update
markdown-test:
name: Markdown files test
runs-on: ubuntu-latest
steps:

Expand All @@ -33,12 +32,3 @@ jobs:
cd extension
awesome_bot --files README.md --allow-dupe --allow 401 --skip-save-results --white-list ddev.site --base-url http://localhost:8080/
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/
- name: Generate table of contents
uses: technote-space/toc-generator@v4
with:
MAX_HEADER_LEVEL: 5
COMMIT_NAME: CrowdSec Dev Bot
TARGET_PATHS: 'docs/*.md'
CHECK_ONLY_DEFAULT_BRANCH: true
CREATE_PR: true
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [2.6.4](https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v2.6.4) - 2024-06-13
[_Compare with previous release_](https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v2.6.3...v2.6.4)

### Fixed

- Fix Redis connection error when using a user and password in DSN

---


## [2.6.3](https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v2.6.3) - 2024-04-05
[_Compare with previous release_](https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v2.6.2...v2.6.3)

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"require": {
"crowdsec/bouncer": "^2.0.0",
"symfony/cache": "5.4.40",
"symfony/polyfill-mbstring": "^1.27.0",
"symfony/service-contracts": "^2.5.2"
},
Expand Down
Loading

0 comments on commit 4257c4d

Please sign in to comment.