Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Aug 26, 2024
1 parent 52e08f4 commit fd8997a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

# duckdbfs 0.0.6
# duckdbfs 0.0.7

* The default `cached_connection()` helper will configure a temporary storage location by default.
It also now supports all options supported by `duckdb::duckdb()` for connection creation.
* New `as_dataset()` utility copies a local in-memory data.frame into the connection.

# duckdbfs 0.0.6

* bugfix: reading from local disk recursively no longer requires manual `**`.
Also, trying to read from an existing _local_ file won't try and append recursive search
even when given the default recursive=TRUE option.
Expand Down

0 comments on commit fd8997a

Please sign in to comment.