Skip to content

Commit b071cef

Browse files
committed
chore: Update CHANGELOG for audit pagination feature (#949)
1 parent 916db3b commit b071cef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Added
11+
- Added pagination and time range filtering to the audit GET endpoint. Query parameters include `page`, `perPage` (default 50, max 100), `since`, and `until` (ISO 8601 datetimes). Response includes `X-Total-Count` header and RFC 5988 `Link` header for pagination. [#949](https://github.com/sourcebot-dev/sourcebot/pull/949)
12+
1013
### Fixed
1114
- Fixed search query parser rejecting parenthesized regex alternation in filter values (e.g. `file:(test|spec)`, `-file:(test|spec)`). [#946](https://github.com/sourcebot-dev/sourcebot/pull/946)
1215
- Fixed `content:` filter ignoring the regex toggle. [#947](https://github.com/sourcebot-dev/sourcebot/pull/947)

0 commit comments

Comments
 (0)