v0.23.0

pathwaycom/pathwayv0.23.0Jun 12, 2025by github-actions[bot]

AI Summary

This release makes pw.sql a required dependency and fixes Delta Lake partitioned table reading.

Key Highlights

  • pw.sql now requires installing pathway[sql]
  • pw.io.deltalake.read now correctly reads data from partitioned tables
  • Added retries for cloud-based persistence backend operations

Breaking Changes

  • To use pw.sql you now have to install pathway[sql]

New Features

  • Retries for cloud-based persistence backend operations

Full Release Notes

### Changed
- **BREAKING**: To use `pw.sql` you now have to install `pathway[sql]`.

### Fixed
- `pw.io.deltalake.read` now correctly reads data from partitioned tables in all cases.
- Added retries for all cloud-based persistence backend operations to improve reliability.