Eduardo Silva Pereira
Eduardo Silva Pereira
In addition to fix the conditional when iterating the buckets, add a little protection to the memory allocation size
Add `YYJSON_READ_REPLACE_INVALID_UNICODE` and `YYJSON_READ_ALLOW_INVALID_SURROGATE` flags to enable graceful handling of malformed Unicode in JSON strings. `YYJSON_READ_REPLACE_INVALID_UNICODE` replaces all invalid Unicode sequences with `U+FFFD` replacement character, ensuring output is always valid...
Currently, yyjson does not support a streaming or incremental parsing mode. This limits its use in network-oriented scenarios such as TCP or HTTP ingestion, where: - Multiple complete JSON messages...
Fixes #11255 - Added explicit constants for IRSA environment variables to clarify detection of pod-level AWS authentication settings. - Updated the standard AWS credential chain to treat IRSA as authoritative,...
When using pre-signed URLs for blob uploads via authorization_endpoint_url), the plugin didn't extract or use the host from the pre-signed URL. It treated the URL as a URI path, so...