Skip to content

Automated SDK Update - #24

Merged
syniol merged 8 commits into
mainfrom
chore/auto-update-sdk
Aug 22, 2026
Merged

Automated SDK Update#24
syniol merged 8 commits into
mainfrom
chore/auto-update-sdk

Conversation

@syniol

@syniol syniol commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator

This PR automatically updates the generated C++ client based on OpenAPI spec main.

syniol and others added 8 commits August 22, 2026 12:30
- Replace val.count() with val.size() > 0 for std::vector/std::set (CRITICAL-1)
- Fix HttpContent fromJson null-guard order so allocation is not dead code (CRITICAL-2)
- Fix fromString<map> to delegate to fromJson instead of keying every entry
  with the raw input string (CRITICAL-3)
- Add default throw to fromStatusEnum switch to eliminate UB (CRITICAL-4)
- Replace quiet_NaN() on int32_t/int64_t (always 0) with explicit 0 (CRITICAL-5)
- Restore pull_request trigger on vcpkg workflow to catch regressions pre-merge (CRITICAL-6)
- Throw on non-200 success codes in downloadEnrichmentCollection to prevent
  silent misparse of 201/204 responses as gzip archives (CRITICAL-7)
- Add x_api_user field to EnrichmentRequestOptions and wire it in build_headers (SUGGESTION-1)
- Document unhandled Retry-After HTTP-date format in parse_rate_limit_info (SUGGESTION-2)
@syniol
syniol merged commit 4ba3416 into main Aug 22, 2026
17 checks passed
@syniol
syniol deleted the chore/auto-update-sdk branch August 22, 2026 23:33
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