Skip to content

fix: apply default scan limit to engine scan operation - #116

Merged
ElioNeto merged 6 commits into
mainfrom
feature/issue-106
May 2, 2026
Merged

fix: apply default scan limit to engine scan operation#116
ElioNeto merged 6 commits into
mainfrom
feature/issue-106

Conversation

@ElioNeto

@ElioNeto ElioNeto commented May 1, 2026

Copy link
Copy Markdown
Owner

📝 Description

🎯 Type of Change

  • ✨ New feature (feat:)
  • 🐛 Bug fix (fix:)
  • 📝 Documentation (docs:)
  • 🎨 Code style/refactor (style: / refactor:)
  • ⚡ Performance improvement (perf:)
  • ⚙️ Build/config changes (build: / chore:)
  • ✅ Tests (test:)

🔍 What Changed?

⚙️ Testing

  • All tests pass locally (cargo test)
  • Ran cargo fmt and cargo clippy
  • Added/updated tests for new functionality
  • Manually tested the changes

📸 Screenshots (if applicable)

📚 Related Issues

  • Closes #
  • Refs #

❗ Version Bump

  • Patch bump (default, auto-applied)
  • Minor bump (manually updated Cargo.toml to X.Y+1.0)
  • Major bump (manually updated Cargo.toml to X+1.0.0)

✅ Checklist

  • Code follows project conventions
  • Documentation updated (if needed)
  • CHANGELOG entry added (if significant change)
  • Breaking changes documented (if any)
  • Ready to merge to main and auto-release

Closes #106

@ElioNeto
ElioNeto merged commit e57b08c into main May 2, 2026
6 checks passed
@ElioNeto
ElioNeto deleted the feature/issue-106 branch May 2, 2026 20:52
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.

🔴 [Critical] scan() / keys() materializes entire dataset in RAM — OOM risk

1 participant