-
Notifications
You must be signed in to change notification settings - Fork 146
hotfix(v2.3): cors issue #1183
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
hotfix(v2.3): cors issue #1183
Conversation
|
Caution Review failedFailed to post review comments WalkthroughIntroduces idempotency support with HTTP headers, adds UpdateExporter API endpoint, refactors image configuration handling across deployments, updates TypedMocks generation, rewrites SQL migration logic, and expands client SDK models with response headers and new operations. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~75 minutes Areas requiring extra attention:
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
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.
No issues found across 1 file
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/v2.3 #1183 +/- ##
================================================
+ Coverage 81.84% 81.88% +0.04%
================================================
Files 187 187
Lines 9032 9032
================================================
+ Hits 7392 7396 +4
+ Misses 1205 1203 -2
+ Partials 435 433 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary by cubic
Fix CORS to allow all headers and expose the Count header so browser clients can reliably call the API. Also backports small API improvements for idempotency and time filters.
Bug Fixes
New Features
Written for commit e7029fb. Summary will update automatically on new commits.