Skip to content

Commit 2a5ed2e

Browse files
committed
some more points, fix typo
Signed-off-by: Adam Gutglick <[email protected]>
1 parent c63afba commit 2a5ed2e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/content/blog/september-2025.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ This is the second monthly issue of all that has been happening in Vortex!
1212

1313
Development keeps moving quickly, with many new features and improvements of the Rust API. This month we accepted X commits from Y different contributors, with the relentless renovate-bot taking the crown for most changes merged.
1414

15-
1. We merged a few big changes to the IO APIs ([#4557](https://github.com/vortex-data/vortex/pull/4608), [#4608](https://github.com/vortex-data/vortex/pull/4608)), which introduce new push-based write API (in addition to the existing stream-based one), and writes now both the file's footer (which can now be cached, reused and even de/serialized [#4598](https://github.com/vortex-data/vortex/pull/4608)), and the file's total compressed size. Look out for a more details write-up about this block of changes, coming soon.
15+
1. We merged a few big changes to the IO APIs ([#4557](https://github.com/vortex-data/vortex/pull/4608), [#4608](https://github.com/vortex-data/vortex/pull/4608)), which introduce new push-based write API (in addition to the existing stream-based one), and writes now return both the file's footer (which can now be cached, reused and even de/serialized [#4598](https://github.com/vortex-data/vortex/pull/4608)), and the file's total compressed size. Look out for a more details write-up about this block of changes, coming soon.
1616
1. We've added a new encoding - [fastlanes](https://github.com/spiraldb/fastlanes)-based RLE [#4588](https://github.com/vortex-data/vortex/pull/4588).
17-
1. The work on the new FixedSizeList keeps going (TODO: PRs 4590 )
18-
1. ...
17+
1. The work on the new FixedSizeList keeps moving forward - [#4590](https://github.com/vortex-data/vortex/pull/4590), [#4601](https://github.com/vortex-data/vortex/pull/4601)
18+
1. Updated our Apache DataFusion integration to the most recent release (v50.0.0) [#4577](https://github.com/vortex-data/vortex/pull/4577)
19+
1. We've both updated our DuckDB binding to support the most recent release ([1.4 - Andium](https://duckdb.org/2025/09/16/announcing-duckdb-140.html)) [#4667](https://github.com/vortex-data/vortex/pull/4667).
20+
1. more things...
1921

2022
We want to thank to anyone who has tried Vortex, provided feedback, asked question and filed issues.
2123

2224
Special thanks go for all the contributors who took the time and care to contribute to Vortex this month (in descending count of commits):
2325

24-
```
26+
```text
2527
...
2628
```

0 commit comments

Comments
 (0)