Automated SDK Update - #24
Merged
Merged
Conversation
…ate limits, and CPR header lookups
- 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)
…ustom logic in wrapper
…d unify JSON parsing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR automatically updates the generated C++ client based on OpenAPI spec main.