-
Notifications
You must be signed in to change notification settings - Fork 8
Release v2.0-alpha0 and documentation #487
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
Dynamic Artifact Size Comparison 📦
Static Artifact Size Comparison 📦
|
Refactored the upload-coverage job into three distinct jobs: - generate-coverage: merges coverage data and creates artifacts - upload-to-codecov: uploads coverage to CodeCov (runs on all branches) - upload-to-datadog: uploads coverage to DataDog (master branch only) This separation allows parallel uploads and restricts DataDog uploads to production deployments. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #487 +/- ##
=======================================
Coverage 84.92% 84.92%
=======================================
Files 190 190
Lines 9203 9203
Branches 4143 4143
=======================================
Hits 7816 7816
Misses 509 509
Partials 878 878
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Replace ddwaf_init/ddwaf_update with ddwaf_builder API - Fix function signatures (add allocator parameters) - Add ddwaf_builder lifecycle documentation - Add note about ddwaf_subcontext thread safety - Remove outdated allocator and diagnostics sections - Fix grammar: "put in other words" -> "or in other words" Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
API reference (docs/c-api/api.md): - Clarify that output_alloc is for result objects in eval functions - Fix critical error: result must be destroyed with output_alloc, not alloc parameter - Improve thread safety description for WAF handles Upgrading guide (docs/upgrading/UPGRADING-v2.0.md): - Use consistent British spelling throughout - "Context Initialization" → "Context Initialisation" - "Preallocated and preinitialised" → "Pre-allocated and pre-initialised" Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
cataphract
left a comment
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.
unrelated, but infer_schema.cpp also needs to be looked at
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This PR includes the following changes:
docs/changelog/*docs/upgrading/*docs/allocators.md