diff options
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 81dc982b2..5b1477891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ ## +- Improvement: Updated libcurl to 8.19.0 to solve macOS trust issues (https://github.com/curl/curl/issues/20435) +- Bugfix: Authentication callbacks are not thread safe, ensured call sites does single threaded calls +- Bugfix: Retry OIDC token refresh once on failure before propagating the error +- Bugfix: Handle HTTP 501 (Not Implemented) from Jupiter as a signal to fall back from multi-range to single-range requests + +## 5.7.23 - Bugfix: Crash at startup if a log message was emitted before logging is properly initialized ## 5.7.22 |