From ff417002bc9dd8dd32f4f2f8afc79391c43f6e26 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 23 Nov 2023 19:54:34 -0700 Subject: [PATCH 1/2] Update go-singleflight-streams to handle weird EOF behaviour from minio --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 1e663b59..c68bb0e7 100644 --- a/go.mod +++ b/go.mod @@ -53,7 +53,7 @@ require ( github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 github.com/stretchr/testify v1.8.4 github.com/strukturag/libheif v1.17.3 - github.com/t2bot/go-singleflight-streams v0.0.8 + github.com/t2bot/go-singleflight-streams v1.0.0 github.com/t2bot/go-typed-singleflight v0.0.3 github.com/t2bot/gotd-contrib v0.0.0-20230907202504-d21987ea2957 github.com/t2bot/pgo-fleet/embedded v1.0.1 diff --git a/go.sum b/go.sum index 61e0a70b..7ffc442f 100644 --- a/go.sum +++ b/go.sum @@ -345,8 +345,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl github.com/strukturag/libheif v1.17.3 h1:i1Xa3apcz0ZOqYL6750vMEx0X14aQr2C7ZlfdcQ7D+8= github.com/strukturag/libheif v1.17.3/go.mod h1:E/PNRlmVtrtj9j2AvBZlrO4dsBDu6KfwDZn7X1Ce8Ks= github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203 h1:QVqDTf3h2WHt08YuiTGPZLls0Wq99X9bWd0Q5ZSBesM= -github.com/t2bot/go-singleflight-streams v0.0.8 h1:Q6lunL6f8Zk0ZVlAuX7yXqulqHZyAvgjZvqEDlqVNkQ= -github.com/t2bot/go-singleflight-streams v0.0.8/go.mod h1:pEIFm6l/utrXZBeP4tkIuMdYwBBN0TTw7feSEhozNzg= +github.com/t2bot/go-singleflight-streams v1.0.0 h1:pA/g2o2kv+kDF0pk66azo27vFM1Tqmgj+H1GjBPrHbg= +github.com/t2bot/go-singleflight-streams v1.0.0/go.mod h1:pEIFm6l/utrXZBeP4tkIuMdYwBBN0TTw7feSEhozNzg= github.com/t2bot/go-typed-singleflight v0.0.3 h1:TAQyjhfa5BA63BwFTEVY1a4NF07ekX9JRgite5Cbq0A= github.com/t2bot/go-typed-singleflight v0.0.3/go.mod h1:0SOeDgjEtLYEy1InNhFBCgDx0UjKAqsLzk5MXek/JNw= github.com/t2bot/gotd-contrib v0.0.0-20230907202504-d21987ea2957 h1:NEgOW/OCE0zGIiSxE+lW2KSqqqH4E1mTT3VGmpIz2U4= From dc26183d70c62ef08e1f6729f09314d565f8dacf Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 23 Nov 2023 19:58:00 -0700 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f25b2ef0..f8830f1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Fixed * Exports created with `s3_urls` now contain valid URLs. +* Exports no longer fail with "The requested range is not satisfiable". ## [1.3.3] - October 31, 2023