Skip to content

Conversation

@Tmonster
Copy link
Contributor

@Tmonster Tmonster commented May 26, 2025

#58 may go in soon, but I maybe we most likely don't want to include it in the bug fix release. We can merge the PR to main, and users can try it with INSTALL FROM CORE NIGHTLY. However, we still want to keep up a bug fix branch.

This PR just updates the v1.3 branch of httpfs to the current status of main. The idea is that bug fixes can target v1.3-ossivalis and features can target main.

This branch was generated with the following commands from within the duckdb-httpfs repo.

git fetch
git checkout main
git pull
git checkout v1.3-ossivalis
git merge main

Laurens Kuiper and others added 30 commits April 9, 2025 18:31
Add patch for external file cache
…formation when constructing the HTTPFileHandle to skip doing the head request
Read etag, last_modified and file size during S3 glob and use that information when constructing the HTTPFileHandle to skip doing the head request
Generalize HTTP interface and use the new HTTP interface
Use HTTPException for HTTP errors in GetRangeRequest
Better S3 authentication errors and run formatter
HTTPUtil: port changes from duckdb's #17486
Update test_secret_type.test: explicit load
@Mytherin Mytherin merged commit f0a655d into duckdb:v1.3-ossivalis May 28, 2025
50 of 58 checks passed
@Mytherin
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants