Skip to content

Commit 78d771b

Browse files
committed
Revert obfuscateBody() refactoring, updated CHANGELOG
1 parent 96bd3ba commit 78d771b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# CHANGELOG
22

3-
## [v1.2.x (Unreleased)](https://github.com/onlime/laravel-http-client-global-logger/compare/v1.2.3...main)
3+
## [v1.2.x (Unreleased)](https://github.com/onlime/laravel-http-client-global-logger/compare/v1.2.4...main)
4+
5+
## [v1.2.4 (2025-06-16)](https://github.com/onlime/laravel-http-client-global-logger/compare/v1.2.3...v1.2.4)
6+
7+
- Revert `obfuscateBody()` refactoring from v1.2.3, as it caused `preg_replace(): Compilation failed: lookbehind assertion is not fixed length at offset 0` issues.
48

59
## [v1.2.3 (2025-06-16)](https://github.com/onlime/laravel-http-client-global-logger/compare/v1.2.2...v1.2.3)
610

711
- [Security] Body key obfuscation (`obfuscate.body_keys` config) is now also applied to response body, both for JSON or form-styled content.
12+
- Refactored `obfuscateBody()` for performance to run single regex replacements on message body.
813

914
## [v1.2.2 (2025-06-16)](https://github.com/onlime/laravel-http-client-global-logger/compare/v1.2.1...v1.2.2)
1015

0 commit comments

Comments
 (0)