-
Notifications
You must be signed in to change notification settings - Fork 20
Update changelog for DBLogger VARCHAR field size increase #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: lmajano <137111+lmajano@users.noreply.github.com>
|
@copilot this is still missing the other changes before our previous release |
I can see the Unreleased section has two Fixed items that were there before my changes. Could you clarify which specific changes you'd like documented? Should I:
I want to make sure I capture all the right changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the changelog to document the DBLogger schema change that increased VARCHAR field sizes from their previous values to VARCHAR(1024) for URL-related fields.
Changes:
- Added a new entry under the "Changed" section in the Unreleased portion of the changelog
- Documents VARCHAR field size increase to 1024 for
host,path,queryString,referer, anduserAgentfields in the DBLogger table schema
| ### Fixed | ||
|
|
||
| - Allow for sub-modules to load AFTER cbsecurity loads. | ||
| - Make sure the jwt toke is not null when doing discovery in the JwtService. |
Copilot
AI
Jan 14, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling error: "toke" should be "token".
| - Make sure the jwt toke is not null when doing discovery in the JwtService. | |
| - Make sure the jwt token is not null when doing discovery in the JwtService. |
Reviewed commits since v3.6.0 and updated
changelog.mdto document the DBLogger schema change.Changes
DBLoggertable schemahost,path,queryString,referer, anduserAgentnow use VARCHAR(1024) to prevent data truncation for longer URLs and user agent stringsContext
The existing Unreleased section already contained two Fixed items. This update adds the schema change under the appropriate Changed category.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.