Skip to content

Update regex size limits and bump version to 0.1.9#30

Merged
shengyfu merged 2 commits intomainfrom
bump-0.1.9
Apr 9, 2026
Merged

Update regex size limits and bump version to 0.1.9#30
shengyfu merged 2 commits intomainfrom
bump-0.1.9

Conversation

@shengyfu
Copy link
Copy Markdown
Member

@shengyfu shengyfu commented Apr 9, 2026

  1. Bump workspace version from 0.1.8 to 0.1.9.
  2. Update regex size limits to RegexBuilder in both search.rs and serve.rs:
  • size_limit(100 MB) — caps compiled regex size
  • dfa_size_limit(1 GB) — caps DFA cache
  • nest_limit(250) — prevents stack overflow from deeply nested patterns

shengyfu and others added 2 commits April 8, 2026 17:11
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@shengyfu shengyfu merged commit e5f1de0 into main Apr 9, 2026
9 checks passed
@shengyfu shengyfu deleted the bump-0.1.9 branch April 9, 2026 00:40
@shengyfu shengyfu changed the title chore: bump version to 0.1.9 Update regex size limits and bump version to 0.1.9 Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant