Download Latest Version v0.27.1 source code.tar.gz (189.8 MB)
Email in envelope

Get an email when there's a new version of Pathway

Home / v0.26.4
Name Modified Size InfoDownloads / Week
Parent folder
pathway-0.26.4-cp310-abi3-manylinux_2_28_aarch64.whl 2025-10-16 63.3 MB
pathway-0.26.4-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 2025-10-16 68.4 MB
pathway-0.26.4-cp310-abi3-macosx_11_0_arm64.whl 2025-10-16 60.8 MB
pathway-0.26.4-cp310-abi3-macosx_10_15_x86_64.whl 2025-10-16 64.9 MB
README.md 2025-10-16 972 Bytes
v0.26.4 source code.tar.gz 2025-10-16 189.8 MB
v0.26.4 source code.zip 2025-10-16 192.7 MB
Totals: 7 Items   640.0 MB 0

Added

  • New external integration with Qdrant.
  • pw.io.mysql.write method for writing to MySQL. It supports two output table types: stream of changes and a realtime-updated data snapshot.

Changed

  • pw.io.deltalake.read now accepts the start_from_timestamp_ms parameter for non-append-only tables. In this case, the connector will replay the history of changes in the table version by version starting from the state of the table at the given timestamp. The differences between versions will be applied atomically.
  • Asynchronous UDFs for connecting to API based llm and embedding models now have by default retry strategy set to pw.udfs.ExponentialRetryStrategy()
  • pw.io.postgres.write method now supports two output table types: stream of changes and realtime-updated data snapshot. The output table type can be chosen with the output_table_type parameter.
  • pw.io.postgres.write_snapshot method has been deprecated.
Source: README.md, updated 2025-10-16