diff --git a/ChangeLog b/ChangeLog index 64367a7..d5c6d73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Release 1.8.6 - 2026/09/04 + + * in_s3: stop retrying SQS messages that can never succeed (GitHub: #484) + * in_s3: allow duplicate keys in JSON parser (GitHub: #481) + * in_s3/out_s3: mask `proxy_uri` in the configuration dump (GitHub: #486) + * out_s3: build the chunk debug message only when debug is on (GitHub: #485) + * out_s3: fix parameter descriptions of `checksum_algorithm` and `s3_metadata` (GitHub: #487) + Release 1.8.5 - 2026/06/25 * in_s3: enforce size limits on decompressed payloads diff --git a/VERSION b/VERSION index ff2fd4f..9eadd6b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.5 \ No newline at end of file +1.8.6 \ No newline at end of file