Closed carlopi closed 2 months ago
Minor update: DuckDB v1.1.0 is now penciled in for next Monday, 9th of September: https://duckdb.org/docs/dev/release_calendar#upcoming-releases
Update: DuckDB v1.1.0 is out, and most extension have been build / updated yesterday.
It was the first change in version, and I think it went relatively smooth.
I am aware of 3 extensions not successfully working on v1.1.0 at the moment:
If assistance is welcome, please do ping.
I guess we are set, thanks, closing this.
Now up to bugfix in v1.1.1
, currently planned for next Monday
Hi all (@hafenkran, @lmangani, @rustyconover, @Dtenwolde, @JAicewizard, @arjenpdevries, @isaacbrodsky, @ywelsch, @pdet, and @Maxxen)!
We are getting very close to the next release, and we have now a mechanism for testing community extensions versus the latest duckdb branch, using that as approximation of the status of the release.
Recent changes
Changes that happened recently:
ref_next
. If that's not present,ref
property would be used.v1.0.0
and duckdbmain
branchThis pieces together should allow extensions developers/maintainers to check whether extensions are compatible with changes that happened in DuckDB between version v1.0.0 and now.
Once v1.1.0 will be released, as part of the release processes
ref_next
(if present) would becomeref
, and extensions built and (when successful) published onv1.1.0
.Testing results
Other extension looks to be working fine. Complete results are at https://github.com/duckdb/community-extensions/actions/runs/10619930977/job/29438643392
How to fix detected incompatibilities
quack, the demo extension, had also a problem when tested vs main duckdb, so that now also work as a demo of the intended workflow:
ref_next
(or possibly changingref
, if the changes are backward compatible) (see the commit: https://github.com/duckdb/community-extensions/commit/dc86e730709ce60245ee68ddde1e062e01161bb8)We are super grateful for the involvement, and we plan on iterating on this to make it even smoother, feedback is very welcome.
Thanks everyone!