Skip to content

Commit 0e30bb1

Browse files
authored
Merge pull request #65 from coldbox-modules/copilot/update-changelog-md
Update changelog for DBLogger VARCHAR field size increase
2 parents e294ff6 + c2ed86c commit 0e30bb1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Allow for sub-modules to load AFTER cbsecurity loads.
1515
- Make sure the jwt toke is not null when doing discovery in the JwtService.
1616

17+
### Changed
18+
19+
- Increased VARCHAR field sizes in `DBLogger` table schema to accommodate longer URLs and user agent strings. Fields `host`, `path`, `queryString`, `referer`, and `userAgent` now use VARCHAR(1024) to prevent truncation of data.
20+
1721
## [3.6.0] - 2025-12-08
1822

1923
### Security

0 commit comments

Comments
 (0)